The directory was tracked as a mode-160000 gitlink (bare submodule reference) without a .gitmodules entry, causing 'has no commit checked out' errors on commit. Re-added as ordinary tracked files so the vendored copy is fully part of this repo. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
278 B
Dart
10 lines
278 B
Dart
/// Fetch messages using the POP3 protocol
|
|
///
|
|
/// Start with the `PopClient` to connect to a POP3 enabled service.
|
|
|
|
export 'mime.dart';
|
|
export 'src/pop/pop_client.dart';
|
|
export 'src/pop/pop_events.dart';
|
|
export 'src/pop/pop_exception.dart';
|
|
export 'src/pop/pop_response.dart';
|