| Age | Commit message (Collapse) | Author |
|
|
|
|
|
The functions are
encode_mime_string(), decode_mime_string() and decode_mime_utf8_to_euc().
|
|
decode_mime_utf8_to_euc().
They are moved to Mail::Message::Encode::Obsolete temporarily.
|
|
style.
XXX bug this module is broken now.
XXX it seems text2html() handles the input as ISO-8859-1 always ?
|
|
|
|
mime_header_decode().
Mail::Message::Subject
|
|
and as_external_form() style.
|
|
style.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
internal form to the external printable one.
|
|
|
|
|
|
form string.
|
|
|
|
|
|
Mail::Message::Encode::Perl class.
|
|
|
|
|
|
internal one.
|
|
|
|
|
|
|
|
define new functions: mime_header_encode() and mime_header_decode().
|
|
|
|
by renaming to rewrite_article_subject_tag_obsolete().
It should be removed in the future.
It will stay with the repository for a while.
|
|
This reverts commit e1a83b9afe47ce152788651d0a395ec3cdd39d43.
|
|
Temporarily, renamed to rewrite_article_subject_tag_obsolete()
but it should be removed in the future.
|
|
s/rewrite_article_subject_tag_orig()/rewrite_article_subject_tag_obsolete()/ to clarify it is obsolete.
|
|
Thanks to <mizuki@myokoo.jp>.
|
|
instead use a simple test for size: if (@an_array) { ... }
|
|
out how many elements these have.
|
|
|
|
while (1) { ...
- $buf = $socket->getline;
+ defined ( $buf = $socket->getline ) || next SMTP_REPLY;
}
|
|
|
|
|
|
|
|
in Perl 5.16 release. switched to use Time::Local and Time::localtime.
|
|
|
|
|
|
|
|
|
|
fix comments (FNF).
update copyright.
|
|
|
|
|