summary refs log tree commit diff
Commit message (Expand)AuthorAge
* 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
* 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
* Add arc4random_buf compatibilityJune McEnroe2020-01-28
* Add READMEJune McEnroe2020-01-28
* Add compat.hJune McEnroe2020-01-28
* Limit subject to 7-bit 78 charactersJune McEnroe2020-01-28
* Split lines so that they're 76, not 77 charactersJune McEnroe2020-01-27
* 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
Define macro for bit flag enumsJune McEnroe 2019-11-08Check that password is hashedJune McEnroe 2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe 2019-11-08Only change AWAY status for registered clientsJune McEnroe 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe