leap_mail.git, branch master [leap_mail] Deprecated repo 2017-10-26T09:09:43+00:00 Ruben Pollan meskio@sindominio.net 2017-10-26T09:08:36+00:00 759c0fdd63e0bc395a2d898bfc596a46389c6456

Merge tag '0.4.1' 2016-04-18T15:53:18+00:00 Kali Kaneko kali@leap.se 2016-04-18T15:53:18+00:00 6db937b20828bc39ea13836e8a70c056affa593e Tag version 0.4.1
Tag version 0.4.1
[pkg] Update changelog 2016-04-18T15:51:46+00:00 Kali Kaneko kali@leap.se 2016-04-18T15:51:46+00:00 d6f260f85f8464c6db6b9e158ecc85cfc02761ac

[pkg] bump leap deps 2016-04-18T15:41:53+00:00 Kali Kaneko kali@leap.se 2016-04-18T15:41:53+00:00 0c06b3dd5b3b3277303742498300a6c90c692ee5

[refactor] change IMAPAccount signature 2016-04-15T20:11:18+00:00 Kali Kaneko kali@leap.se 2016-04-15T20:06:56+00:00 ec0183a792223e6acd8343beb0e5ba1bf3df43b1 for consistency with the previous Account change.
for consistency with the previous Account change.
[bug] Adds user_id to Account 2016-04-15T20:10:42+00:00 Caio Carrara ccarrara@thoughtworks.com 2016-04-13T19:12:09+00:00 d8ee6357c518a17a243840e42aeeae948bc03b2f 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
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
Remove leftover print statement 2016-04-11T16:22:36+00:00 Caio Carrara ccarrara@thoughtworks.com 2016-04-11T12:42:40+00:00 ec7ccd73dd80b51c349fc6240d5bc2a7a556fbd4 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.
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.
[feature] use same token for imap/stmp authentication 2016-04-07T13:54:55+00:00 Kali Kaneko kali@leap.se 2016-04-07T13:54:55+00:00 861b16d49e81a30be9386d529d4a3339d91ff30c This greatly simplifies the handling of the password in the thunderbird extension. Related: #6041
This greatly simplifies the handling of the password in the thunderbird
extension.

Related: #6041
[pkg] update to versioneer 0.16 2016-04-01T17:07:18+00:00 Kali Kaneko kali@leap.se 2016-04-01T17:07:18+00:00 727a14957928a4d6f99d70a5a8521a6fe183c70d

[feature] SMTP delivery bounces 2016-03-30T15:56:31+00:00 Kali Kaneko kali@leap.se 2016-03-29T21:21:43+00:00 f05b0ec45ac667e85a610219d77906f049eb58cc 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
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