aboutsummaryrefslogtreecommitdiffstats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-2829-283/+224
* imap: fix SeqMap.Pop runtime errorKoni Marti2024-08-241-3/+3
* jmap: fetch created messages and set recent flagTim Culverhouse2024-08-241-21/+49
* notmuch: fix watcher pathThorben Günther2024-08-241-3/+14
* jmap: refactor thread fetchingTim Culverhouse2024-08-202-40/+23
* jmap: lazily fetch identitiesTim Culverhouse2024-08-202-19/+33
* maildir: set the forwarded flag when forwarding msgsinwit2024-08-203-7/+36
* notmuch: set the "passed" tag when forwarding msgsinwit2024-08-203-8/+36
* forward: allow forwarded flag to be setinwit2024-08-201-0/+6
* maildir: only abort directory listing if there are 0 uidsBence Ferdinandy2024-08-201-1/+1
* jmap: fix emailKey function nameTristan Partin2024-08-201-4/+4
* notmuch: reload all changed messages on DB changeJason Cox2024-08-202-23/+41
* search,filter: add flag to use custom extensionsKoni Marti2024-08-041-0/+1
* imap: expose extension in capabilitiesKoni Marti2024-08-041-0/+2
* imap: extend SEARCH with X-GM-RAW for full Gmail search syntaxKoni Marti2024-08-045-10/+193
* reply: allow copying to current folderRobin Jarry2024-08-032-7/+12
* jmap: fetch entire threadsTristan Partin2024-08-034-36/+141
* notmuch: only send Done event if deletion succeedsHugo Osvaldo Barrera2024-08-031-1/+1
* notmuch: remove redundant queryHugo Osvaldo Barrera2024-08-031-9/+8
* notmuch: speed up lastmod query.Robin Dapp2024-08-031-1/+1
* notmuch: improve logging for watcherHugo Osvaldo Barrera2024-08-031-1/+2
* notmuch: don't reload all message on changeHugo Osvaldo Barrera2024-08-032-41/+23
* jmap: do not keep invalid sessions in cacheRobin Jarry2024-07-028-58/+59
* imap: report errors from serverRobin Jarry2024-07-011-21/+31
* jmap: revert fetch threads supportRobin Jarry2024-06-295-227/+32
* threadbuilder: allow threading by subjectRobin Jarry2024-06-251-1/+1
* threadbuilder: show siblings even when no parent foundKoni Marti2024-06-251-0/+3
* query: allow forcing overwrite of existing folderBence Ferdinandy2024-06-232-1/+2
* jmap: fix message list order directionRobin Jarry2024-06-051-1/+1
* jmap: skip Email/get call if no emails to getTristan Partin2024-06-041-0/+4
* jmap: fix go static check failureTristan Partin2024-05-291-1/+1
* jmap: fix error messageTristan Partin2024-05-291-1/+1
* jmap: fetch entire threadsTristan Partin2024-05-285-32/+223
* jmap: invalidate cache if mailbox state is not consistentTristan Partin2024-05-282-11/+57
* imap: fix panic in connectKoni Marti2024-05-091-2/+3
* imap: add imaps+insecure modeMoritz Poldrack2024-05-011-0/+3
* notmuch: fix disappearing messagesJulio B2024-04-141-1/+4
* ui: use a custom prefix for dummy rootJulio B2024-04-132-0/+4
* notmuch: draw incomplete threadsJulio B2024-04-131-5/+11
* notmuch: add strategies for multi-file messagesJason Cox2024-04-025-93/+447
* notmuch: simplify moving a messageJason Cox2024-04-021-10/+1
* notmuch: ignore duplicate msg ID error on deleteJason Cox2024-04-021-1/+1
* search: fix crash during message searchjp392024-04-021-5/+3
* imap: drain updates channel when moving messagesKoni Marti2024-02-261-0/+3
* commands: add :query to create named notmuch dirsJason Cox2024-02-263-16/+52
* imap: drain updates channel when deleting messagesKoni Marti2024-02-261-0/+40
* log: move package to libRobin Jarry2024-02-1424-24/+24
* jmap: set explicit sender and recipientsKarel Balej2024-02-122-11/+14
* filter: allow workers to combine filter termsKoni Marti2024-02-115-11/+18
* imap: fix connection when host only has ipv6 addressRobin Jarry2024-02-041-8/+2