aboutsummaryrefslogtreecommitdiffstats
path: root/lib/messageview.go
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-281-2/+2
* log: move package to libRobin Jarry2024-02-141-1/+1
* view: only set seen flag if not presentRobin Jarry2024-02-111-1/+2
* worker: move shared code to libRobin Jarry2023-10-281-6/+6
* lib: don't set seen flag upon errorKoni Marti2023-05-281-4/+9
* split: refactor to prevent stuck splitsTim Culverhouse2022-12-251-0/+6
* logging: rename package to logRobin Jarry2022-12-021-3/+3
* lib: implement an eml message viewKoni Marti2022-11-091-3/+17
* lib: fallback on raw msg when decoding failsKoni Marti2022-10-191-1/+11
* view: add peek flag and propagateKoni Marti2022-10-041-0/+9
* viewer: option to not mark message as seenKoni Marti2022-10-041-2/+4
* charset: handle unknown charsets more user-friendlyKoni Marti2022-09-251-3/+2
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+1
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-5/+6
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-8/+8
* pgp: ensure CRLF line endings in pgpmail readerKoni Marti2022-04-251-1/+1
* pgp: update openpgp packages (go-crypto and go-pgpmail)Koni Marti2022-01-071-1/+1
* go.mod: change base git urlRobin Jarry2021-11-051-3/+3
* view,list: fix crash when viewing incomplete imap messagesRobin Jarry2021-10-281-0/+3
* Add additional flagging functionalityARaspiK2020-07-081-1/+1
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-251-7/+11
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-171-5/+3
* lib/messageview: mark messages as readReto Brunner2020-05-061-0/+1
* store.FetchFull: Change callback type to expose entire messageBen Fiedler2020-05-011-1/+3
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-0/+128