<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_mail.git, branch 0.4.2</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>[bug] fix CHANGELOG.rst open in setup.py</title>
<updated>2016-04-26T14:20:56+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-04-26T14:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=061d3f35a5949343ce0be95064bbf9fe4ba26ec3'/>
<id>061d3f35a5949343ce0be95064bbf9fe4ba26ec3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag '0.4.1' into develop</title>
<updated>2016-04-18T15:54:06+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-18T15:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=492995d56d3a7064abe7001fa6f56b1d9cb3b802'/>
<id>492995d56d3a7064abe7001fa6f56b1d9cb3b802</id>
<content type='text'>
Tag version 0.4.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tag version 0.4.1
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] Update changelog</title>
<updated>2016-04-18T15:51:46+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-18T15:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=d6f260f85f8464c6db6b9e158ecc85cfc02761ac'/>
<id>d6f260f85f8464c6db6b9e158ecc85cfc02761ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] bump leap deps</title>
<updated>2016-04-18T15:41:53+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-18T15:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=0c06b3dd5b3b3277303742498300a6c90c692ee5'/>
<id>0c06b3dd5b3b3277303742498300a6c90c692ee5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] change IMAPAccount signature</title>
<updated>2016-04-15T20:11:18+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-15T20:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=ec0183a792223e6acd8343beb0e5ba1bf3df43b1'/>
<id>ec0183a792223e6acd8343beb0e5ba1bf3df43b1</id>
<content type='text'>
for consistency with the previous Account change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for consistency with the previous Account change.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Adds user_id to Account</title>
<updated>2016-04-15T20:10:42+00:00</updated>
<author>
<name>Caio Carrara</name>
<email>ccarrara@thoughtworks.com</email>
</author>
<published>2016-04-13T19:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=d8ee6357c518a17a243840e42aeeae948bc03b2f'/>
<id>d8ee6357c518a17a243840e42aeeae948bc03b2f</id>
<content type='text'>
Previously Account used user id from the store, but this attribute is
optional and None by default. This caused the collection_mapping to be
unable to distinct between multiple users message collections.

This chance adds a non optional user_id attribute to Account and use it
to index the collection_mapping.

- Resolves: https://github.com/pixelated/pixelated-user-agent/issues/674
- Releases: 0.4.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously Account used user id from the store, but this attribute is
optional and None by default. This caused the collection_mapping to be
unable to distinct between multiple users message collections.

This chance adds a non optional user_id attribute to Account and use it
to index the collection_mapping.

- Resolves: https://github.com/pixelated/pixelated-user-agent/issues/674
- Releases: 0.4.0
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove leftover print statement</title>
<updated>2016-04-11T16:22:36+00:00</updated>
<author>
<name>Caio Carrara</name>
<email>ccarrara@thoughtworks.com</email>
</author>
<published>2016-04-11T12:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=ec7ccd73dd80b51c349fc6240d5bc2a7a556fbd4'/>
<id>ec7ccd73dd80b51c349fc6240d5bc2a7a556fbd4</id>
<content type='text'>
The print statement only printed a number. Seeing the print you cannot
know what was printed. Seems that this line was left during a debug
process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The print statement only printed a number. Seeing the print you cannot
know what was printed. Seems that this line was left during a debug
process.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] use same token for imap/stmp authentication</title>
<updated>2016-04-07T13:54:55+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-07T13:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=861b16d49e81a30be9386d529d4a3339d91ff30c'/>
<id>861b16d49e81a30be9386d529d4a3339d91ff30c</id>
<content type='text'>
This greatly simplifies the handling of the password in the thunderbird
extension.

Related: #6041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This greatly simplifies the handling of the password in the thunderbird
extension.

Related: #6041
</pre>
</div>
</content>
</entry>
</feed>
