<feed xmlns='http://www.w3.org/2005/Atom'>
<title>courier-libs/rfc2045, 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>gcc 12, autotool updates, sqwebmail fixes.</title>
<updated>2022-05-23T03:52:31+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2022-05-23T03:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=83e37efc8ed785cd095eb585ff747e5702ec49b3'/>
<id>83e37efc8ed785cd095eb585ff747e5702ec49b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a few instances of misspellings of "occurred"</title>
<updated>2022-03-22T07:20:27+00:00</updated>
<author>
<name>Roel van Meer</name>
</author>
<published>2022-03-22T07:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=a1828069b5d9d04061a9bf6d02a157a3e645bf0f'/>
<id>a1828069b5d9d04061a9bf6d02a157a3e645bf0f</id>
<content type='text'>
See also:
  https://salsa.debian.org/debian/courier-unicode/-/blob/master/debian/patches/0004-Spelling-Fixes.patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also:
  https://salsa.debian.org/debian/courier-unicode/-/blob/master/debian/patches/0004-Spelling-Fixes.patch
</pre>
</div>
</content>
</entry>
<entry>
<title>Tolerate -Wall and -Werror</title>
<updated>2021-05-19T12:03:46+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2021-05-18T02:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=34b6dbb743654fdb6edccf101c4da7e671b7a92d'/>
<id>34b6dbb743654fdb6edccf101c4da7e671b7a92d</id>
<content type='text'>
Fixes to configure scripts and code so that it compiles (hopefully
correctly) with -Wall and -Werror.

Remove support for ancient BSD stricmp and strnicmp functions.
AC_CHECK_FUNC does not work for strcasecmp and strncasecmp under
-Wall, it's simpler to remove it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes to configure scripts and code so that it compiles (hopefully
correctly) with -Wall and -Werror.

Remove support for ancient BSD stricmp and strnicmp functions.
AC_CHECK_FUNC does not work for strcasecmp and strncasecmp under
-Wall, it's simpler to remove it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing test due to a now-fixed bug in courier-unicode.</title>
<updated>2020-12-01T00:49:12+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2020-12-01T00:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=5c826bd3a09ca686b5b18365839db7cfb33e3ccd'/>
<id>5c826bd3a09ca686b5b18365839db7cfb33e3ccd</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>2020-10-29T01:58:05+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2020-10-29T01:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=188e332e9e77f6ea03bfc9e835b198bc09d54b62'/>
<id>188e332e9e77f6ea03bfc9e835b198bc09d54b62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add AC_PROG_CC_C99</title>
<updated>2020-04-21T11:20:51+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2020-04-21T11:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=1d6a2aebf3372fd3674b52541203c58e11a52ac6'/>
<id>1d6a2aebf3372fd3674b52541203c58e11a52ac6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation warning.</title>
<updated>2020-01-24T03:02:11+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2020-01-24T03:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=2c9cd0bc8ae38dbf18bb1ea27e31168b7b205e5d'/>
<id>2c9cd0bc8ae38dbf18bb1ea27e31168b7b205e5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reformime: fix crash when -e is specified without a -s.</title>
<updated>2018-08-09T10:46:12+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2018-08-09T10:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=bb5416445b1e6c1cbfeb32ac1a233e041af699ce'/>
<id>bb5416445b1e6c1cbfeb32ac1a233e041af699ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize utf-8 address type when parsing DSNs.</title>
<updated>2018-07-31T23:48:03+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2018-07-31T23:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=9176dd6905f7bf273be6008b8824eb9e8443617a'/>
<id>9176dd6905f7bf273be6008b8824eb9e8443617a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement RFC 6533 address encoding and decoding.</title>
<updated>2018-07-30T03:15:23+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2018-07-30T02:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=7ccfca0cf50348039815532273d0aaf2d4318474'/>
<id>7ccfca0cf50348039815532273d0aaf2d4318474</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
