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>
9 lines
302 B
Dart
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';
|