Releases: BrianLeishman/go-imap
Releases · BrianLeishman/go-imap
v0.1.12
v0.1.11
What's Changed
- Improve IMAP IDLE reliability with cyclic re-entry and proper disconnection handling by @svanichkin in #35
- ok, this fix bug in parse FETCH, and corrected BYE from server by @svanichkin in #38
Full Changelog: v0.1.9...v0.1.11
v0.1.9
What's Changed
- Refactor to Go 1.24 and remove custom tokenizer by @BrianLeishman in #29
- Implement connection and command timeouts by @BrianLeishman in #32
- Allow TAtom tokens in parsed addresses by @BrianLeishman in #33
- Implement delete/expunge and update docs by @BrianLeishman in #30
- Add TLSSkipVerify flag by @BrianLeishman in #34
New Contributors
- @BrianLeishman made their first contribution in #29
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Fix SelectFolder and add ExamineFolder by @z1glr in #26
- set and remove flags of mails by @z1glr in #27
- IdleStop added, event parsing by @svanichkin in #28
New Contributors
- @z1glr made their first contribution in #26
- @svanichkin made their first contribution in #28
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.5
v0.1.4
What's Changed
- fix README typo by @Nico-Mayer in #13
- Fix bug where the dialer can be null by @water-a in #14
New Contributors
- @Nico-Mayer made their first contribution in #13
- @water-a made their first contribution in #14
Full Changelog: v0.1.3...v0.1.4
v0.1.3: Add Move Email Function (#12)
Move an email with a specific UID to a folder
v0.1.2: Merge pull request #11 from rbucker/master
fix for TAGs of different lengths