Mail-POP3Client
view release on metacpan or search on metacpan
Revision history for Perl extension Mail::POP3Client.
This is version 2.21 of Mail::POP3Client.
2.21 2022/05/09
+ version bump, update Changes
2.20 2022/05/04
+ UTF8 support (from eady@gal...)
2.19 2013/19/03
+ RT82713 - version number contains a space.
2.18 2008/02/11
+ update message ID regular expression for Dovecot APOP authentication.
+ Allow calling scripts to set $\ without negative affects.
2.17 2005/08/19
+ undef $me->{SOCKET} on close.
+ Check $@ after eval of require IO::Socket::SSL
2.16 2004/03/13
+ Correct documentation errors for Connect().
+ Fix problem with servers not returning an empty line after
headers when message body is blank.
2.15 2003/10/17
+ Create a method to set AuthMode (Jamie Le Tual)
+ Force Mime::Base64::encode base64 result into a single line
(Jamie Le Tual)
+ Documenation updates
2.14 2003/03/22
+ Fixed problem when using SSL connection with SSL socket
passed in via Socket();
+ Added Mail::IMAPClient compatibility calls
+ Fixed issue with ListArray when POP3 server uses a tab as
separator
2.13 2003/01/09
+ Added XTND command - submitted by Chris Moates <six at mox dot net>
+ Added documentation to POD regarding return value of new.
+ Allow Socket to set the socket (for use with SSL) -submitted by
Jamie LeTual <jletual at opendesk dot com>.
2.12 2002/09/21
+ changed calls to _sockread to check for undef on return
value.
+ removed unused call to inet_aton (support perl 5.8.0)
2.11 2002/06/17
+ CRAM-MD5 Authentication support (Ville Skytta)
+ CAPA support (Ville Skytta)
+ fixed perldoc regarding return value of Connect()
2.10 2001/09/08
+ Corrected problem where login was not attempted if password
was empty string.
2.9 2001/08/18
+ Fixed bad value for VERSION.
2.8 2001/08/15
+ add patch for setting LOCALADDR for multi-address machines.
+ add transaction log (reference request/response chain array
as @{$pop->{tranlog}})
+ remove AutoLoader from @ISA
+ changed HeadAndBodyToFile to return 1 on success and 0 on
failure
+ patch to handle servers that do not return +OK as banner (RFC
1939 does not appear to allow this)
+ patch to fix problem of response on QUIT command (in Close)
being ignored.
+ Fixed documentation on Head and HeadAndBody. Preview lines
argument was in the wrong one.
2.7 2000/03/25
+ clarify documentation regarding APOP.
+ Add support for BEST mode when authenticating. BEST will
attempt APOP and drop back to PASS on failure. This is the
( run in 2.565 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )