Age | Commit message (Expand) | Author |
2020-02-29 | msg/delete: remove redundant err check | Reto Brunner |
2020-02-19 | msg/reply: simplify string comparison | Reto Brunner |
2020-02-16 | msg/reply: fix address comparison | Reto Brunner |
2020-01-20 | msgview/open: remove manual decoding | Reto Brunner |
2020-01-20 | msgview/save: Adapt to already decoded reader | 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-22 | read: adapt to ProvidesMessages | Reto Brunner |
2019-12-21 | modify-labels: add completion | Reto Brunner |
2019-12-21 | modify-labels: adapt to ProvidesMessages | Reto Brunner |
2019-12-21 | move: adapt to ProvidesMessages | Reto Brunner |
2019-12-21 | delete: adapt to ProvidesMessages | Reto Brunner |
2019-12-21 | copy: adapt to ProvidesMessages | Reto Brunner |
2019-12-21 | archive: adapt to ProvidesMessages | Reto Brunner |
2019-12-21 | add mark command | Reto Brunner |
2019-12-21 | add command helpers | Reto Brunner |
2019-12-07 | failback to Content-Type filename when encoded Content-Disposition is used | Leszek Cimała |
2019-12-07 | use correct headers for message part | Leszek Cimała |
2019-12-04 | Fix crash when no message is selected | Wiktor Kwapisiewicz |
2019-11-17 | commands/account: Disable :view for deleted msgs | Kevin Kuehler |
2019-11-10 | Add Templates with Parsing | Srivathsan Murali |
2019-11-01 | Add support for AUTH LOGIN submission | Luke Drummond |
2019-10-16 | Cleanup pager processes after closing a msgviewer | Kevin Kuehler |
2019-09-20 | Config for deleting message from message viewer | Srivathsan Murali |
2019-09-20 | Sort path completions | Jeffas |
2019-09-20 | Make commands join args with spaces | Jeffas |
2019-09-20 | Add sorting functionality | Jeffas |
2019-09-12 | Add completion for copy | Jeffas |
2019-09-12 | Add signatures | Jeffas |
2019-09-12 | Add modify-labels command | Reto Brunner |
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 | commands: move ParseNextPrevMessage error value to its last return value | Wagner Riffel |
2019-09-04 | all: rewrite references to strings.Index to strings.Contains | Wagner Riffel |
2019-09-04 | all: use fmt.Errorf for fomartting errors | Wagner Riffel |
2019-09-04 | all: purge redundant underscores | Wagner Riffel |
2019-08-29 | extract search criteria parsing into the backends | Reto Brunner |
2019-08-26 | Add :prompt command | Christopher Vittal |
2019-08-20 | Add forwarding as attachment feature | Jelle Besseling |
2019-08-20 | Add addresses argument to forward command | Jelle Besseling |
2019-08-20 | Move forward command to it's own file | Jelle Besseling |
2019-08-13 | Revert "add close command at global level" | Drew DeVault |
2019-08-13 | add close command at global level | Aditya Srivastava |
2019-08-13 | Add optional body argument to compose command | Daniel Bridges |
2019-08-12 | Joining the args in cf for folders with spaces | Ben Cohen |
2019-08-12 | Ignore scroll command when msgstore is nil | Jelle Besseling |
2019-08-12 | Let user edit arbitrary headers in composer | Daniel Bridges |
2019-08-08 | Fix `unread` command | Art Wild |
2019-08-07 | Implement next-message in msgview using account | Jelle Besseling |