summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2014-09-09addMailbox shouldn't accept empty names since it makes it impossible to ↵Duda Dornelles
retrieve it later
2014-08-21Added changes file for the bug descriptionBruno Wagner Goncalves
2014-04-04Fold in changesTomás Touceda
2014-04-04Update requirementsTomás Touceda
2014-03-18Signal the UI in case the soledad token is invalid when syncing (#5191).drebs
2014-03-17Merge remote-tracking branch 'refs/remotes/kali/feature/keepprocessing' into ↵Tomás Touceda
develop
2014-03-11changes fileKali Kaneko
2014-02-27Merge remote-tracking branch 'refs/remotes/kali/feature/literal_plus' into ↵Tomás Touceda
develop
2014-02-27rename all fdocs when folder is renamedKali Kaneko
2014-02-26Implement non-synchronizing literals (rfc2088) Closes: #5190Kali Kaneko
This also paves the way to MULTIAPPEND IMAP Extension (rfc3502) Related to: Feature #5182
2014-02-25fix unread notification to UIKali Kaneko
2014-02-25changes fileKali Kaneko
2014-02-06Flush IMAP data to disk when stopping. Closes #5095.drebs
2014-01-30changes fileKali Kaneko
2014-01-22Properly parse apple mailTomás Touceda
2014-01-22Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/drebs/bug/5014_fix-attachment-processing-when-signing' into develop
2014-01-22Add changes file for #5021.Ivan Alejandro
2014-01-21Restrict adding outgoing footer to text/plain messages.drebs
2014-01-21Prevent double base64 encoding of attachments when signing (#5014).drebs
2014-01-17Update VERSION_COMPAT, add changes file for #4838.Ivan Alejandro
2014-01-13Very limited support for SEARCH Commands. Closes: #4209Kali Kaneko
limited to HEADER Message-ID. This is a quick workaround for avoiding duplicate saves in Drafts Folder. but we'll get there!
2014-01-13Add check for uniqueness when adding mails.Kali Kaneko
Check by mbox + content-hash
2014-01-11add offline flagKali Kaneko
2014-01-09check for noneKali Kaneko
2014-01-09Merge remote-tracking branch 'refs/remotes/kali/bug/4925_close_session' into ↵Tomás Touceda
develop
2014-01-09Convert unicode to str when raising in IMAP server (#4830).drebs
2014-01-08add a flag to be able to close the sessionKali Kaneko
2014-01-08changes file updatedKali Kaneko
2014-01-08First stage of the storage schema rewrite.Kali Kaneko
* Separates between flags, docs, body and attachment docs. * Implement IMessageCopier interface: move and have fun! This little change is known to push forward our beloved architect emotional rollercoster. * Message deduplication. * It also fixes a hidden bug that was rendering the multipart mime interface useless (yes, the "True" parameter in the parsestr method). * Does not handle well nested attachs, includes dirty workaround that flattens them. * Includes chiiph's patch for rc2: * return deferred from addMessage * convert StringIO types to string * remove unneeded yields from the chain of deferreds in fetcher
2013-12-24Fix parsing of IMAP folder names (#4830).drebs
2013-12-20Limit the size of the returned messages from IMAP to MUA to 100Tomás Touceda
2013-12-20Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/kali/bug/use-soledad-writer-for-updates' into develop
2013-12-20fix changes filesKali Kaneko
2013-12-19Only try to fetch keys for multipart signed or encrypted messages when ↵drebs
fetching mail (#4671).
2013-12-19Stop providing hostname for helo in smtp gateway (#4335).drebs
2013-12-19Merge remote-tracking branch 'refs/remotes/kali/bug/defer-unset-recent' into ↵Tomás Touceda
develop
2013-12-19deferToThread unsetting recent flagKali Kaneko
2013-12-17Footer url shouldn't end in period.Ivan Alejandro
[Closes #4791]
2013-12-13count_foo uses expanded u1db count method.Kali Kaneko
Other fixes in the commit: * Correct the semantic for the recent flag (reset) * Minor unicode fixes. * Use a field for tracking the last_uid In general, this tries to squash all the quick and naive methods that were relying on evaluating all the message objects before returning a result. Further work is still needed, planned also for 0.5 release. get_by_index needs to be indexed too.
2013-12-11add changesKali Kaneko
2013-12-06Fold in changesTomás Touceda
2013-12-06Update requirementsTomás Touceda
2013-11-28add changes fileKali Kaneko
2013-11-26fix adding msg with empty flagsKali Kaneko
2013-11-26Fix fetch iteration on empty folderKali Kaneko
2013-11-26reduce polling time to one minuteKali Kaneko
2013-11-25Fail gracefully when failing to decrypt incoming messages. Closes #4589.drebs
2013-11-21Add the preference parameter to openpgp header. Closes #3878.drebs
2013-11-21Add a header that reflects the validity of incoming signatures. Closes #4354.drebs
2013-11-21Add a footer to outgoing messages that point to where sender keys can be ↵drebs
feched. Closes #4526.