<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_mail.git/src/leap, branch 0.4.0</title>
<subtitle>[leap_mail] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/'/>
<entry>
<title>[bug] fix slow appends</title>
<updated>2015-10-01T14:22:37+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-10-01T02:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=8fde125086c100434356c4413560871d9cbe8dfb'/>
<id>8fde125086c100434356c4413560871d9cbe8dfb</id>
<content type='text'>
we were adding listeners for each mailbox instance, which was making
appends particularly slow, since the method that gets current count and
recent count is expensive and was being called way too many times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we were adding listeners for each mailbox instance, which was making
appends particularly slow, since the method that gets current count and
recent count is expensive and was being called way too many times.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fail gracefully if fetch fails</title>
<updated>2015-09-28T20:03:43+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-28T20:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=20273e82dfb66dcf1d2dac2df217ba835a622c38'/>
<id>20273e82dfb66dcf1d2dac2df217ba835a622c38</id>
<content type='text'>
Related: #7495
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related: #7495
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] signal expired auth token to the GUI</title>
<updated>2015-09-24T09:48:04+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-09-24T09:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=e2ce3d095549e4fd06c104a305a3b698d0c45187'/>
<id>e2ce3d095549e4fd06c104a305a3b698d0c45187</id>
<content type='text'>
In case of InvalidAuthTokeError from soledad sync we need signal the GUI, so
it will request her to log in again.

- Resolves: #7430
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case of InvalidAuthTokeError from soledad sync we need signal the GUI, so
it will request her to log in again.

- Resolves: #7430
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] disable local-only bind on docker container</title>
<updated>2015-09-23T19:21:19+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-23T18:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=1b8e9f5d6df6aedd3566069d9d27adc1d8ad771d'/>
<id>1b8e9f5d6df6aedd3566069d9d27adc1d8ad771d</id>
<content type='text'>
- Related: #7471
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Related: #7471
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] update interfaces documentation</title>
<updated>2015-09-23T16:01:47+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-22T21:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=36ef9dc7f9894a2578e8697e4b20e7e808c63f5b'/>
<id>36ef9dc7f9894a2578e8697e4b20e7e808c63f5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] avoid circular import due to rfc3156</title>
<updated>2015-09-23T16:00:15+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-22T21:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=fcdc227c23e6958aab902c95aeab35285c9993f0'/>
<id>fcdc227c23e6958aab902c95aeab35285c9993f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Make _collection_mapping a instance variable</title>
<updated>2015-09-23T08:58:03+00:00</updated>
<author>
<name>Folker Bernitt</name>
<email>fbernitt@thoughtworks.com</email>
</author>
<published>2015-09-23T08:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=de07e19f81207084e102801febeaf96680ce5d8a'/>
<id>de07e19f81207084e102801febeaf96680ce5d8a</id>
<content type='text'>
As a class variable multiple account instances share
mailboxes which is bad if its different users or tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a class variable multiple account instances share
mailboxes which is bad if its different users or tests
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] fix pep8 warnings</title>
<updated>2015-09-22T20:03:31+00:00</updated>
<author>
<name>Folker Bernitt</name>
<email>fbernitt@thoughtworks.com</email>
</author>
<published>2015-09-16T08:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=1a1dcbd660536ad6351c6a3746a8d8f8a6a31ef9'/>
<id>1a1dcbd660536ad6351c6a3746a8d8f8a6a31ef9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] log the added key explicitely</title>
<updated>2015-09-22T19:31:04+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-22T18:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=04baa4e421d22b02b259284c3f119d8480a989fa'/>
<id>04baa4e421d22b02b259284c3f119d8480a989fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] don't extract openpgp header if valid attached key</title>
<updated>2015-09-22T16:58:00+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-09-22T15:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=e2b3cc5c88dd8f66ec02fe644944218d58e996d8'/>
<id>e2b3cc5c88dd8f66ec02fe644944218d58e996d8</id>
<content type='text'>
The key extract should check first for attached keys and if this fails
then should try the OpenPGP header.

- Resolves: #7480
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The key extract should check first for attached keys and if this fails
then should try the OpenPGP header.

- Resolves: #7480
</pre>
</div>
</content>
</entry>
</feed>
