<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/Mail/Bounce, branch credential2</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>fix comments. white spaces. FNF-ify.</title>
<updated>2002-06-30T14:27:47+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-06-30T14:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=5ced694843e57240df7d44e5dcdc0adc20074de1'/>
<id>5ced694843e57240df7d44e5dcdc0adc20074de1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>validate input data</title>
<updated>2002-05-21T08:37:16+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-05-21T08:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e652c047c6f4d0921b7039a9080a2ed9d95b9170'/>
<id>e652c047c6f4d0921b7039a9080a2ed9d95b9170</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cosmetics: white spaces</title>
<updated>2002-04-01T23:40:53+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-04-01T23:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=c1b23da555249ac402f3c0622c36520c7cfd5043'/>
<id>c1b23da555249ac402f3c0622c36520c7cfd5043</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>separete file to Mail::Bounce status and error mail list</title>
<updated>2002-02-01T14:39:24+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-01T14:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=c01261015cb6d0245910d50e2153b3592d1f4f66'/>
<id>c01261015cb6d0245910d50e2153b3592d1f4f66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove $ENV{debug} based toggle flag</title>
<updated>2002-02-01T12:03:55+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-01T12:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=a176a2ad4ac5fd35a3a056dd3828c0dbb1da0e6d'/>
<id>a176a2ad4ac5fd35a3a056dd3828c0dbb1da0e6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://www.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://www.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>removed due to not used</title>
<updated>2002-01-13T21:49:33+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-13T21:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b82e4c124dc0a7ca88683b161a876b0b3cae3f51'/>
<id>b82e4c124dc0a7ca88683b161a876b0b3cae3f51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://www.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>clean up comments, update copyright</title>
<updated>2002-01-13T06:23:27+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-13T06:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=39c5952d2872367dce9a86dc95cc6fe3c2673963'/>
<id>39c5952d2872367dce9a86dc95cc6fe3c2673963</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
