about summary refs log tree commit diff
path: root/notemap.c (follow)
Commit message (Collapse)AuthorAge
* Clean up notemap with dataCheckJune McEnroe2020-05-04
|
* Update IMAP parserJune McEnroe2020-05-04
|
* Use a real IMAP parserJune McEnroe2020-04-08
|
* Add compat.hJune McEnroe2020-01-28
| | | | From imbox.
* Limit subject to 7-bit 78 charactersJune McEnroe2020-01-28
| | | | | | Since file names are unlikely to be 8-bit and long, taking the easy way out. Otherwise it should be encoded according to <https://tools.ietf.org/html/rfc2047>.
* Split lines so that they're 76, not 77 charactersJune McEnroe2020-01-27
| | | | Forgot to account for the added =.
* Encode trailing whitespace in quote-printable properlyJune McEnroe2020-01-27
|
* Skip notes not listed in argsJune McEnroe2020-01-27
|
* Skip if dates matchJune McEnroe2020-01-27
|
* Check envelope date rather than internal dateJune McEnroe2020-01-26
|
* Log out after reading all notesJune McEnroe2020-01-26
|
* Implement appendJune McEnroe2020-01-26
|
* Implement IMAP flow outlineJune McEnroe2020-01-26
|
* Implement -aJune McEnroe2020-01-26
|
* Add UUIDv4 generationJune McEnroe2020-01-25