Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Condense getservinfo and bounds check | June McEnroe | 2020-12-11 |
| | |||
* | Remove use of AI_DEFAULT | June McEnroe | 2020-12-07 |
| | | | | | This just causes getaddrinfo(3) to return EAI_BADFLAGS on FreeBSD, strangely. | ||
* | Add -lresolv on Linux | June McEnroe | 2020-12-04 |
| | |||
* | Add DNS and SRV RFCs to STANDARDS | June McEnroe | 2020-12-04 |
| | |||
* | Remove dependency on dig/drill | June McEnroe | 2020-12-04 |
| | |||
* | Add -lresolv on macOS | June McEnroe | 2020-12-04 |
| | |||
* | Implement getservinfo for SRV lookup | June McEnroe | 2020-12-04 |
| | |||
* | Clean up variable expansions in shell script 1.2 | June McEnroe | 2020-10-29 |
| | |||
* | Update build instructions | June McEnroe | 2020-10-29 |
| | |||
* | Say OpenSSL in additional permission notices | June McEnroe | 2020-10-29 |
| | |||
* | Rewrite compat and add configure script | June McEnroe | 2020-10-29 |
| | |||
* | Refactor IMAP struct | June McEnroe | 2020-10-29 |
| | |||
* | Remove local from shell script | June McEnroe | 2020-10-28 |
| | | | | Not POSIX, it seems. | ||
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Remove --no- options from manual 1.1 | June McEnroe | 2020-05-02 |
| | | | | They render weirdly and aren't very useful anyway. | ||
* | Pass explicit host to git-credential | June McEnroe | 2020-05-02 |
| | |||
* | Fix git-fetch-email argument parsing | June McEnroe | 2020-05-02 |
| | | | | Shell script is hard. | ||
* | Remove git am from imbox.1 example | June McEnroe | 2020-05-02 |
| | | | | | It should have --patch-format=mboxrd but it's clumsy and git-fetch-email --apply should be used for that anyway. | ||
* | Rewrite git-fetch-email with git rev-parse --parseopt | June McEnroe | 2020-05-02 |
| | | | | | Adds long options, -u/--user, -a/--apply to automatically pipe to git-am. | ||
* | Update email addresses | June McEnroe | 2020-05-02 |
| | |||
* | Update compat.h for split read/write streams | June McEnroe | 2020-05-01 |
| | |||
* | Simplify imbox code and remove text/plain restriction | June McEnroe | 2020-05-01 |
| | |||
* | Update IMAP parser | June McEnroe | 2020-05-01 |
| | |||
* | Remove unused includes | June McEnroe | 2020-04-08 |
| | |||
* | Add compat.h dependency to Makefile | June McEnroe | 2020-04-08 |
| | |||
* | Use a real IMAP parser | June McEnroe | 2020-04-08 |
| | |||
* | Simplify mboxrd output 1.0p2 | June McEnroe | 2020-04-07 |
| | |||
* | Don't bother generating real From lines | June McEnroe | 2020-04-06 |
| | | | | | This is the From line that public-inbox uses, and is probably better since it indicates mboxrd format. | ||
* | Don't use $ inside $(()) 1.0p1 | June McEnroe | 2020-03-03 |
| | |||
* | Use getopts | June McEnroe | 2020-03-03 |
| | |||
* | Call fopencookie with a+ | June McEnroe | 2020-01-28 |
| | | | | | Otherwise interleaved reads and writes can interfere with each other, since you're supposed to have intervening fseeks. | ||
* | Exit git-fetch-email on getopt failure 1.0 | June McEnroe | 2019-12-24 |
| | |||
* | Export References header | June McEnroe | 2019-12-23 |
| | |||
* | Add (GNU/)Linux compatibility | June McEnroe | 2019-12-23 |
| | | | | | Implements a dumb version of readpassphrase that calls getpass and implements funopen in terms of fopencookie. | ||
* | Handle folded From headers | June McEnroe | 2019-12-23 |
| | |||
* | Restrict search to plain-text messages | June McEnroe | 2019-12-23 |
| | |||
* | Properly support using drill rather than dig | June McEnroe | 2019-12-23 |
| | | | | | Silly drill doesn't have +short, so emulate it by waiting for the ANSWER SECTION and skipping the leading fields. | ||
* | Document dig requirement in imbox(1) | June McEnroe | 2019-12-22 |
| | |||
* | Add CAVEAT about expecting plain-text | June McEnroe | 2019-12-22 |
| | |||
* | Quote user, pass and mailbox | June McEnroe | 2019-12-22 |
| | |||
* | Use sequence numbers rather than UIDs | June McEnroe | 2019-12-22 |
| | | | | | We aren't doing any expunging or anything across different sessions, so it's safe to just use sequence numbers. | ||
* | Use EXAMINE rather than SELECT | June McEnroe | 2019-12-22 |
| | | | | This is a read-only operation. | ||
* | Export To and CC headers | June McEnroe | 2019-12-22 |
| | |||
* | Add missing include | June McEnroe | 2019-12-22 |
| | |||
* | Export In-Reply-To headers | June McEnroe | 2019-12-22 |
| | |||
* | Add git-fetch-email to README | June McEnroe | 2019-12-21 |
| | |||
* | Clarify purpose in README | June McEnroe | 2019-12-21 |
| | |||
* | Add README | June McEnroe | 2019-12-21 |
| | |||
* | Add copyright header to git-fetch-email | June McEnroe | 2019-12-21 |
| | |||
* | Add git-fetch-email to SEE ALSO of imbox | June McEnroe | 2019-12-21 |
| |