summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-01-28move server to its own fileKali Kaneko
2014-01-28memory store for append/fetch/copyKali Kaneko
2014-01-27Use repr() on exceptions, inform if using 'replace'.Ivan Alejandro
2014-01-26Allow passing user and mbox as parametersKali Kaneko
2014-01-26temporarily remove notify after adding msgKali Kaneko
2014-01-26Script for reproducible imaptest runs.Kali Kaneko
2014-01-23Handle upper and lowercase base64 encoded outgoing attachments.drebs
2014-01-23add check for none in part_map special caseKali Kaneko
2014-01-23add constants to dict keysKali Kaneko
2014-01-22Properly parse apple mailTomás Touceda
2014-01-22Merge remote-tracking branch 'refs/remotes/drebs/bug/5014_fix-attachment-proc...Tomás Touceda
2014-01-22Handle non-ascii headers. Closes #5021.Ivan Alejandro
2014-01-22Add find_charset helper and use where is needed.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-21workaround for recursionlimit due to qtreactorKali Kaneko
2014-01-20make the read/write operations over sets atomicKali Kaneko
2014-01-20Fix search command filterTomás Touceda
2014-01-20Fix typo in the signal_unread method. Closes: #5001Kali Kaneko
2014-01-17Merge remote-tracking branch 'refs/remotes/ivan/bug/handle-unicode-characters...Tomás Touceda
2014-01-17Fix encodings usage, use custom json.loads method.Ivan Alejandro
2014-01-17Add custom json.loads method.Ivan Alejandro
2014-01-17Add a fetch_headers for mass-header fetch queriesKali Kaneko
2014-01-17refactor common pattern to utility functionKali Kaneko
2014-01-17Separate RECENT Flag to a mailbox document.Kali Kaneko
2014-01-16Temporal refactor setting of recent flag.Kali Kaneko
2014-01-16Fix grave bug with iteration in STOREKali Kaneko
2014-01-16factor out bound and filter for msg seqsKali Kaneko
2014-01-16fix internaldate storageKali Kaneko
2014-01-16reset last uid on expungeKali Kaneko
2014-01-16patch UIDVALIDITY response for conformance to the specKali Kaneko
2014-01-16Dispatch the flags query if it's the only one.Kali Kaneko
2014-01-15Update service initialization fileKali Kaneko
2014-01-15Performance improvement on FLAGS-only FETCHKali Kaneko
2014-01-15remove use of soledad_writerKali Kaneko
2014-01-14remove locks (moved to soledad client)Kali Kaneko
2014-01-13Very limited support for SEARCH Commands. Closes: #4209Kali Kaneko
2014-01-13Restore the encoding of the messages. Fixes: #4956Kali Kaneko
2014-01-13Add check for uniqueness when adding mails.Kali Kaneko
2014-01-13avoid failure if no content-typeKali Kaneko
2014-01-11add offline flagKali Kaneko
2014-01-09Check for none in innerheadersKali Kaneko
2014-01-09Merge remote-tracking branch 'refs/remotes/kali/bug/walk_check_for_none' into...Tomás Touceda
2014-01-09Merge remote-tracking branch 'refs/remotes/ivan/feature/remove-unneded-code' ...Tomás Touceda
2014-01-09check for noneKali Kaneko
2014-01-09Remove unneded repr wrapper.Ivan Alejandro
2014-01-09Merge remote-tracking branch 'refs/remotes/kali/bug/4925_close_session' into ...Tomás Touceda
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-08add a quick message fetching utility for testsKali Kaneko