===== history of Mail-Box-IMAP4 #!!! Mail::Box 3 compatibility is still maintained on github in branch #!!! maint3, and published. So: you may find newer versions with major #!!! number 3. Use (at least) version 4 for new developments. #!!! Convert? See https://github.com/markov2/perl5-Mail-Box/wiki/ #XXX TODO: connect client debugger with Log::Report needs. version 4.000: Wed 10 Dec 18:44:14 CET 2025 Changes: - use Mail::Box 4 exception model: use Log::Report version 3.010: Changes: - MailBox mid-life upgrade: require Perl minimal version 5.016 Improvements: - remove explicit use of GLOB. - remove use of bareword filehandle. - use defined-or - oorestyle and convert to OODoc 3.04 version 3.009: Fri Apr 18 08:41:26 PM CEST 2025 Fixes: - Get peer host and port from Socket object, not IMAPClient. github pull#3 [Jonathan Kamens] Improvements: - add .gitignore - minor doc fix version 3.008: Wed 9 Aug 10:03:40 CEST 2023 Fixes: - do not confuse multiple connections with own imap_client object rt.cpan.org#134898 [Jonathan Kamens] - test fails for Mail::Message 3.013, which detects charset better Improvements: - github pull#1 fix example [Randolf Richardson] - run test in write only environment, github#2 [Petr Pisar] version 3.007: Thu 13 Jun 16:54:08 CEST 2019 Fixes: - remove debug statements. version 3.006: Wed 12 Jun 16:43:39 CEST 2019 Improvements: - more flexible in passing settings to Mail::IMAPClient. version 3.005: Wed 5 Jun 15:56:33 CEST 2019 Fixes: - ignore StartTLS on SSL connection. - enforce message_type is ::IMAP::Message, not ::IMAPs version 3.004: Fri 3 May 09:24:50 CEST 2019 Fixes: - xt/99pod.t was missing from git - represent ssl in url() Improvements: - transporter: rename 'starttls' into 'ssl' option - add ::IMAP4s for url abstraction. version 3.003: Sun Mar 4 14:58:04 CET 2018 Improvements: - spell fixes in pod. rt.cpan.org#124012 [Damyan Ivanov] - add pod tester - convert to GIT and GitHub version 3.002: Thu 29 Jun 15:21:39 CEST 2017 Fixes: - license accidentally changed to 'artistic', back to 'perl' rt.cpan.org#120319 [Jitka Plesnikova] version 3.001: Thu 2 Feb 16:02:23 CET 2017 Fixes: - repair unclean packaging version 3.000: Thu 2 Feb 15:47:09 CET 2017 Changes: - split-off from Mail::Box - supports perl from 5.10 (was 5.8.5)