e19716fc6b
Changes from previous: ---------------------- version 2.102: Wed Jan 4 09:31:51 CET 2012 Fixes: - regex which matched attributes dumped core on hugh attributes. rt.cpan.org#69414 [Yanyan Yang] - document generation fixes. Improvements: - correct synopsis of ::Thread::Manager - ::Thread::Node::threadToString uses study() on subject version 2.101: Thu Aug 25 10:16:03 CEST 2011 Fixes: - multipart's-part content-type could remove some attributes rt.cpan.org#69516 [Yanyan Yang] - filenames in content-disposition fields are sometimes charset encoded (not supported by the RFCs) Decode them. [Thomas Karcher] - example how to use $msg->moveTo() was wrong. [Flash] Improvements: - use the Net::Domain::hostfqdn() for the creation of unique message-ids if libnet is installed. rt.cpan.org#69803 [Christoph 'Mehdorn' Weber] version 2.099: Thu Jul 7 16:02:38 CEST 2011 Fixes: - body() of structured studied fields failed. Improvements: - add overloading of comparison to Mail::Message::Field::Address objects. Triggered by [Andrew Beverley] - implement study on date fields. version 2.098: Thu Mar 17 09:01:36 CET 2011 Fixes: - accept mbox message separators from the 60's, because mozilla uses 1-1-1965 as default separator when importing mail. rt.cpan.org#65572 [Willi Mann] - accept mbox message separators from the upcoming 20's - Mail::Transport::POP3 has use_ssl setting too late [Mark Delany] - Mail::Transport::IMAP4 folder create produced "use of undefined". rt.cpan.org#66001 [Willi Mann] - Error message when stringifying a studied empty field. rt.cpan.org#66381 [Florian] - do not split headers for encoded components which contain blanks (which is illegal) reported by [Florian] Improvements: - maildir: do not remove :2, from the filename if there are no flags. [Mikolaj Kucharski] version 2.097: Wed Jan 26 16:11:41 CET 2011 Fixes: - override Mail::Transport::Sendmail destinations included original destinations. rt.cpan.org#64266 [Andrew Beverley] Improvements: - added examples/strip-spam-markup.pl by [Gary Funck] - do not hardcode perl version in test.pl, hopefully resolving many cpantesters complaints. - randomize boundary string to avoid (undemonstrated) security risks with boundary guessing. - manual pages produced with new version of OODoc, producing more condensed output. version 2.096: Tue Nov 9 10:04:25 CET 2010 Fixes: - allow dot in username for pop/imap (probably used by someone) [Jim Cromie] Improvements: - spelling fixes rt.cpan.org#59061 [Salvatore Bonaccorso] - implement Mail::Box::POP3s [Jim Cromie] - do not run test-scripts with -T, because modern TAP::Harness uses PERL5LIB which is disabled by the flag. version 2.095: Fri Jul 2 11:17:35 CEST 2010 Fixes: - permit additional colons in maildir filenames. rt.cpan.org #58534 [Stefan Kangas] - maildir messages in the 'new' queue will not get ":2,", as in mutt. rt.cpan.org#58550 [Stefan Kangas] - fix handling of messages with empty bodys. Had mild consequences to multipart preamble and prelude processing. rt.cpan.org#58544 [Stefan Kangas] Improvements: - spelling fixes rt.cpan.org#56678 [Salvatore Bonaccorso] version 2.094: Tue Apr 6 11:17:15 CEST 2010 Fixes: - parse address phrase with line fold in ::Full:Addresses rt.cpan.org#55309 [Diomidis Spinellis] - handle empty preambles and postludes in multiparts even very strict, because the may be signed. rt.cpan.org#54529 [John Gardiner Myers] Improvements: - fix documentation on use of Mail::Message::Head::build() and a few more minor documentation errors. [Kiss Gabor] - $msg->reply fallback to From address, not only Reply-To - add example/unpack.pl - added install configuration choice "none". Also control via environment variables. - spelling fixes. rt.cpan.org#53127 [Salvatore Bonaccorso] version 2.093: Thu Dec 24 17:02:06 CET 2009 Fixes: version 2.093: Thu Dec 24 17:02:06 CET 2009 Fixes: version 2.093: Thu Dec 24 17:02:06 CET 2009 Fixes: - rewrite of Mail::Message::Full:decode(), because original trick for blank removal kept on biting me. Now implemented without trick. rt.cpan.org#52600 [Dmitry Bigunyak] - make text/plain default when a body is created, as promised by the documentation. rt.cpan.org#52278 [Dmitry Bigunyak] - add toplevel() to ::Body::Multipart and ::Body::Nested to support reply() called on message parts. - fix tests-script to make MIME::Entity cleanup the msg-* files in the tests/ directory. Improvements: - rewrite of SYNOPSIS for Mail::Message::Field::Addresses rt.cpan.org#43703 [Dmitry Bigunyak] - added Mail::Box::Locker::FcntlLock, contributed by Jim In Aus rt.cpan.org#48568 [Jim in Aus] - support additional headers to a reply message. - added explanation of character-set "PERL" for a ::Body (suggested by [Dmitry Bigunyak]) version 2.092: Fri Nov 20 16:13:46 CET 2009 Fixes: - do not set all signal handlers to "exit(0)" rt.cpan.org#50433 [Slaven Rezic] - do not enforce the use of /usr/bin/perl in the test-scripts, but use the perl which is selected via the path. version 2.091: Sun Sep 6 23:54:17 CEST 2009 Fixes: - Another fix to thread detection start where first message is not found. rt.cpan.org#40347 [Florian] - translate '_' to blank when charset not known. rt.cpan.org#41661 [Florian] - no "undef" for field Content-Length with empty message bodies. [Daniel Richard G.] - Mail::Message::Body::eol() with parameter sometimes did not return a body but a character. rt.cpan.org#49334 [Brian McCauley] - Mail::Message::Body::eol() should add \n to last texts line if it is missing. rt.cpan.org#49362 [Brian McCauley] Improvements: - better "From " message separator line generated when converting messages for Mbox storage. Written by [Daniel Richard G.] version 2.090: Tue Jun 2 11:56:28 CEST 2009 Fixes: - second attempt to use Encode to do base64/qp encoding in Mail::Message::Field::Full, This time with test script. [Alexander Averyanov] - Mail::Box::Locker::POSIX lock did always succeed. rt.cpan.org#46003 [Rainer Schöpf] via Debian#528364 - Maildir accept lower-case flags rt.cpan.org#42182 [Hardaker] - Message parser needlessly required read access to folders. rt.cpan.org #46388 [Mike Ekberg] version 2.089: Mon Apr 20 21:00:34 CEST 2009 Fixes: - do not restart parser after folder write, which could end-up in empy folders if mode=='w' [Reinier Post] - fix takemail script for Mbox. rt.cpan.org#44439 [Reinier Post] - alternative option names for 'file' in various lockers, needed to be able to use them in the multi-locker. Needed by [Mark Hedges] - use Encode to do base64/qp encoding in Mail::Message::Field::Full, which handles multibyte characters correctly. Patch by [Alexander Averyanov] version 2.088: Thu Mar 19 08:54:31 CET 2009 Fixes: - ::Parser::Perl should call binmode() as method on the file- handle to work. [Ashwini Singh] - pre-created locker object cannot be passed to Mail::Box::open() because its creation requires a Mail::Box object. [Mark Hedges] - recover from illegal phrases in email addresses, for studied fields in Mail::Message::Field::Addresses [Robert Bruccole] - require Date::Format, introduced in 2.082 [cpantesters] Improvements: - specify encoding type of character-set (q or b) with Mail::Message::Field::Address objects. Requested by [Alexander Averyanov] - default mail box locker object should use the same logging settings as the mail box itself. Spotted by [Mark Hedges] - the existence of Mail/Makefile.PL was an accident. version 2.087: Tue Feb 3 12:41:10 CET 2009 Fixes: - more character-decoding errors in field study. rt.cpan.org#41661 [Florian] - username in folder URL must get decoded as well, to allow '@' signs and colons in the usernames. rt.cpan.org#41976 [Matt S Trout] - accept unknown flags for Maildir. rt.cpan.org#42182 [Wes Hardaker] Improvements: - add DIGEST-MD5 and LOGIN to the AUTO search list of IMAP4. Triggered by rt.cpan.org#42136 [Alexander Thoukydides] - add warnings on two spots that message labels may get lost when moving them to an other folder type. - use external file for body after 100kB, not 10kB. Should improve on performance. |
||
---|---|---|
.. | ||
akonadi | ||
alpine | ||
amavis-perl | ||
amavisd-new | ||
anomy-sanitizer | ||
archivemail | ||
autorespond | ||
avenger | ||
balsa | ||
bbmail | ||
bmf | ||
bogofilter | ||
bulk_mailer | ||
clamsmtp | ||
claws-mail | ||
claws-mail-archive | ||
claws-mail-attachwarner | ||
claws-mail-attremover | ||
claws-mail-bogofilter | ||
claws-mail-cachesaver | ||
claws-mail-dillo-viewer | ||
claws-mail-fetchinfo | ||
claws-mail-gtkhtml | ||
claws-mail-mailmbox | ||
claws-mail-newmail | ||
claws-mail-notification | ||
claws-mail-pgp | ||
claws-mail-pgpcore | ||
claws-mail-pgpinline | ||
claws-mail-pgpmime | ||
claws-mail-rssyl | ||
claws-mail-smime | ||
claws-mail-spamassassin | ||
claws-mail-spamreport | ||
claws-mail-synce | ||
claws-mail-tnef | ||
claws-mail-trayicon | ||
claws-mail-vcalendar | ||
clawsker | ||
cone | ||
coolmail | ||
courier-analog | ||
courier-imap | ||
courier-maildir | ||
courier-mta | ||
cucipop | ||
cue | ||
cyrus-imapd | ||
cyrus-imapd23 | ||
cyrus-imapd24 | ||
dbmail | ||
dcc | ||
deliver | ||
demime | ||
distribute | ||
dk-milter | ||
dkim-milter | ||
dot-forward | ||
dovecot | ||
dovecot2 | ||
dovecot2-pigeonhole | ||
drac | ||
dspam | ||
elm | ||
elm-me | ||
elmo | ||
enma | ||
esmtp | ||
etach | ||
etpan | ||
evolution | ||
evolution-data-server | ||
evolution-exchange | ||
evolution-sharp | ||
exim | ||
exim-html | ||
exim3 | ||
exmh | ||
ezmlm | ||
ezmlm-idx | ||
faces | ||
fastforward | ||
fetchmail | ||
fetchmailconf | ||
fetchyahoo | ||
fix-mime-charset | ||
fml | ||
fml4 | ||
freepops | ||
fromto | ||
getmail | ||
gld | ||
gmime | ||
gmime24 | ||
GNUMail | ||
gnus | ||
greetdelay | ||
grepmail | ||
heirloom-mailx | ||
hypermail | ||
ifile | ||
ifile-procmail | ||
im | ||
imap-uw | ||
imap-uw-utils | ||
imapfilter | ||
imapproxy | ||
imapsync | ||
imp | ||
incm | ||
ingo | ||
isync | ||
ja-mh | ||
jchkmail | ||
kbiff | ||
libesmtp | ||
libetpan | ||
libmilter | ||
libsieve | ||
libspf-alt | ||
libspf2 | ||
libsylph | ||
libytnef | ||
mail-notification | ||
mailagent | ||
mailcrypt | ||
maildrop | ||
mailfront | ||
mailgraph | ||
mailhops | ||
mailman | ||
mailserv | ||
mailsync | ||
mailwrapper | ||
mairix | ||
majordomo | ||
mb2md | ||
mdfrm | ||
mess822 | ||
metamail | ||
mew | ||
mhonarc | ||
milter-greylist | ||
milter-manager | ||
milter-regex | ||
mime-construct | ||
mimedefang | ||
mini_sendmail | ||
mpop | ||
msmtp | ||
mush | ||
mutt | ||
mutt-devel | ||
netbiff | ||
newmail | ||
newspipe | ||
nmh | ||
nullmailer | ||
oe2mbx | ||
offlineimap | ||
opendkim | ||
OSBF-lua | ||
p5-App-Siesh | ||
p5-Catalyst-View-Email | ||
p5-Email-Abstract | ||
p5-Email-Address | ||
p5-Email-Date | ||
p5-Email-Date-Format | ||
p5-Email-Find | ||
p5-Email-Folder | ||
p5-Email-FolderType | ||
p5-Email-LocalDelivery | ||
p5-Email-MessageID | ||
p5-Email-MIME | ||
p5-Email-MIME-Attachment-Stripper | ||
p5-Email-MIME-ContentType | ||
p5-Email-MIME-Encodings | ||
p5-Email-Reply | ||
p5-Email-Send | ||
p5-Email-Sender | ||
p5-Email-Simple | ||
p5-Email-Stuff | ||
p5-Email-Valid | ||
p5-Email-Valid-Loose | ||
p5-GMail-IMAPD | ||
p5-IMAP-Admin | ||
p5-IMAP-Client | ||
p5-Mail-Alias | ||
p5-Mail-Audit | ||
p5-Mail-Box | ||
p5-Mail-ClamAV | ||
p5-Mail-DKIM | ||
p5-Mail-Ezmlm | ||
p5-Mail-IMAPClient | ||
p5-Mail-ListDetector | ||
p5-Mail-Mbox-MessageParser | ||
p5-Mail-Milter | ||
p5-Mail-RFC822-Address | ||
p5-Mail-Sender | ||
p5-Mail-Sender-Easy | ||
p5-Mail-Sendmail | ||
p5-Mail-SPF | ||
p5-Mail-SPF-Query | ||
p5-Mail-SRS | ||
p5-Mail-Webmail-Gmail | ||
p5-MailTools | ||
p5-MIME-Charset | ||
p5-MIME-EncWords | ||
p5-MIME-Lite | ||
p5-MIME-Lite-HTML | ||
p5-MIME-tools | ||
p5-MIME-Types | ||
p5-Net-LMTP | ||
p5-Net-ManageSieve | ||
p5-Net-SMTP-SSL | ||
p5-Net-SMTP_auth | ||
p5-Net-validMX | ||
p5-razor-agents | ||
p5-Sendmail-AccessDB | ||
p5-Sendmail-PMilter | ||
p5-URI-imap | ||
p5-User-Identity | ||
Pantomime | ||
pear-Auth_SASL | ||
pear-Mail | ||
pear-Mail_Mime | ||
pear-Mail_mimeDecode | ||
perdition | ||
perdition-bdb | ||
perdition-gdbm | ||
perdition-ldap | ||
perdition-mysql | ||
perdition-odbc | ||
perdition-postgresql | ||
pfqueue | ||
php-imap | ||
pine | ||
pine-pgp-filters | ||
policyd | ||
policyd-weight | ||
popa3d | ||
poppassd | ||
poppy | ||
postfix | ||
postgrey | ||
prayer | ||
procmail | ||
proxsmtp | ||
pulsar | ||
py-libgmail | ||
py-sendmail-admin | ||
pymsgauth | ||
qcheck | ||
qgreylist | ||
qmail | ||
qmail-conf | ||
qmail-lint | ||
qmail-qfilter | ||
qmail-run | ||
qmailanalog | ||
qmHandle | ||
qmqtool | ||
qpopper | ||
qtools | ||
queue-fix | ||
queue-repair | ||
quickml | ||
rblcheck | ||
re-alpine | ||
relay-ctrl | ||
ripmime | ||
rmail-mime | ||
roundcube | ||
rss2email | ||
ruby-actionmailer | ||
ruby-actionmailer3 | ||
ruby-actionmailer31 | ||
ruby-mail | ||
ruby-mail22 | ||
ruby-mailfactory | ||
ruby-mime-types | ||
ruby-tmail | ||
safecat | ||
sendmail | ||
sendmail-cidrexpand | ||
sendmail-qtool | ||
sendymail | ||
serialmail | ||
sid-milter | ||
sigrot | ||
sma | ||
smtpfeed | ||
solid-pop3d | ||
spamass-milter | ||
spamassassin | ||
spamd | ||
spamdyke | ||
spamprobe | ||
sqlgrey | ||
squirrelmail | ||
squirrelmail-decode | ||
squirrelmail-locales | ||
sqwebmail | ||
ssmtp | ||
sylpheed | ||
sympa | ||
t-prot | ||
teapop | ||
thunderbird | ||
thunderbird-l10n | ||
tmda | ||
tnef | ||
tnef2txt | ||
turba | ||
up-imapproxy | ||
vm | ||
wl | ||
wl-snapshot | ||
wmbiff | ||
wmmail | ||
xbiff | ||
xbuffy | ||
xfmail | ||
xmailbox | ||
xmailwatcher | ||
YoSucker | ||
Makefile |