enough_mail

IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.

MPL-2.0 License

Stars
101

Bot releases are hidden (Show)

enough_mail - v0.0.14: completing IMAP 4 Rev 1 command support

Published by robert-virkus over 4 years ago

This release provides the complete command support of the IMAP 4 Revision 1 standard.

  • Save messages to the server with ImapClient.appendMessage().
  • Store message flags using the ImapClient.store() method or use one of the mark-methods like markFlagged() or markSeen().
  • Copy message(s) using ImapClient.copy().
  • Copy, fetch, store or search message with UIDs using ImapClient.uidCopy(), uidStore(), etc.
  • Remove messages marked with the \Deleted flag using ImapClient.expunge()
  • Authenticate via OAUTH 2.0 using ImapClient.authenticateWithOAuth2() (AUTH=XOAUTH2) or authenticateWithOAuthBearer() (AUTH=OAUTHBEARER).
  • You can now switch to TLS using ImapClient.startTls().
  • Query the capabilities using the ImapClient.capability() call.
  • Let the server do some housekeeping using the ImapClient.check() method.

Download as usual from https://pub.dev/packages/enough_mail

enough_mail - SMTP sending fix

Published by robert-virkus over 4 years ago

A bug in the SMTP sending command resulted in mails not being sent out.

Releases are available here: https://pub.dev/packages/enough_mail/versions
How to install: https://pub.dev/packages/enough_mail#-installing-tab-

Package Rankings
Top 4.96% on Pub.dev
Badges
Extracted from project README
enough_mail version