- has_capability() changes in 3.41 broke imap4rev1()
- Prep 3.41 release
- updated http:// to https:// URLs for referenced resources
- POD cleanup: unseen(), messages() and similar examples
- add test for get_header
- minor POD update for parse_message, document undef return
- minor has_capability POD cleanup
- verb missing in messages() POD
- simplify capability handling via has_capability enhancements
- use of IO::Socket::IP (for IPv6/rt.cpan.org#122373) led to connect(empty args) regression
fix minor POD typo for search()
- folders()/subscribed() should not return mailboxes with \Noselect attribute
- release 3.40
- fix test for returning array when calling flags on a nonexistant message
- added capability.t tests and made note of this in Changes
Add support for IPv6 by choosing to use IO::Socket::IP when available
- fix flags() attempting to use undef as an ARRAY reference when
- run through perltidy
- rt.cpan.org#124523 update examples/populate_mailbox.pl timegm usage
- fetch_hash: handle unsolicited data in respon...
- update copyright for 2017
- better error reporting on failed TLS connecti...
- add docs for noop()
- _imap_command() new doretry => 0|1 option to ...
- update VERSION for release of 3.38
- _redact_line now shows more, but tries hard t...
- added note/update about fix for rt.cpan.org#1...
- noted fix for rt.cpan.org#107593: allow getqu...
- rt.cpan.org#107592: redact credentials via de...
- rt.cpan.org#110273: failure to quote password...
- fix folders_hash() docs and usage in is_paren...
- uidexpunge: split UID EXPUNGE with a large se...
- regex fix in rt.cpan.org#96575 required Perl ...
- update copyright year
- update VERSION for 3.36 release
- reinstate fetch macro handling that was modif...
- rebuilt parsers since we updated bodystructur...
- parsing fixes for fetch_hash and bodystructur...
- avoid hang waiting for tag if DONE is sent ou...
- failed literal commands hang waiting for '+'
- update example for Mail::IMAPClient::BodyStru...
- minor doc updates related to idle()
- workaround for login() failing if username re...
- minor doc cleanup
- is_parent() should return undef on \NoInferiors
- Changes: update notes on fetch_hash changes, ...
- fix fetch_hash to work with a sequence number...
- fix selectable which broke in 3.29 due to use...
- test fixup: dovecot may disconnect client if ...