summary refs log tree commit diff
path: root/imbox.c (follow)
Commit message (Collapse)AuthorAge
* Rewrite main loop linearly 1.3June McEnroe2020-12-12
|
* Remove dependency on dig/drillJune McEnroe2020-12-04
|
* Say OpenSSL in additional permission noticesJune McEnroe2020-10-29
|
* Rewrite compat and add configure scriptJune McEnroe2020-10-29
|
* Refactor IMAP structJune McEnroe2020-10-29
|
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Simplify imbox code and remove text/plain restrictionJune McEnroe2020-05-01
|
* Update IMAP parserJune McEnroe2020-05-01
|
* Remove unused includesJune McEnroe2020-04-08
|
* Use a real IMAP parserJune McEnroe2020-04-08
|
* Simplify mboxrd output 1.0p2June McEnroe2020-04-07
|
* Don't bother generating real From linesJune McEnroe2020-04-06
| | | | | This is the From line that public-inbox uses, and is probably better since it indicates mboxrd format.
* Export References headerJune McEnroe2019-12-23
|
* Add (GNU/)Linux compatibilityJune McEnroe2019-12-23
| | | | | Implements a dumb version of readpassphrase that calls getpass and implements funopen in terms of fopencookie.
* Handle folded From headersJune McEnroe2019-12-23
|
* Restrict search to plain-text messagesJune McEnroe2019-12-23
|
* Properly support using drill rather than digJune McEnroe2019-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 mailboxJune McEnroe2019-12-22
|
* Use sequence numbers rather than UIDsJune McEnroe2019-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 SELECTJune McEnroe2019-12-22
| | | | This is a read-only operation.
* Export To and CC headersJune McEnroe2019-12-22
|
* Add missing includeJune McEnroe2019-12-22
|
* Export In-Reply-To headersJune McEnroe2019-12-22
|
* Determine host by SRV lookupJune McEnroe2019-12-21
|
* Clean up remaining codeJune McEnroe2019-12-21
|
* Clean up mboxrd codeJune McEnroe2019-12-21
|
* Convert CRLF to LFJune McEnroe2019-12-21
|
* Implement -CFSTJune McEnroe2019-12-21
|
* Null-terminate read literalsJune McEnroe2019-12-21
| | | | No wonder there was garbage... Silly mistake!
* Add first working versionJune McEnroe2019-12-21