<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_mail.git/changes, branch release/0.4.x</title>
<subtitle>[leap_mail] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/'/>
<entry>
<title>[bug] Allow pixelated integration not to interfere with thunderbird</title>
<updated>2016-05-12T17:17:48+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-05-11T17:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=3e33718164d91bb281c7d70b82c178a147f7cc39'/>
<id>3e33718164d91bb281c7d70b82c178a147f7cc39</id>
<content type='text'>
One of the pixelated adaptors was trying to access a non-existing
attribute in HashableMailbox, which for some reason was blocking the
operation of the imap server (uncatched exception in listeners call
maybe).

adding an attribute skips this error and therefore allows seamless use
of both pixelated and thunderbird user agents at the same time.

Resolves: #8083
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One of the pixelated adaptors was trying to access a non-existing
attribute in HashableMailbox, which for some reason was blocking the
operation of the imap server (uncatched exception in listeners call
maybe).

adding an attribute skips this error and therefore allows seamless use
of both pixelated and thunderbird user agents at the same time.

Resolves: #8083
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] cast the identity to bytes</title>
<updated>2016-04-27T03:03:27+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-27T02:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=c1efe1dfb255f155306952bd2320f56a807a5c01'/>
<id>c1efe1dfb255f155306952bd2320f56a807a5c01</id>
<content type='text'>
This fixes a bug in which the tls transport complains about receiving
unicode. It was only made evident by running against twisted 16.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a bug in which the tls transport complains about receiving
unicode. It was only made evident by running against twisted 16.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] SMTP delivery bounces</title>
<updated>2016-03-30T15:56:31+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-03-29T21:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=f05b0ec45ac667e85a610219d77906f049eb58cc'/>
<id>f05b0ec45ac667e85a610219d77906f049eb58cc</id>
<content type='text'>
We catch any error on SMTP delivery and format it as a bounce message
delivered to the user Inbox.

this doesn't comply with the bounce format, but it's a nice first start.
leaving proper structuring of the delivery failure report for future
iterations.

- Resolves: #7263
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We catch any error on SMTP delivery and format it as a bounce message
delivered to the user Inbox.

this doesn't comply with the bounce format, but it's a nice first start.
leaving proper structuring of the delivery failure report for future
iterations.

- Resolves: #7263
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Decode attached keys so they are recognized by keymanager</title>
<updated>2016-03-24T16:04:41+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2016-03-20T18:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=13927ac178c00b729d8d660107f72d878879a5c3'/>
<id>13927ac178c00b729d8d660107f72d878879a5c3</id>
<content type='text'>
- Resolves: #7977
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #7977
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Fix IMAP fetch headers</title>
<updated>2016-03-24T13:52:57+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2016-03-16T17:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=e57f215f2af9b8b3d155c6a8992973e327a8b7b7'/>
<id>e57f215f2af9b8b3d155c6a8992973e327a8b7b7</id>
<content type='text'>
- Resolves: #7898
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #7898
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Use the right succeed function for passthrough encrypted email</title>
<updated>2016-02-28T18:49:00+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2016-02-02T17:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=b962e9bc7973f3a826dccfa9aa417b0139b94104'/>
<id>b962e9bc7973f3a826dccfa9aa417b0139b94104</id>
<content type='text'>
- Resolves #7861
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves #7861
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Use cryptography instead of pycryptopp to reduce dependencies.</title>
<updated>2016-02-11T00:20:33+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2016-02-11T00:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=f2fa5804879f6d7614d05537b042be3586958e7f'/>
<id>f2fa5804879f6d7614d05537b042be3586958e7f</id>
<content type='text'>
* Resolves: #7889
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Resolves: #7889
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] add entry about cred-based token authentication to next-changelog</title>
<updated>2015-12-15T06:42:54+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-12-15T06:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=5c0bf0d6a84de6c69d85ab4c08a0cb64e96a5cf2'/>
<id>5c0bf0d6a84de6c69d85ab4c08a0cb64e96a5cf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] document bugfix on pr 215 by bwagner</title>
<updated>2015-12-14T22:40:34+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-12-14T22:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=cbfc7cd2acb1ab1d58030ab9a5205a295be1ca5d'/>
<id>cbfc7cd2acb1ab1d58030ab9a5205a295be1ca5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] make events multi-user aware</title>
<updated>2015-11-30T20:12:34+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-11-30T19:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=569449e633abbe22b63b9c6b8c680119a3bdceda'/>
<id>569449e633abbe22b63b9c6b8c680119a3bdceda</id>
<content type='text'>
- Resolves: #7656
- Releases: 0.4.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #7656
- Releases: 0.4.1
</pre>
</div>
</content>
</entry>
</feed>
