Skip to content

Releases: michaelspiss/imap_client

0.2.6

21 Aug 00:23
6ec21e9
Compare
Choose a tag to compare
  • Fix #15 by translating folder names to utf-7 before sending it them to the server

0.2.5

09 Aug 12:36
543f280
Compare
Choose a tag to compare
  • Fix bodystructure parsing errors (issues #16, #18)

0.2.4

23 Jun 12:24
6579d64
Compare
Choose a tag to compare
  • Fix #14 by using utf8.decode instead of standard String.fromCharCodes
  • Code cleanup: Follow latest best practices

0.2.3

18 May 14:10
fb9ec86
Compare
Choose a tag to compare
  • Fix #13 by refreshing capabilities list after successful tls negotiation
  • Expose capabilities list and accepted auth methods

0.2.2

31 Mar 19:32
Compare
Choose a tag to compare
  • Merge #10, fix leading escaped character bug

0.2.1

26 Mar 20:39
2fc3517
Compare
Choose a tag to compare
  • 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)

v0.2.0

10 Mar 00:25
Compare
Choose a tag to compare

Same as 1.0.0-alpha
This update is mainly because -alpha causes the update to be below the now deprecated versions

v1.0.0-alpha

09 Mar 23:49
bc6fab2
Compare
Choose a tag to compare
  • 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