<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Parse.pm, branch cgi-restruct-base</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>update copyright</title>
<updated>2002-01-16T13:43:19+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-16T13:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=146604e0ca356391d0f972decc029c74a156f5ee'/>
<id>146604e0ca356391d0f972decc029c74a156f5ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change Mail::Message naming convention.</title>
<updated>2002-01-16T13:33:58+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-16T13:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=4f82c6210c57f1a72b590fda50b79c7525e55f10'/>
<id>4f82c6210c57f1a72b590fda50b79c7525e55f10</id>
<content type='text'>
public -&gt; private:
o head_message
o last_message
o next_message
o prev_message

prefix change:
o rfc822_message_ -&gt; whole_message_
o get_first_plaintext_message() -&gt; find_first_plaintext_message()
o get_encoding_mechanism() -&gt; encoding_mechanism()
o get_data_type() -&gt; data_type()
o get_data_type_list() -&gt; data_type_list()

renamed:
o get_offset() - &gt;offset_pair()
o header_in_body_part() -&gt; message_fields()
o data_in_body_part()   -&gt; message_text()
where we use RFC822 flabour naming convention.
rfc822 says "message = fields + text" and rfc2047 says "message" as
defined in RFC 822, with all header fields optional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
public -&gt; private:
o head_message
o last_message
o next_message
o prev_message

prefix change:
o rfc822_message_ -&gt; whole_message_
o get_first_plaintext_message() -&gt; find_first_plaintext_message()
o get_encoding_mechanism() -&gt; encoding_mechanism()
o get_data_type() -&gt; data_type()
o get_data_type_list() -&gt; data_type_list()

renamed:
o get_offset() - &gt;offset_pair()
o header_in_body_part() -&gt; message_fields()
o data_in_body_part()   -&gt; message_text()
where we use RFC822 flabour naming convention.
rfc822 says "message = fields + text" and rfc2047 says "message" as
defined in RFC 822, with all header fields optional.
</pre>
</div>
</content>
</entry>
<entry>
<title>use rfc822_message_ as prefix for method to manipulate the whole</title>
<updated>2002-01-13T13:26:38+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-13T13:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b6df18bc5e3fbe26ae889defadebc3fbef2a2b1a'/>
<id>b6df18bc5e3fbe26ae889defadebc3fbef2a2b1a</id>
<content type='text'>
message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
message.
</pre>
</div>
</content>
</entry>
<entry>
<title>header_size() -&gt; whole_message_header_size()</title>
<updated>2002-01-13T12:50:51+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-13T12:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=4b447a791ecd9d6d706d4d71c677d97af709014d'/>
<id>4b447a791ecd9d6d706d4d71c677d97af709014d</id>
<content type='text'>
body_size()   -&gt; whole_message_body_size()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
body_size()   -&gt; whole_message_body_size()
</pre>
</div>
</content>
</entry>
<entry>
<title>remove \s*$</title>
<updated>2001-12-22T09:21:00+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-12-22T09:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=8c71d1f4b810babb4620a046ad9c100108887fb1'/>
<id>8c71d1f4b810babb4620a046ad9c100108887fb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update comments</title>
<updated>2001-12-22T09:11:55+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-12-22T09:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=dba338d612f726205c73e51b65fe545a29fc433b'/>
<id>dba338d612f726205c73e51b65fe545a29fc433b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up documentation</title>
<updated>2001-05-27T14:27:52+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-05-27T14:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=ca2923dd45188113437adc39455e91a30fe8cc5e'/>
<id>ca2923dd45188113437adc39455e91a30fe8cc5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove global variabl e$InComingMessage which is not used</title>
<updated>2001-05-05T15:41:43+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-05-05T15:41:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=f5501a6338990706adfc9787620d7c54870a3866'/>
<id>f5501a6338990706adfc9787620d7c54870a3866</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modified to use Mail::Message-&gt;parse().</title>
<updated>2001-04-08T06:43:49+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-04-08T06:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=3f52d05f78817ab82f5b37e6d74995fb9eccc906'/>
<id>3f52d05f78817ab82f5b37e6d74995fb9eccc906</id>
<content type='text'>
returns the Mail::Message object.
See Mail::Message class (1.8-1.9) for on Mail::Message-&gt;parse().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
returns the Mail::Message object.
See Mail::Message class (1.8-1.9) for on Mail::Message-&gt;parse().
</pre>
</div>
</content>
</entry>
<entry>
<title>correct method name and internal variable names. now we use data and</title>
<updated>2001-04-06T16:25:41+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-04-06T16:25:41+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=63774f93ca71c553eb49f1e425b7626ccd04b3ca'/>
<id>63774f93ca71c553eb49f1e425b7626ccd04b3ca</id>
<content type='text'>
data_type mainly by default not content_*.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
data_type mainly by default not content_*.
</pre>
</div>
</content>
</entry>
</feed>
