<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_mail.git/src/leap/mail/imap, branch develop</title>
<subtitle>[leap_mail] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/'/>
<entry>
<title>[refactor] deprecating u1db, using l2db instead.</title>
<updated>2016-08-01T08:35:04+00:00</updated>
<author>
<name>NavaL</name>
<email>ayoyo@thoughtworks.com</email>
</author>
<published>2016-07-24T21:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=ee978045e6420377c908c4d4b4400dd3c18a2909'/>
<id>ee978045e6420377c908c4d4b4400dd3c18a2909</id>
<content type='text'>
To keep compatibility with soledad upgrades. It will namely cause version conflicts
to not be properly handled otherwise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To keep compatibility with soledad upgrades. It will namely cause version conflicts
to not be properly handled otherwise.
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8</title>
<updated>2016-05-16T19:22:27+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-05-16T19:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=d3d51359fa70decf6d26dd71fc6f0a4ec66e35e8'/>
<id>d3d51359fa70decf6d26dd71fc6f0a4ec66e35e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>[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>[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>
<entry>
<title>[style] pep8</title>
<updated>2016-03-30T15:23:12+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-03-30T15:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=303df4aceba4d9dfff74ec4024373cbadae36d75'/>
<id>303df4aceba4d9dfff74ec4024373cbadae36d75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] emit imap-login event again</title>
<updated>2016-03-24T18:00:12+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-03-23T21:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=7c9082152155100b171450f54c56c614104175df'/>
<id>7c9082152155100b171450f54c56c614104175df</id>
<content type='text'>
this was gone with the imap/cred refactor, but the client relies on it
to hide the 'congratulations!' welcome display on the mail widget.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this was gone with the imap/cred refactor, but the client relies on it
to hide the 'congratulations!' welcome display on the mail widget.
</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>[feat] cred authentication for SMTP service</title>
<updated>2015-12-18T15:13:50+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-12-16T05:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=ea41bb44afee34e8ad6baf917ba461a7e95bf70d'/>
<id>ea41bb44afee34e8ad6baf917ba461a7e95bf70d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
