aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* imap: add option to cache headersTim Culverhouse2022-06-229-15/+279
* msgviewer: open http links from messagesKoni Marti2022-06-149-2/+192
* visual-mode: deselect messages after performing commandTim Culverhouse2022-06-147-2/+21
* maildir: fix dirinfo.Unseen and Exists countingTim Culverhouse2022-06-141-2/+0
* dirlist: fix ruestring counts from checkmailTim Culverhouse2022-06-141-11/+8
* msgviewer: parse and display authentication resultsKoni Marti2022-06-097-6/+295
* dirlist: fix panic when disconnecting with dirlist-tree=falseTim Culverhouse2022-06-073-17/+10
* fix: clear dirlist on disconnectTim Culverhouse2022-06-072-0/+17
* parse: fix content-type parsing errorKoni Marti2022-06-073-1/+96
* dirlist: update RUE counts for imap/maildir on move|copy|delete|archiveTim Culverhouse2022-06-075-21/+53
* fix: rue string count accuracyTim Culverhouse2022-06-071-8/+4
* feat: add background mail polling option for all workersTim Culverhouse2022-05-3114-42/+267
* store: clean marked messagesKoni Marti2022-05-311-0/+18
* unsubscribe: select method with the selector dialogKoni Marti2022-05-311-10/+77
* widgets: provide a generic selector dialog uiKoni Marti2022-05-311-0/+65
* ui: check bounds before drawing dialogKoni Marti2022-05-311-2/+3
* invites: reply with accept, accept-tentative or declineKoni Marti2022-05-316-1/+432
* compose: append text partsKoni Marti2022-05-311-13/+58
* filters: awk filter to parse text/calendarKoni Marti2022-05-312-0/+329
* compose: prevent sending empty address list headersTim Culverhouse2022-05-251-0/+4
* terminal: fix deadlock with finer-grained lockingKoni Marti2022-05-251-3/+8
* gpg: refactor tests for macos compatibilityTim Culverhouse2022-05-253-186/+156
* fix: "terminal: fix race when closing a terminal"Robin Jarry2022-05-231-3/+0
* terminal: fix race when closing a terminalKoni Marti2022-05-231-0/+10
* help: add completionsTim Culverhouse2022-05-231-2/+15
* gpg: do not mask errorsRobin Jarry2022-05-101-1/+1
* gpg: make tests more robustRobin Jarry2022-05-104-24/+31
* mk: bump versionRobin Jarry2022-05-101-1/+1
* ui: fix panic in selector when resizing terminal0.10.0Koni Marti2022-05-081-5/+63
* pgp: add attach key commandTim Culverhouse2022-05-067-3/+174
* pgp: check encryption keys before sending messageTim Culverhouse2022-05-067-21/+107
* pgp: add options auto-sign & opportunistic-encryptTim Culverhouse2022-05-063-1/+29
* store: remove callbacks on errorKoni Marti2022-05-061-3/+28
* compose: use selected account ui config for security headerRobin Jarry2022-05-041-1/+2
* pgp: fix crash on gpg decrypt failTim Culverhouse2022-05-041-0/+1
* pgp: check for signing key before signing timeTim Culverhouse2022-05-047-7/+93
* imap: add timeout to tcp connect functionsKoni Marti2022-05-042-120/+188
* imap: add debouncer to the idlerKoni Marti2022-05-043-11/+35
* imap: monitor the logout channel with an observerKoni Marti2022-05-043-86/+186
* imap: manage idle mode with an idlerKoni Marti2022-05-043-24/+181
* imap: extract imap config and configure handlingKoni Marti2022-05-042-97/+123
* recall: mention the -f option in the error messageinwit2022-04-291-2/+2
* compose: add sign/encrypt persistent displayTim Culverhouse2022-04-291-5/+78
* dirlist: add format specifier to compact folder nameKoni Marti2022-04-293-0/+33
* imap: fix out-of-range panic for imap updatesKoni Marti2022-04-291-0/+14
* compose: use account ui config where missingRobin Jarry2022-04-281-5/+5
* grid: don't draw at a negative offsetConnor Kuehl2022-04-281-0/+4
* imap: avoid crash when replying to unread messageRobin Jarry2022-04-281-2/+9
* feat: add gpg integrationTim Culverhouse2022-04-2718-30/+1493
* refactor: refactor pgp implementationTim Culverhouse2022-04-2715-193/+356