<feed xmlns='http://www.w3.org/2005/Atom'>
<title>interimap/README, branch debian/0.2-1</title>
<subtitle>Fast bidirectional synchronization for QRESYNC-capable IMAP servers</subtitle>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/'/>
<entry>
<title>Remove support for the Binary Content extension [RFC3516].</title>
<updated>2015-09-15T15:10:11+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-09-15T14:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=90d926f6f32dd3ff06e5c49e6a982777ead9f691'/>
<id>90d926f6f32dd3ff06e5c49e6a982777ead9f691</id>
<content type='text'>
“If the server does not know how to decode the section's CTE, it MUST
fail the request and issue a "NO" response that contains the
"UNKNOWN-CTE" extended response code.” — [RFC3516 section 4.3]

Unfortunately the client doesn't know which message couldn't be decoded,
so it can't fallback and use BODY instead.

This made ‘use-binary=NO’ pretty much mandatory.  Hence we remove
support for BINARY [RFC3516].  Instead, we increase the thresold for
when to add Zlib full flush points from 4096 to the buffer size (32768).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
“If the server does not know how to decode the section's CTE, it MUST
fail the request and issue a "NO" response that contains the
"UNKNOWN-CTE" extended response code.” — [RFC3516 section 4.3]

Unfortunately the client doesn't know which message couldn't be decoded,
so it can't fallback and use BODY instead.

This made ‘use-binary=NO’ pretty much mandatory.  Hence we remove
support for BINARY [RFC3516].  Instead, we increase the thresold for
when to add Zlib full flush points from 4096 to the buffer size (32768).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a list of supported extensions.</title>
<updated>2015-09-09T20:30:00+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-09-09T20:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=47fec06f75d365259c6bf1da78dfc4b5548ce5fe'/>
<id>47fec06f75d365259c6bf1da78dfc4b5548ce5fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for the IMAP COMPRESS extension [RFC4978].</title>
<updated>2015-09-09T20:01:57+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-09-08T22:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=64dc8a1ed4e15ce456a699184a4fff263f2c902f'/>
<id>64dc8a1ed4e15ce456a699184a4fff263f2c902f</id>
<content type='text'>
Also, add traffic statistics after closing the connection to the IMAP
server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, add traffic statistics after closing the connection to the IMAP
server.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename ‘imapsync’ to ‘interimap’.</title>
<updated>2015-09-07T15:36:00+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-09-07T15:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=ac3e4cf6300448e9c83b45db1b769d79c6df2e38'/>
<id>ac3e4cf6300448e9c83b45db1b769d79c6df2e38</id>
<content type='text'>
To avoid confusion with http://imapsync.lamiral.info .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid confusion with http://imapsync.lamiral.info .
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a note imapsync vs. offlineimap.</title>
<updated>2015-09-07T15:06:14+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-09-07T13:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=adf204a2b54eb5fc47e97042012be0e407ac7e42'/>
<id>adf204a2b54eb5fc47e97042012be0e407ac7e42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Promote SSH connections to the remote IMAP server.</title>
<updated>2015-09-06T20:51:46+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-09-06T20:28:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=4b1b2bfc6fe71b6072935ce63df4c9547bde14f4'/>
<id>4b1b2bfc6fe71b6072935ce63df4c9547bde14f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README file.</title>
<updated>2015-09-05T15:36:31+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-09-05T15:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/interimap/commit/?id=f5b7ec21e9d53ac7d93797a83c3c100dfa4de076'/>
<id>f5b7ec21e9d53ac7d93797a83c3c100dfa4de076</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
