Age | Commit message (Collapse) | Author |
|
|
|
Discovered that Mail#save was still using SoledadQuerier. There were 3
methods using it:
- update_tags: Covered by MailService -> moved test & fixed impl
- mark_as_read: Already implemented on MailService -> removed
- mark_as_unread: Still needs to be moved
- remove_all_tags: Unused -> deleted
- mark_as_not_recent: Unused -> deleted
Issue: #432
|
|
- Issue #360
|
|
|
|
|
|
|
|
implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use it instead of reapeating fdoc.content[flags]
|
|
That way we don't need extra logic for the welcome
mail, we just have to read the file and send the contents
to the input mail parser and that's it.
Also moved the logic of adding a welcome mail to the mailboxes
because it has knowledge of mailbox methods anyways.
|
|
|
|
|
|
|
|
- Issue #347
|
|
- Issue #347
|
|
- Issue #347
|
|
- Issue #347
|
|
- Issue #347
|
|
- Issue #248
|
|
|
|
|
|
- Issue #331
|
|
- Especially interested in the Content-Type header field
|
|
- Bugfix
- Issues #313, #322
|
|
- Issue #312
|
|
|
|
|
|
parseaddr
Also made some minor fixes based on pylint output
|
|
|
|
|
|
|
|
|
|
|
|
charset field
|
|
|
|
|
|
|
|
send email
|
|
|
|
|
|
|
|
parse the multipart mails anymore
|