summaryrefslogtreecommitdiff
path: root/notemap.c (follow)
Commit message (Collapse)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
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* 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
| | | | From imbox.
* Limit subject to 7-bit 78 charactersC. McEnroe2020-01-281-2/+8
| | | | | | 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 charactersC. McEnroe2020-01-271-1/+1
| | | | Forgot to account for the added =.
* 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