Age | Commit message (Collapse) | Author |
|
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
|
|
This greatly simplifies the handling of the password in the thunderbird
extension.
Related: #6041
|
|
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
|
|
|
|
|
|
|
|
- Resolves: #7656
- Releases: 0.4.1
|
|
- Related: #7471
|
|
|
|
|
|
in this way, we're using twisted reactor instead of having another
thread with zmq's own copy of tornado ioloop.
Resolves: #7274
|
|
|
|
|
|
Closes: #7169.
|
|
- Related: #6359
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in this way we allow to add more callbacks
to the chain.
|
|
|
|
|
|
|
|
format instead
|
|
|
|
|
|
|
|
|
|
|
|
[Closes #4791]
|
|
|
|
|
|
|
|
feched. Closes #4526.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fix test suite loading.
|
|
|
|
|