about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Make copyrights and AUTHORS consistent HEAD masterJune McEnroe2022-09-18
|
* Replace freenode with tilde.chatJune McEnroe2021-05-19
|
* Fix README formatting typo 1.3June McEnroe2020-12-18
|
* Rewrite main loop linearlyJune McEnroe2020-12-18
|
* Remove dig dependency from READMEJune McEnroe2020-12-16
|
* Add git-notemap wrapperJune McEnroe2020-12-16
|
* Take username as a required positional argumentJune McEnroe2020-12-16
|
* Reformat STANDARDS sectionJune McEnroe2020-12-15
|
* Add DNS and SRV RFCs to STANDARDSJune McEnroe2020-12-15
|
* Remove dependency on dig/drillJune McEnroe2020-12-15
|
* Add -lresolv on macOS, LinuxJune McEnroe2020-12-15
|
* Implement getservinfo for SRV lookupJune McEnroe2020-12-15
|
* Update README build instructions 1.2June McEnroe2020-10-29
|
* Say OpenSSL in additional permission noticesJune McEnroe2020-10-29
|
* Refactor IMAP structJune McEnroe2020-10-27
|
* Rewrite compat and add configure scriptJune McEnroe2020-10-27
|
* Use open_memstream rather than fmemopenJune McEnroe2020-10-24
|
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Update email addresses 1.1June McEnroe2020-05-05
|
* Update compat.h for split read/write streamsJune McEnroe2020-05-05
|
* Encode the path as Subject with QJune McEnroe2020-05-05
|
* Clean up notemap with dataCheckJune McEnroe2020-05-04
|
* Update IMAP parserJune McEnroe2020-05-04
|
* Use a real IMAP parserJune McEnroe2020-04-08
|
* Call fopencookie with a+ 1.0June McEnroe2020-01-28
| | | | This fixes strange behaviour when interleaving reads and writes.
* Add arc4random_buf compatibilityJune McEnroe2020-01-28
|
* Add READMEJune McEnroe2020-01-28
|
* 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
|
* Reference MIME part 1 standardJune McEnroe2020-01-26
|
* Implement appendJune McEnroe2020-01-26
|
* Implement IMAP flow outlineJune McEnroe2020-01-26
|
* Add -w option to manual pageJune McEnroe2020-01-26
|
* Add standards and author to manual pageJune McEnroe2020-01-26
|
* Add copy of GPLv3June McEnroe2020-01-26
|
* Add MakefileJune McEnroe2020-01-26
|
* Add IMAP-related options to manual pageJune McEnroe2020-01-26
|
* Implement -aJune McEnroe2020-01-26
|
* Remove bidirectional things from manual pageJune McEnroe2020-01-25
|
* Add UUIDv4 generationJune McEnroe2020-01-25
|
* Add basic manual pageJune McEnroe2020-01-25