<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_mail.git/changes, 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>[pkg] fold in changes</title>
<updated>2015-10-28T13:20:47+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-27T20:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=9ba85bcc7724f1d9abc3ae200326e5f0a8597374'/>
<id>9ba85bcc7724f1d9abc3ae200326e5f0a8597374</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>[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>[pkg] fold in changes</title>
<updated>2015-08-26T21:09:22+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-08-26T21:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=43c920f38d1c114e9044d2da15d4a05d5faab79d'/>
<id>43c920f38d1c114e9044d2da15d4a05d5faab79d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix the rendering of nested multipart</title>
<updated>2015-07-13T15:55:30+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-07-08T16:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=221a168e07a5d8ff32573c80ab2cad54d03d3038'/>
<id>221a168e07a5d8ff32573c80ab2cad54d03d3038</id>
<content type='text'>
This commit fix a very simplistic and until now broken handling of
nested multipart that went undetected due to the structure of the mails
used in tests until now.  Incidentally, the way that Mail.app structures
attachments made this bug noticeable.

There was also an off-by-one indexing error when retrieving the subpart
message for a given subpart.

Be aware that the current implementation will only handle correctly 2
levels of multipart nesting. Extending beyond in a more generic way will
need further work.

Closes: #7244
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fix a very simplistic and until now broken handling of
nested multipart that went undetected due to the structure of the mails
used in tests until now.  Incidentally, the way that Mail.app structures
attachments made this bug noticeable.

There was also an off-by-one indexing error when retrieving the subpart
message for a given subpart.

Be aware that the current implementation will only handle correctly 2
levels of multipart nesting. Extending beyond in a more generic way will
need further work.

Closes: #7244
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] bump dependencies</title>
<updated>2015-07-10T20:11:58+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-07-10T20:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=c4a7bc9b2d19e70565877c4526ba2ff31acbdca1'/>
<id>c4a7bc9b2d19e70565877c4526ba2ff31acbdca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] fold in changes</title>
<updated>2015-07-10T20:09:46+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-07-10T20:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=3e4c030dbcd261028810fec223127d364c1491b3'/>
<id>3e4c030dbcd261028810fec223127d364c1491b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] update smtp gateway doc on message encryption</title>
<updated>2015-06-18T15:31:53+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2015-06-18T15:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=f1c1eda351ccb1c8c21c33f0ea83ed93b16dd368'/>
<id>f1c1eda351ccb1c8c21c33f0ea83ed93b16dd368</id>
<content type='text'>
Closes: #7169.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes: #7169.
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] changes file for post-sync hooks feature</title>
<updated>2015-06-05T20:52:25+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-06-05T20:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=ccc627d7b84b8649c1ec9c49504a1b662af40707'/>
<id>ccc627d7b84b8649c1ec9c49504a1b662af40707</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
