| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-03-20 | s/error_reset/error_clear/ | fukachan | |
| 2001-03-20 | rewritten to ErrorMessages::Status module for unification of error | fukachan | |
| buffer handling. | |||
| 2001-03-18 | mysql map can work. | fukachan | |
| IO::MapAdapter->new() accpets two parameters, $map and the parameters $map_params. my $obj = new IO::MapAdapter ('mysql:toymodel', $map_params); where $map_params = { config => {}, query => {} }; | |||
| 2001-03-14 | fix tr() to make chars upper case | fukachan | |
| 2001-03-13 | fix dependence, fix typo | fukachan | |
| 2001-03-13 | clean up documents | fukachan | |
| 2001-03-10 | s/_connect4/connect4/g | fukachan | |
| 2001-03-10 | s/_connect6/connect6/g | fukachan | |
| 2001-03-10 | clean up documents | fukachan | |
| 2001-03-09 | resolv warning to quote some keywords | fukachan | |
| 2001-03-09 | nuke FML::Debug and Data::Dumper to avoid loading Data::Dumper | fukachan | |
| 2001-03-04 | change table generator | fukachan | |
| s/doc/manual/ add [Japanese memo] entry which is linked to $module_name.ja.txt if available | |||
| 2001-02-27 | change internal representation: multipart. -> _multipart_ | fukachan | |
| 2001-02-25 | clean up documents | fukachan | |
| move FML::String to Dialect::ISO2022JP (Dialect::Japanese::String) | |||
| 2001-02-24 | clean up documenets | fukachan | |
| 2001-02-24 | prepare @@doc/ for text documents | fukachan | |
| 2001-02-24 | use @module.txt as a text version file name for module.pm, | fukachan | |
| which is generated by pod2text | |||
| 2001-02-24 | regen documents by new dir2url.pl | fukachan | |
| 2001-02-24 | prepare Makefile in each directory | fukachan | |
| regen index.ja.html's under here | |||
| 2001-02-19 | clean up documents | fukachan | |
| 2001-02-19 | align the format in HISTORY section | fukachan | |
| 2001-02-16 | debug content_type in a message chain | fukachan | |
| 2001-02-12 | s/mta/smtp_servers/ | fukachan | |
| 2001-02-12 | smtlog( command . \r\n ) | fukachan | |
| 2001-02-12 | _print_*(): | fukachan | |
| check $len, exit if $len == 0 (which means $buf not contain even "\n") remove $pe which is not used. | |||
| 2001-02-12 | MailingList::Messages | fukachan | |
| clean up documentations fix get_content_type() check more whether $self is defined or not | |||
| 2001-02-12 | get_first_plaintext_message() returns message object not content string | fukachan | |
| 2001-02-12 | fix multipart terms,parser,builder to follow rfc2046 | fukachan | |
| 2001-02-11 | fix delimeter = --$boundary not $boundarymultipart-handling-0-1 | fukachan | |
| fix _print_*() to inherit some flags e.g. _raw_print charset= should be added when content-type =~ /^text/ | |||
| 2001-02-11 | define build_mime_multipart_chain() to chain messages. | fukachan | |
| move %content_type definition to the top | |||
| 2001-02-11 | define build_mime_header() | fukachan | |
| _print_message_on_disk() print out $msg->{ header } | |||
| 2001-02-11 | use "header" key to store content header | fukachan | |
| define _print_messsage_on_disk() prototype | |||
| 2001-02-11 | s/parse_mime_multipart/build_mime_multipart_chain/file-op-0-0 | fukachan | |
| add a comment to create() | |||
| 2001-02-10 | clean up a few documents | fukachan | |
| 2001-02-05 | fix position speculation in not multipart case | fukachan | |
| 2001-02-05 | fix missing my() | fukachan | |
| 2001-02-05 | doc: header is not used now | fukachan | |
| 2001-02-04 | define get_content_header(), | fukachan | |
| get_content_body(),get_first_plaintext_message() change toymodel to use get_first_plaintext_message() | |||
| 2001-02-04 | update documents, clean up comments | fukachan | |
| change raw_print_mode handling change message format: 1. base_content_type is added 2. content_type has virtual types to treat multipart delimiters, multipart preamble and trailer. Each message (one of a chain) has base_content_type and content_type. base_content_type is the same as the content-type of the mail header but content_type is it of each multipart block. | |||
| 2001-02-03 | fix multipart handling when the preamble is empty | fukachan | |
| 2001-02-03 | we can print the tralior after the end of continuous multipart blocks | fukachan | |
| 2001-02-03 | now we can print out message chains which is used for mime multipart | fukachan | |
| message. For example the chain, $m1 -> $m2 -> $m3, print out $m1->{content}, m2->{content}, ... sequentially. | |||
| 2001-02-03 | prototype of multipart handling | fukachan | |
| 2001-02-01 | save mail body without \r | fukachan | |
| define Messages::raw_print() for it | |||
| 2001-01-28 | remove code reference passing since we should shiled | fukachan | |
| internal variables within IO::MapAdapter. | |||
| 2001-01-27 | renamed | fukachan | |
| 2001-01-27 | update POD documents | fukachan | |
| 2001-01-27 | nuke since merged | fukachan | |
| 2001-01-27 | s/socket_timeout/default_io_timeout/ | fukachan | |
| add alarm(0) to reset the latest alarm() | |||
| 2001-01-27 | an adapter which wraps SMTP ESMP LMTP classes. | fukachan | |
| now we support dynamic binding to ?MTP lasses. | |||
