Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | 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 |
| | |||
* | 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. | ||
* | 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. | ||
* | 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 |
| | |||
* | Determine host by SRV lookup | June McEnroe | 2019-12-21 |
| | |||
* | Clean up remaining code | June McEnroe | 2019-12-21 |
| | |||
* | Clean up mboxrd code | June McEnroe | 2019-12-21 |
| | |||
* | Convert CRLF to LF | June McEnroe | 2019-12-21 |
| | |||
* | Implement -CFST | June McEnroe | 2019-12-21 |
| | |||
* | Null-terminate read literals | June McEnroe | 2019-12-21 |
| | | | | No wonder there was garbage... Silly mistake! | ||
* | Add first working version | June McEnroe | 2019-12-21 |