index
:
aerc
master
topic/asc_sort_imap
wip/asc_sort_imap
A pretty good email client
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commands
/
msg
/
reply.go
Age
Commit message (
Expand
)
Author
2022-03-12
all: fix minor issues found by staticcheck
Moritz Poldrack
2022-03-03
reply: add automatic replacement of localized Re:
Moritz Poldrack
2022-01-31
compose: add option to never include your own address when replying
john1doe@ya.ru
2022-01-27
reply: use new-message template for non-quoted replies
Robin Jarry
2021-11-05
go.mod: change base git url
Robin Jarry
2021-03-07
add mimeType to OriginalMail struct for both forward and reply
Reto Brunner
2020-11-14
reply: add References header
Reto Brunner
2020-11-14
format: remove parse methods, use the one from go-message
Reto Brunner
2020-11-14
compose: use a proper header instead of a string map
Reto Brunner
2020-11-14
models: add RFC822 headers to OriginalMail
Reto Brunner
2020-11-14
remove models.Address in favor of go-message Address
Reto Brunner
2020-09-21
reply: don't override the answered flag if we didn't send
Reto Brunner
2020-08-27
reply: use set instead of linear search
Reto Brunner
2020-08-20
msg/reply: don't cc the sending address on reply all
Reto Brunner
2020-08-20
Add account alias configuration and correctly set From field
y0ast
2020-08-20
msg/reply: handle addresses as addresses
Reto Brunner
2020-07-27
Remove hard coded bodystruct path everywhere
Reto Brunner
2020-06-26
Fix dates in reply/forward commands.
Reto Brunner
2020-05-28
Revert "Add Style configuration"
Drew DeVault
2020-05-28
Revert "Remove duration from the status methods"
Drew DeVault
2020-05-27
Remove duration from the status methods
Reto Brunner
2020-05-27
Add Style configuration
Reto Brunner
2020-05-25
Set AnsweredFlag on successful reply
Srivathsan Murali
2020-05-22
msg/reply: scoping error of part slice for quoting
Srivathsan Murali
2020-05-17
Move findPlaintext / findFirstNonMultipart to utils
Reto Brunner
2020-05-17
msg/reply: fix encoding issues for quoted reply.
Reto Brunner
2020-05-17
FetchBodyPart doesn't need the parent body structure
Reto Brunner
2020-05-06
msg/reply: Deduplicate TO: and CC:
Reto Brunner
2020-04-24
Add postpone command
Jeffas
2020-02-19
msg/reply: simplify string comparison
Reto Brunner
2020-02-16
msg/reply: fix address comparison
Reto Brunner
2020-01-09
add .OriginalMIMEType variable to reply template
Leszek Cimała
2020-01-09
create OriginalMail struct
Leszek Cimała
2020-01-05
FetchBodyParts: decode source in the workers
Reto Brunner
2019-12-07
use correct headers for message part
Leszek Cimała
2019-11-10
Add Templates with Parsing
Srivathsan Murali
2019-09-12
Add signatures
Jeffas
2019-09-11
Check the subject line for lowercase re
Jeffas
2019-09-11
Ensure mimetype parts are converted to lower case
Jeffas
2019-09-04
all: purge redundant underscores
Wagner Riffel
2019-08-20
Move forward command to it's own file
Jelle Besseling
2019-07-26
Support configurable header layout in compose widget
Daniel Bridges
2019-07-15
commands: Don't crash when store is nil
Kevin Kuehler
2019-07-10
Fix crashes when operating on empty folder (#216)
Daniel Bridges
2019-07-08
Factor IMAP-specific structs out of UI models
Ben Burwell
2019-06-29
Implement basic tab completion support
Gregory Mullen
2019-06-09
Update reply to use getopt posix optind format
Clayton Craft
2019-06-07
Message list: implement index-format option
Yash Srivastav
2019-06-02
widget: Add ProvidesMessage interface
Kevin Kuehler