summaryrefslogtreecommitdiff
path: root/notemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make copyrights and AUTHORS consistentJune McEnroe2022-09-181-1/+1
* Rewrite main loop linearlyC. McEnroe2020-12-181-110/+86
* Take username as a required positional argumentC. McEnroe2020-12-161-2/+3
* Remove dependency on dig/drillC. McEnroe2020-12-151-73/+3
* Say OpenSSL in additional permission noticesC. McEnroe2020-10-291-2/+2
* Refactor IMAP structC. McEnroe2020-10-271-14/+13
* Rewrite compat and add configure scriptC. McEnroe2020-10-271-12/+15
* Use open_memstream rather than fmemopenC. McEnroe2020-10-241-30/+22
* Add additional permission for linking with LibreSSLC. McEnroe2020-06-081-0/+11
* Encode the path as Subject with QC. McEnroe2020-05-051-11/+16
* Clean up notemap with dataCheckC. McEnroe2020-05-041-15/+14
* Update IMAP parserC. McEnroe2020-05-041-8/+10
* Use a real IMAP parserC. McEnroe2020-04-081-191/+113
* Add compat.hC. McEnroe2020-01-281-0/+2
* Limit subject to 7-bit 78 charactersC. McEnroe2020-01-281-2/+8
* Split lines so that they're 76, not 77 charactersC. McEnroe2020-01-271-1/+1
* Encode trailing whitespace in quote-printable properlyC. McEnroe2020-01-271-2/+3
* Skip notes not listed in argsC. McEnroe2020-01-271-8/+33
* Skip if dates matchC. McEnroe2020-01-271-14/+13
* Check envelope date rather than internal dateC. McEnroe2020-01-261-2/+7
* Log out after reading all notesC. McEnroe2020-01-261-2/+6
* Implement appendC. McEnroe2020-01-261-3/+79
* Implement IMAP flow outlineC. McEnroe2020-01-261-1/+320
* Implement -aC. McEnroe2020-01-261-2/+26
* Add UUIDv4 generationC. McEnroe2020-01-251-0/+46