Files
sharedinbox/packages/enough_mail/lib/pop.dart
T
Thomas GüttlerandClaude Sonnet 4.6 71952ed36b Fix: vendor enough_mail as regular files instead of gitlink
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>
2026-04-16 08:52:01 +02:00

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';