Commit message (Collapse) | Author | ||
---|---|---|---|
2021-03-08 | Remove mention of SORT extension | June McEnroe | |
The SORT and THREAD extensions are specified together, but need not both be implemented, I don't think. We don't use SORT. | |||
2021-03-08 | Port to Linux | June McEnroe | |
2021-03-04 | Reference "Mailing List" post in README | June McEnroe | |
2021-03-03 | Remove DEPLOYMENT section | June McEnroe | |
There's not enough detail for it to be useful, and not enough room to provide enough detail either. | |||
2021-03-03 | Add -t flag to truncate stdout before writing paths | June McEnroe | |
2021-03-03 | Output updated paths | June McEnroe | |
2021-03-03 | Sandbox with unveil(2) and pledge(2) on OpenBSD | June McEnroe | |
2021-03-03 | Target OpenBSD | June McEnroe | |
2021-03-02 | Expand README | June McEnroe | |
2021-03-01 | Generate properly populated reply Cc lists | June McEnroe | |
2021-01-18 | Match any non-context diff lines as "head" | June McEnroe | |
The explicit state between Patch and Diff also allows applying markup to the diffstat in the future, perhaps. | |||
2021-01-18 | Alphabetize STANDARDS section | June McEnroe | |
2020-12-14 | Fix MANDIR default | June McEnroe | |
2020-12-11 | Free threads and envelopes after concat | June McEnroe | |
Kind of important for the idle loop huh. | |||
2020-12-11 | Add -i to idle | June McEnroe | |
And rewrite the entire main flow as separate loops with labels. I think it's much clearer and, importantly, much less indented. | |||
2020-12-11 | Add imapIdle | June McEnroe | |
Handles re-IDLE-ing every 29 minutes and returns the first response it gets. | |||
2020-12-09 | Add FILES section to README | June McEnroe | |
2020-12-08 | Handle mail with no trailing newline correctly | June McEnroe | |
Embarrassing that my mail client produced such a thing. | |||
2020-12-07 | Condense getservinfo and bounds check | June McEnroe | |
2020-12-07 | Remove RCODE and ANCOUNT check | June McEnroe | |
res_query already checks these. | |||
2020-12-07 | Correctly handle . in nameString | June McEnroe | |
2020-12-07 | Remove use of AI_DEFAULT | June McEnroe | |
This just causes getaddrinfo(3) to return EAI_BADFLAGS on FreeBSD, strangely. | |||
2020-12-04 | Infer hostname from username | June McEnroe | |
2020-12-04 | Add DNS and SRV RFCs to STANDARDS | June McEnroe | |
2020-12-04 | Add -lresolv on macOS | June McEnroe | |
2020-12-04 | Implement getservinfo for SRV lookup | June McEnroe | |
2020-12-03 | Refactor patch markup generation | June McEnroe | |
2020-12-02 | Switch to inline default stylesheet | June McEnroe | |
2020-12-01 | Be even less weird about HTML | June McEnroe | |
2020-12-01 | Add conditionals to templates | June McEnroe | |
2020-11-30 | Remove unnecessary margin CSS | June McEnroe | |
2020-11-30 | Move reply link to message nav | June McEnroe | |
2020-11-29 | Stop being so weird about HTML | June McEnroe | |
2020-11-29 | Simplify base64 table | June McEnroe | |
2020-11-29 | Fix bufferDest for when len requires more than cap * 2 | June McEnroe | |
2020-11-29 | Fall back to multipart export for alternative without suitable inline | June McEnroe | |
1. Otherwise a single part exported as an attachment will generate a <li> without surrounding attachment <ul>. 2. This renders mimedown[1] messages more pleasingly, rather than just choosing the HTML part. [1]: https://github.com/begriffs/mimedown | |||
2020-11-29 | Fix section spec of multipart/alternative fallback export | June McEnroe | |
They were being exported with paths like "attachment/messageID//INLINE.HTML". | |||
2020-11-29 | Use open_memstream for section specs | June McEnroe | |
2020-11-29 | Factor out uint32_t stringify | June McEnroe | |
2020-11-29 | Rearrange archive.h | June McEnroe | |
2020-11-29 | Revert to old quoting style in atom | June McEnroe | |
2020-11-28 | Replace templateBuffer with templateString | June McEnroe | |
2020-11-28 | Refactor IMAP struct | June McEnroe | |
2020-11-28 | Say OpenSSL in additional permission notices | June McEnroe | |
2020-11-28 | Add configure script | June McEnroe | |
2020-06-08 | Add additional permission for linking with LibreSSL | June McEnroe | |
https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | |||
2020-05-11 | Remove base title from thread titles | June McEnroe | |
2020-05-11 | Eliminate stray whitespace in HTML and Atom | June McEnroe | |
2020-05-01 | Remove unused predefined atoms | June McEnroe | |
2020-05-01 | Support continue responses | June McEnroe | |
Basically just so that this can be the canonical imap.[ch] for copying into other projects. |