<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_mail.git/src/leap/mail/incoming, 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] 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>[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>[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>
<entry>
<title>[doc] document return values</title>
<updated>2015-09-21T20:37:31+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-21T20:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=36966a403237307a68359cac97a718462b2e02e3'/>
<id>36966a403237307a68359cac97a718462b2e02e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] clean up incoming/service.py</title>
<updated>2015-09-16T15:54:39+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-09-16T10:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=9f3d6812da3b361886cbca421c0f9d050eba3ac5'/>
<id>9f3d6812da3b361886cbca421c0f9d050eba3ac5</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 fail importing mismatched attached key</title>
<updated>2015-09-16T10:26:11+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-09-16T10:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=818ea26ec559174302ddf9095f26ed624b5cd507'/>
<id>818ea26ec559174302ddf9095f26ed624b5cd507</id>
<content type='text'>
We can't import attached keys with different email address than the
sender. Now we don't fail in this case, just log it.

- Resolves: #7454
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can't import attached keys with different email address than the
sender. Now we don't fail in this case, just log it.

- Resolves: #7454
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] use async events api</title>
<updated>2015-09-16T00:00:27+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-15T03:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=0a03c0a014b1874114eabb855705ca79f09d1982'/>
<id>0a03c0a014b1874114eabb855705ca79f09d1982</id>
<content type='text'>
in this way, we're using twisted reactor instead of having another
thread with zmq's own copy of tornado ioloop.

Resolves: #7274
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in this way, we're using twisted reactor instead of having another
thread with zmq's own copy of tornado ioloop.

Resolves: #7274
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] fixing pep8 warnings</title>
<updated>2015-09-02T19:20:17+00:00</updated>
<author>
<name>Duda Dornelles</name>
<email>ddornell@thoughtworks.com</email>
</author>
<published>2015-09-02T19:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=d4c61d7680a726227541daa13e6f72efbbd0fa2e'/>
<id>d4c61d7680a726227541daa13e6f72efbbd0fa2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] adding encryption header to msg before saving</title>
<updated>2015-09-02T19:14:56+00:00</updated>
<author>
<name>Duda Dornelles</name>
<email>ddornell@thoughtworks.com</email>
</author>
<published>2015-09-02T19:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=1d70a21a4b6476fb69122c0629440815aa793099'/>
<id>1d70a21a4b6476fb69122c0629440815aa793099</id>
<content type='text'>
This way we can tell if a message was originally encrypted, so that we
can show that information to the end user.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we can tell if a message was originally encrypted, so that we
can show that information to the end user.
</pre>
</div>
</content>
</entry>
</feed>
