<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/MailingList/Messages.pm, branch pre-cgi</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>resolv warning to quote some keywords</title>
<updated>2001-03-09T05:44:18+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-09T05:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=93fe0f50133b0167d48a68c11917aa8dbf4b08d3'/>
<id>93fe0f50133b0167d48a68c11917aa8dbf4b08d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nuke FML::Debug and Data::Dumper to avoid loading Data::Dumper</title>
<updated>2001-03-09T04:51:15+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-09T04:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=a3d4f00869d3f1a2377599198245f90502919504'/>
<id>a3d4f00869d3f1a2377599198245f90502919504</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change internal representation: multipart. -&gt; _multipart_</title>
<updated>2001-02-27T07:55:10+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-02-27T07:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=cd221d54d4f14a61153f479d55446e47b952a3b9'/>
<id>cd221d54d4f14a61153f479d55446e47b952a3b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>align the format in HISTORY section</title>
<updated>2001-02-19T01:10:37+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-02-19T01:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b6f84022326702dbf8baec21bb7e15bb033c0a6b'/>
<id>b6f84022326702dbf8baec21bb7e15bb033c0a6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debug content_type in a message chain</title>
<updated>2001-02-16T03:37:14+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-02-16T03:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b571e9e95e02bcdaaf0002e0d6ffa5295920b75f'/>
<id>b571e9e95e02bcdaaf0002e0d6ffa5295920b75f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>_print_*():</title>
<updated>2001-02-12T15:18:14+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-02-12T15:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=3d767c19ca58c685fe0dfa68fc1bfa24b9a22092'/>
<id>3d767c19ca58c685fe0dfa68fc1bfa24b9a22092</id>
<content type='text'>
check $len, exit if $len == 0 (which means $buf not contain even "\n")
remove $pe which is not used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
check $len, exit if $len == 0 (which means $buf not contain even "\n")
remove $pe which is not used.
</pre>
</div>
</content>
</entry>
<entry>
<title>MailingList::Messages</title>
<updated>2001-02-12T14:48:10+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-02-12T14:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=cc3c5801ca3b1ecaa57d75d9dcb070e7a6e4b176'/>
<id>cc3c5801ca3b1ecaa57d75d9dcb070e7a6e4b176</id>
<content type='text'>
clean up documentations
fix get_content_type()
check more whether $self is defined or not
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clean up documentations
fix get_content_type()
check more whether $self is defined or not
</pre>
</div>
</content>
</entry>
<entry>
<title>get_first_plaintext_message() returns message object not content string</title>
<updated>2001-02-12T13:50:25+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-02-12T13:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=67a0689ce8f8347cf6bfd04fb8e7fd492f899a0a'/>
<id>67a0689ce8f8347cf6bfd04fb8e7fd492f899a0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix multipart terms,parser,builder to follow rfc2046</title>
<updated>2001-02-12T06:23:45+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-02-12T06:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=ace4941b4c7f66f7c83ec21ce19e02df3f96c858'/>
<id>ace4941b4c7f66f7c83ec21ce19e02df3f96c858</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix delimeter = --$boundary not $boundary</title>
<updated>2001-02-11T15:17:39+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-02-11T15:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=45ccef8a71275ae9343e1834894d5640b90b3314'/>
<id>45ccef8a71275ae9343e1834894d5640b90b3314</id>
<content type='text'>
fix _print_*() to inherit some flags e.g. _raw_print
charset= should be added when content-type =~ /^text/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix _print_*() to inherit some flags e.g. _raw_print
charset= should be added when content-type =~ /^text/
</pre>
</div>
</content>
</entry>
</feed>
