<feed xmlns='http://www.w3.org/2005/Atom'>
<title>courier-libs/maildrop/testsuite2, branch master</title>
<subtitle>Courier Mail Server - shared libraries</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/'/>
<entry>
<title>maildrop: clean up a dotlock file if exited while it is held.</title>
<updated>2021-05-19T12:03:44+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2021-05-18T02:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=f47a71576c377269f5c5ca6156b2f319256e2738'/>
<id>f47a71576c377269f5c5ca6156b2f319256e2738</id>
<content type='text'>
Implement exit() by throwing an exception, which will wind up and clean
up the dotlock. Catch the exception and exit(), after everything gets
cleaned up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement exit() by throwing an exception, which will wind up and clean
up the dotlock. Catch the exception and exit(), after everything gets
cleaned up.
</pre>
</div>
</content>
</entry>
<entry>
<title>maildrop: Add :H pattern modifier to maildrop.</title>
<updated>2018-02-17T02:19:05+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2018-02-17T01:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=c6c18e6142360a30cc11bfe29ac8b762e99a2104'/>
<id>c6c18e6142360a30cc11bfe29ac8b762e99a2104</id>
<content type='text'>
rfc2045: RFC2045_DECODEMSG_NOATTACHHEADERS flag, do not decode attachment
headers.

maildrop: The ":H" pattern modifier searches main headers only, does not
search attachments' headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rfc2045: RFC2045_DECODEMSG_NOATTACHHEADERS flag, do not decode attachment
headers.

maildrop: The ":H" pattern modifier searches main headers only, does not
search attachments' headers.
</pre>
</div>
</content>
</entry>
<entry>
<title>maildrop: implement FLAGS</title>
<updated>2015-12-19T17:08:37+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2015-12-19T17:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=fc74b7bc645d74c9fc87fa63345b6c6840c73bca'/>
<id>fc74b7bc645d74c9fc87fa63345b6c6840c73bca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parsing of a message without a body.</title>
<updated>2015-07-19T10:36:20+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2015-07-19T10:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=796dc9a0b94b67f1303e1db61311f7b458e5e36a'/>
<id>796dc9a0b94b67f1303e1db61311f7b458e5e36a</id>
<content type='text'>
Until the empty line separating headers from body is read, point
startofbody at the end of the parsed text, so if the empty line
is never read, the entire contents of the message is parsed as
headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until the empty line separating headers from body is read, point
startofbody at the end of the parsed text, so if the empty line
is never read, the entire contents of the message is parsed as
headers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compiler warnings, testsuite.</title>
<updated>2015-02-16T13:33:03+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2015-02-16T13:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=0623b6558a49900fb92e5c1bf103c9714f35ce2c'/>
<id>0623b6558a49900fb92e5c1bf103c9714f35ce2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>maildrop: xfilter command fixes</title>
<updated>2013-08-29T12:30:38+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2013-08-29T12:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=d61d9e62ef6d46f5747a9099fe308455de348947'/>
<id>d61d9e62ef6d46f5747a9099fe308455de348947</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>maildrop: handle MIME encoding when searching messages.</title>
<updated>2013-08-29T01:07:40+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2013-08-26T23:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=e0a0a6eba9f31aea09624b3ea21fb75107c96780'/>
<id>e0a0a6eba9f31aea09624b3ea21fb75107c96780</id>
<content type='text'>
Use rfc2045_decodmsgtoutf8() to decode entire message into UTF-8, before
searching it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use rfc2045_decodmsgtoutf8() to decode entire message into UTF-8, before
searching it.
</pre>
</div>
</content>
</entry>
</feed>
