Files
sharedinbox/packages/enough_mail/lib/smtp.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

9 lines
302 B
Dart

/// Everything you need to send messages using the SMTP protocol.
///
/// With the `SmtpClient` you can connect to any SMTP service.
export 'mime.dart';
export 'src/smtp/smtp_client.dart';
export 'src/smtp/smtp_events.dart';
export 'src/smtp/smtp_exception.dart';
export 'src/smtp/smtp_response.dart';