index
:
fml8.git
feature/utf8-mime-header-handling
master
fml mailing list driver version 8
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fml
/
lib
/
Mail
/
Message.pm
Age
Commit message (
Expand
)
Author
2002-02-01
remove $ENV{debug} based toggle flag
subdir-base
fukachan
2002-01-18
__next_message() -> _next_message_is()
fukachan
2002-01-16
oops, forgotten. fix head_message() -> __head_message()
fukachan
2002-01-16
change Mail::Message naming convention.
fukachan
2002-01-13
oops, fix typo (not remove =cut before the last 1;)
fukachan
2002-01-13
remove \s*$
fukachan
2002-01-13
reorder find() definition location
fukachan
2002-01-13
use rfc822_message_ as prefix for method to manipulate the whole
fukachan
2002-01-13
header_size() -> whole_message_header_size()
fukachan
2002-01-13
nuke C<> in =head2 function()
fukachan
2002-01-13
remove header(), data() method
fukachan
2002-01-13
update comments, copyright. FNF-ify.
fukachan
2001-12-22
remove \s*$
fukachan
2001-10-29
_get_mime_header() checks offset boundary
fukachan
2001-10-27
oops, should be s///mi to trap encodinge
fukachan
2001-10-27
change method: data() -> data_in_body_part()
fukachan
2001-10-21
check defined $header->get(content-type)
fukachan
2001-10-21
check more defined() check
fukachan
2001-10-20
bug fix: $InComingMessage should not local scope. modify it to SCALAR REF
fukachan
2001-09-23
implement get_offset():
fukachan
2001-09-23
implement get_encoding_mechanism() in Mail::Message.
fukachan
2001-08-23
more debug to show {header,body}_size
fukachan
2001-08-02
handle buffer (MIME part) without trailing "\n".
fukachan
2001-06-02
clean up document
fukachan
2001-05-18
parse() can accpet either file or fd (file descriptor).
fukachan
2001-05-06
update documents to reflect Mail::Message::*
fukachan
2001-05-06
replace create($me, $args) with _build_message($me, $args) since
fukachan
2001-05-05
nuke data_type().
fukachan
2001-04-15
fix regexp to extrace type from content-type:
fukachan
2001-04-15
smtpsvc returns boundary = "boundary" format
fukachan
2001-04-15
mime *type is case insensitive.
fukachan
2001-04-13
we can handle broken multipart message now, I believe.
fukachan
2001-04-12
corrent how to parse broken multipart message
fukachan
2001-04-12
enforce to parse broken multipart message ;)
fukachan
2001-04-12
debug on if $ENV{'debug'} is defined.
fukachan
2001-04-10
use text/rfc822-headers not a fake rfc822/message.header
fukachan
2001-04-09
define nth_paragraph()
fukachan
2001-04-08
define find() to search specified object.
fukachan
2001-04-08
fix Content-Type: parsing
fukachan
2001-04-08
modify object format. It has data_info and align the name syntax to
fukachan
2001-04-07
clena up message
fukachan
2001-04-07
change print() output mode to "raw" by default. We prepare
fukachan
2001-04-06
correct method name and internal variable names. now we use data and
fukachan
2001-04-06
nuke orphan $i
mail-message-0-2
fukachan
2001-04-06
nuke AUTOLOAD to avoid ambiguous method
fukachan
2001-04-06
define head() and last() method
fukachan
2001-04-05
s/chain/next_chain/
fukachan
2001-04-03
Initial revision
fukachan