summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* getservinfo.c: move netdb.h downHEADmasterRunxi Yu2024-07-041-1/+1
|
* Fork initializationRunxi Yu2024-07-042-4/+11
|
* Make copyrights and AUTHORS consistentJune McEnroe2022-09-187-7/+7
|
* Replace freenode with tilde.chatC. McEnroe2021-05-191-1/+1
|
* Fix README formatting typoC. McEnroe2020-12-181-1/+1
|
* Rewrite main loop linearlyC. McEnroe2020-12-182-110/+93
|
* Remove dig dependency from READMEC. McEnroe2020-12-161-6/+1
|
* Add git-notemap wrapperC. McEnroe2020-12-164-5/+144
|
* Take username as a required positional argumentC. McEnroe2020-12-162-40/+25
|
* Reformat STANDARDS sectionC. McEnroe2020-12-151-24/+18
|
* Add DNS and SRV RFCs to STANDARDSC. McEnroe2020-12-151-7/+27
|
* Remove dependency on dig/drillC. McEnroe2020-12-152-78/+3
|
* Add -lresolv on macOS, LinuxC. McEnroe2020-12-151-0/+5
|
* Implement getservinfo for SRV lookupC. McEnroe2020-12-154-2/+161
|
* Update README build instructionsC. McEnroe2020-10-291-32/+16
|
* Say OpenSSL in additional permission noticesC. McEnroe2020-10-293-6/+6
|
* Refactor IMAP structC. McEnroe2020-10-273-68/+79
|
* Rewrite compat and add configure scriptC. McEnroe2020-10-275-71/+111
|
* Use open_memstream rather than fmemopenC. McEnroe2020-10-241-30/+22
|
* Add additional permission for linking with LibreSSLC. McEnroe2020-06-084-0/+44
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Update email addressesC. McEnroe2020-05-052-5/+5
|
* Update compat.h for split read/write streamsC. McEnroe2020-05-051-2/+3
|
* 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-043-60/+77
|
* Use a real IMAP parserC. McEnroe2020-04-085-193/+474
|
* Call fopencookie with a+C. McEnroe2020-01-281-1/+1
| | | | This fixes strange behaviour when interleaving reads and writes.
* Add arc4random_buf compatibilityC. McEnroe2020-01-282-1/+4
|
* Add READMEC. McEnroe2020-01-281-0/+62
|
* Add compat.hC. McEnroe2020-01-282-0/+92
| | | | 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
|
* Reference MIME part 1 standardC. McEnroe2020-01-261-0/+11
|
* Implement appendC. McEnroe2020-01-262-3/+83
|
* Implement IMAP flow outlineC. McEnroe2020-01-261-1/+320
|
* Add -w option to manual pageC. McEnroe2020-01-261-1/+21
|
* Add standards and author to manual pageC. McEnroe2020-01-261-0/+48
|
* Add copy of GPLv3C. McEnroe2020-01-261-0/+674
|
* Add MakefileC. McEnroe2020-01-262-0/+24
|
* Add IMAP-related options to manual pageC. McEnroe2020-01-261-4/+45
|
* Implement -aC. McEnroe2020-01-261-2/+26
|
* Remove bidirectional things from manual pageC. McEnroe2020-01-251-21/+6
|
* Add UUIDv4 generationC. McEnroe2020-01-252-0/+47
|
* Add basic manual pageC. McEnroe2020-01-251-0/+54