summaryrefslogtreecommitdiff
path: root/fml/lib/Mail
AgeCommit message (Expand)Author
2018-09-08fix document: removed as_str() in it (no such function).Ken'ichi Fukamachi
2018-09-08obsolete Mail::Message::Encode functions are moved to here temporarily.feature/utf8-mime-header-handlingKen'ichi Fukamachi
2018-09-08removed encode_mime_string(), decode_mime_string() and decode_mime_utf8_to_eu...Ken'ichi Fukamachi
2018-09-08subject handling is changed to mime_header_decode() and as_external_form() st...Ken'ichi Fukamachi
2018-09-08subject handling is changed to Mail::Message::Subject->mime_header_decode() a...Ken'ichi Fukamachi
2018-09-08private _regexp_compile() is elevated to public regexp_compile().Ken'ichi Fukamachi
2018-09-08remove base64() and qp().Ken'ichi Fukamachi
2018-09-08just a template. removed not-used "use Jcode".Ken'ichi Fukamachi
2018-09-08clarified each variable is Perl internal or external form.Ken'ichi Fukamachi
2018-09-08fixed the new() description: no, we do not use Jcode here.Ken'ichi Fukamachi
2018-09-08remove debug codes.Ken'ichi Fukamachi
2018-09-08define convert_from_internal_to_external_form() which convert the given Perl ...Ken'ichi Fukamachi
2018-09-08removed obsolete mime_encode() and mime_decode().Ken'ichi Fukamachi
2018-09-08define as_external_form() which return the internal data as the external form...Ken'ichi Fukamachi
2018-09-08remove debug codes.Ken'ichi Fukamachi
2018-09-08_decode_mime_string() switched to use mime_header_decode_as_octets() of Mail:...Ken'ichi Fukamachi
2018-09-08remove debug.Ken'ichi Fukamachi
2018-09-08return the phrase of from: address by using mime_header_decode_as_octets().Ken'ichi Fukamachi
2018-09-08define mime_header_decode_as_octets(). It returns printable form not Perl int...Ken'ichi Fukamachi
2018-09-08switched to use Mail::Message::Encode::Perl in From address parsing.Ken'ichi Fukamachi
2018-09-08fix documentation and debug codes to use mime_header_decode/encode().Ken'ichi Fukamachi
2018-09-08mime header decode/encode switched to use Mail::Message::Encode::Perl.Ken'ichi Fukamachi
2018-09-08add Mail::Message::Encode::Perl for Perl (character-oriented) based encoding.Ken'ichi Fukamachi
2017-12-31apply patch to fix charset handling in Content-Type headerfukachan
2012-12-13fix copyrightfukachan
2012-12-13RT#66474: catch up IO::Handle changes in Perl 5.16 to avoid a lot of warnings.fukachan
2012-04-24fix descriptions, copyright.fukachan
2012-04-21not duplicated loading of Socket related classes.fukachan
2012-04-15&timegm() -> timegm().fukachan
2012-04-15not use obsolete library: timelocal.pl and ctime.pl, which is removedfukachan
2011-08-25bugfix quoted-printable pattern at decode_mime_utf8_to_euc()tmu
2011-08-25white space cosmetics.fukachan
2011-08-24add decode_mime_utf8_to_euc() for utf8 subjecttmu
2010-04-10fix/update copyright.fukachan
2009-06-10bugfix case timezone +0000tmu
2008-08-02fix copyrightfukachan
2008-08-02create isolated queue, too.fukachan
2006-07-09white space cosmeticsfukachan
2006-06-15change default @indexstmu
2006-05-22_update_montly_thread_index_master() rewrite same logictmu
2006-05-11implement md5_file()fukachan
2006-05-11restructured.fukachan
2006-05-04constuctor imports $expire_limit in the argument.fukachan
2006-04-28fix open() mode: r -> <fukachan
2006-04-22message modified (unified among modules)fukachan
2006-04-20fix error reset timing.fukachan
2006-04-20try to connect(2) $mta by IPv6 if (1) we can use Socket6 and (2) mtafukachan
2006-04-16fix variable name: num_rcpt -> rcpt_totalfukachan
2006-04-16fix variable name syntax: _num_attachment -> _num_attachmentsfukachan
2006-04-15nuke ambiguous method and variable name.fukachan