Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | getservinfo.c: move netdb.h downHEADmaster | Runxi Yu | 2024-07-04 | 1 | -1/+1 |
* | Fork initialization | Runxi Yu | 2024-07-04 | 2 | -4/+11 |
* | Make copyrights and AUTHORS consistent | June McEnroe | 2022-09-18 | 7 | -7/+7 |
* | Replace freenode with tilde.chat | C. McEnroe | 2021-05-19 | 1 | -1/+1 |
* | Fix README formatting typo | C. McEnroe | 2020-12-18 | 1 | -1/+1 |
* | Rewrite main loop linearly | C. McEnroe | 2020-12-18 | 2 | -110/+93 |
* | Remove dig dependency from README | C. McEnroe | 2020-12-16 | 1 | -6/+1 |
* | Add git-notemap wrapper | C. McEnroe | 2020-12-16 | 4 | -5/+144 |
* | Take username as a required positional argument | C. McEnroe | 2020-12-16 | 2 | -40/+25 |
* | Reformat STANDARDS section | C. McEnroe | 2020-12-15 | 1 | -24/+18 |
* | Add DNS and SRV RFCs to STANDARDS | C. McEnroe | 2020-12-15 | 1 | -7/+27 |
* | Remove dependency on dig/drill | C. McEnroe | 2020-12-15 | 2 | -78/+3 |
* | Add -lresolv on macOS, Linux | C. McEnroe | 2020-12-15 | 1 | -0/+5 |
* | Implement getservinfo for SRV lookup | C. McEnroe | 2020-12-15 | 4 | -2/+161 |
* | Update README build instructions | C. McEnroe | 2020-10-29 | 1 | -32/+16 |
* | Say OpenSSL in additional permission notices | C. McEnroe | 2020-10-29 | 3 | -6/+6 |
* | Refactor IMAP struct | C. McEnroe | 2020-10-27 | 3 | -68/+79 |
* | Rewrite compat and add configure script | C. McEnroe | 2020-10-27 | 5 | -71/+111 |
* | Use open_memstream rather than fmemopen | C. McEnroe | 2020-10-24 | 1 | -30/+22 |
* | Add additional permission for linking with LibreSSL | C. McEnroe | 2020-06-08 | 4 | -0/+44 |
* | Update email addresses | C. McEnroe | 2020-05-05 | 2 | -5/+5 |
* | Update compat.h for split read/write streams | C. McEnroe | 2020-05-05 | 1 | -2/+3 |
* | Encode the path as Subject with Q | C. McEnroe | 2020-05-05 | 1 | -11/+16 |
* | Clean up notemap with dataCheck | C. McEnroe | 2020-05-04 | 1 | -15/+14 |
* | Update IMAP parser | C. McEnroe | 2020-05-04 | 3 | -60/+77 |
* | Use a real IMAP parser | C. McEnroe | 2020-04-08 | 5 | -193/+474 |
* | Call fopencookie with a+ | C. McEnroe | 2020-01-28 | 1 | -1/+1 |
* | Add arc4random_buf compatibility | C. McEnroe | 2020-01-28 | 2 | -1/+4 |
* | Add README | C. McEnroe | 2020-01-28 | 1 | -0/+62 |
* | Add compat.h | C. McEnroe | 2020-01-28 | 2 | -0/+92 |
* | Limit subject to 7-bit 78 characters | C. McEnroe | 2020-01-28 | 1 | -2/+8 |
* | Split lines so that they're 76, not 77 characters | C. McEnroe | 2020-01-27 | 1 | -1/+1 |
* | Encode trailing whitespace in quote-printable properly | C. McEnroe | 2020-01-27 | 1 | -2/+3 |
* | Skip notes not listed in args | C. McEnroe | 2020-01-27 | 1 | -8/+33 |
* | Skip if dates match | C. McEnroe | 2020-01-27 | 1 | -14/+13 |
* | Check envelope date rather than internal date | C. McEnroe | 2020-01-26 | 1 | -2/+7 |
* | Log out after reading all notes | C. McEnroe | 2020-01-26 | 1 | -2/+6 |
* | Reference MIME part 1 standard | C. McEnroe | 2020-01-26 | 1 | -0/+11 |
* | Implement append | C. McEnroe | 2020-01-26 | 2 | -3/+83 |
* | Implement IMAP flow outline | C. McEnroe | 2020-01-26 | 1 | -1/+320 |
* | Add -w option to manual page | C. McEnroe | 2020-01-26 | 1 | -1/+21 |
* | Add standards and author to manual page | C. McEnroe | 2020-01-26 | 1 | -0/+48 |
* | Add copy of GPLv3 | C. McEnroe | 2020-01-26 | 1 | -0/+674 |
* | Add Makefile | C. McEnroe | 2020-01-26 | 2 | -0/+24 |
* | Add IMAP-related options to manual page | C. McEnroe | 2020-01-26 | 1 | -4/+45 |
* | Implement -a | C. McEnroe | 2020-01-26 | 1 | -2/+26 |
* | Remove bidirectional things from manual page | C. McEnroe | 2020-01-25 | 1 | -21/+6 |
* | Add UUIDv4 generation | C. McEnroe | 2020-01-25 | 2 | -0/+47 |
* | Add basic manual page | C. McEnroe | 2020-01-25 | 1 | -0/+54 |