mailer2 1.2.5 copy "mailer2: ^1.2.5" to clipboard
mailer2: ^1.2.5 copied to clipboard

A temporary fork of Kai Sellgren's Mailer (https://github.com/kaisellgren/mailer) for aggressive support of replyTo and sender

1.2.5 #

  • Allow local-part to start with a dot

1.2.4 #

  • Allow local-part to end with a dot

1.1.6 #

  • Introduce listUnsubscribe
  • Remove replyTo and replyToName

1.1.5 #

  • Updated for Dart 2, including updating dependency versions.

1.1.5 #

  • Introduce replyTos
  • Deprecate replyTo and replyToName

1.1.4 #

  • Remove extra trailing \r\n from messages as some servers may interpret it as an empty command and send back an error code after success code

1.1.3 #

  • Fix occasional issue with completer already completed. Due to an error with SMTP server closing connection after sending the email.

1.1.2 #

  • Fix new lines sent to server to be proper \r\n format

1.1.1 #

  • loosen crypto dependency to '>=0.9.0 <3.0.0' as suggested in the crypto changelog

1.1.0 #

  • merge crypto util fix and update example
  • upgrade unittest to test and move it to dev_dependencies
  • added OpenMailBoxSmtpOptions
  • improve address parsing and sanitization (from hoylen)
  • cleanup chunkEncodedBytes and associated test
  • update example to allow CC and BCC

1.0.1 #

  • add simple example/send_gmail.data
  • fix pubspec to pull crypto 0.9.0

1.0.0 Oct 4, 2015 #

  • initial release
8
likes
15
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A temporary fork of Kai Sellgren's Mailer (https://github.com/kaisellgren/mailer) for aggressive support of replyTo and sender

License

MIT (license)

Dependencies

charcode, dart2_constant, intl, logging, mime, path

More

Packages that depend on mailer2