Releases: michaelspiss/imap_client
Releases · michaelspiss/imap_client
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 leading escaped character bug
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)
v0.2.0
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
- 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