Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use open_memstream rather than fmemopen | June McEnroe | 2020-10-24 |
| | |||
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Encode the path as Subject with Q | June McEnroe | 2020-05-05 |
| | |||
* | Clean up notemap with dataCheck | June McEnroe | 2020-05-04 |
| | |||
* | Update IMAP parser | June McEnroe | 2020-05-04 |
| | |||
* | Use a real IMAP parser | June McEnroe | 2020-04-08 |
| | |||
* | Add compat.h | June McEnroe | 2020-01-28 |
| | | | | From imbox. | ||
* | Limit subject to 7-bit 78 characters | June McEnroe | 2020-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 characters | June McEnroe | 2020-01-27 |
| | | | | Forgot to account for the added =. | ||
* | Encode trailing whitespace in quote-printable properly | June McEnroe | 2020-01-27 |
| | |||
* | Skip notes not listed in args | June McEnroe | 2020-01-27 |
| | |||
* | Skip if dates match | June McEnroe | 2020-01-27 |
| | |||
* | Check envelope date rather than internal date | June McEnroe | 2020-01-26 |
| | |||
* | Log out after reading all notes | June McEnroe | 2020-01-26 |
| | |||
* | Implement append | June McEnroe | 2020-01-26 |
| | |||
* | Implement IMAP flow outline | June McEnroe | 2020-01-26 |
| | |||
* | Implement -a | June McEnroe | 2020-01-26 |
| | |||
* | Add UUIDv4 generation | June McEnroe | 2020-01-25 |