imap_client 0.2.6 copy "imap_client: ^0.2.6" to clipboard
imap_client: ^0.2.6 copied to clipboard

outdated

IMAP (version 4rev1) implementation for dart

0.2.6 #

  • Fix #15 by translating folder names to utf-7 before sending it them to the server

0.2.5 #

  • Fix bodystructure parsing errors (issues #16, #18)

0.2.4 #

  • Fix #14 by using utf8.decode instead of standard String.fromCharCodes
  • Code cleanup: Follow latest best practices

0.2.3 #

  • Fix #13 by refreshing capabilities list after successful tls negotiation
  • Expose capabilities list and accepted auth methods

0.2.2 #

  • Merge #10, fix string with leading escaped character

0.2.1 #

  • Fix #4, bug that prevented mailboxes with spaces from being opened
  • Fix #7, bug that did not acknowledge escaped characters
  • Fix #8, add missing imap 4 rev 1 commands (subscribe, unsubscribe, lsub)

0.2.0 #

  • Version change, 1.0.0-alpha is lower than 0.1.3, which causes updates to fail

1.0.0-alpha #

  • Complete rewrite
  • Now easier to use and extend
  • Fix #2, a bug that prevents fetches
  • Change concept of folders to representation based instead of internal handling

0.1.3 #

  • Update test package to latest version
  • Do travis tests on stable, now that dart v2 is out of dev

0.1.2 #

  • Implement logging. Use printImapClientDebugLog() to display it.

0.1.1 #

  • Fix errors caused by older dart version 2.0.0-dev.63.0
  • Set minimum required sdk version to 2.0.0-dev.63.0

0.1.0 #

  • Initial version
15
likes
0
pub points
53%
popularity

Publisher

unverified uploader

IMAP (version 4rev1) implementation for dart

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

logging, pedantic, utf7

More

Packages that depend on imap_client