about summary refs log tree commit diff stats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
* format: reformat code with go 1.17Robin Jarry2021-12-117-7/+14
* imap: fix build on macosRobin Jarry2021-12-111-7/+2
* imap: add tcp connection optionsRobin Jarry2021-12-071-0/+102
* imap: use low level tcp connectionRobin Jarry2021-12-071-6/+22
* imap: move connect procedure into a dedicated functionRobin Jarry2021-12-071-45/+55
* maildir: watch for message renamesRobin Jarry2021-12-061-2/+5
* maildir: watch for external changesRobin Jarry2021-12-061-4/+12
* imap: fix segfault when disconnectingRobin Jarry2021-11-221-3/+2
* notmuch: allow sort by file orderKalyan Sriram2021-11-131-1/+3
* notmuch: allow empty searchesKalyan Sriram2021-11-131-1/+4
* messages: allow displaying email threadsy0ast2021-11-138-13/+439
* imap: add manual {dis,}connect supportRobin Jarry2021-11-051-2/+14
* go.mod: change base git urlRobin Jarry2021-11-0523-45/+45
* imap: use builtin idle supportRobin Jarry2021-11-022-7/+2
* maildir: track the recent flag correctlyReto Brunner2021-11-012-31/+55
* notmuch/maildir: remove double emit of the dirinfoReto Brunner2021-04-282-7/+3
* lib/parse: simplify parseAddressListReto Brunner2021-02-221-13/+5
* maildir: don't read the full file into memoryReto Brunner2021-02-081-8/+2
* notmuch: don't read the full file into memoryReto Brunner2021-02-081-9/+3
* notmuch: trim excluded tagsKalyan Sriram2020-12-021-0/+3
* notmuch: remove gc close hooksReto Brunner2020-12-021-0/+1
* imap: strip <> from message-idsReto Brunner2020-11-141-1/+9
* lib/parse: use go-message msgid parsing if it succeedsReto Brunner2020-11-141-2/+6
* remove models.Address in favor of go-message AddressReto Brunner2020-11-143-13/+15
* imap: add sort supportReto Brunner2020-10-112-3/+50
* notmuch: rename method to SetFlagReto Brunner2020-09-272-5/+5
* notmuch: close tag objectReto Brunner2020-09-241-0/+1
* handle message unknown charset errorJeff Martin2020-08-313-2/+99
* base models.Address on the mail.Address typeReto Brunner2020-08-203-14/+3
* Add support for :rmdirARaspiK2020-08-195-0/+41
* improve date parsing for notmuch/maildirReto Brunner2020-08-101-24/+49
* notmuch: manually close notmuch objectsReto Brunner2020-08-071-0/+3
* maildir: Provide nicer error message on invalid urlTero Koskinen2020-07-272-4/+34
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-272-7/+11
* Add flag based search optionsTobias Wölfel2020-07-252-2/+42
* Only send directory info once from maildirAndrew Jeffery2020-07-191-4/+5
* run go fmtReto Brunner2020-07-171-2/+2
* Make it easier to debug date parsing errorsLyudmil Angelov2020-07-111-1/+1
* Add additional flagging functionalityARaspiK2020-07-087-91/+76
* notmuch: fix docstringReto Brunner2020-07-081-1/+1
* notmuch: handle the answered flagReto Brunner2020-07-051-0/+2
* notmuch: undefined variable when setting reply flagSrivathsan Murali2020-05-261-1/+1
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-257-0/+155
* imap: Remove FetchMessageBodyPart.{Encoding,Charset}Reto Brunner2020-05-162-110/+109
* maildir: remove read handling from FetchMessageBodyPartReto Brunner2020-05-111-21/+0
* notmuch: remove read handling from FetchMessageBodyPartReto Brunner2020-05-111-13/+0
* Guess date from received if not presentelumbella2020-05-061-1/+41
* Allow maildir subdirectoriesGrégoire Delattre2020-05-051-11/+27
* store.FetchFull: Change callback type to expose entire messageBen Fiedler2020-05-011-0/+1
* imap/fetch.go: report error when fetching headers failsBen Fiedler2020-04-241-3/+4