summary refs log tree commit diff
path: root/export.c (follow)
Commit message (Expand)AuthorAge
* Remove +1sJune McEnroe2020-04-30
* Fix infinite loop if exportAtom can't find a text partJune McEnroe2020-04-29
* Clean up export.cJune McEnroe2020-04-27
* Iterate through nested multiparts to find content for AtomJune McEnroe2020-04-26
* Fall back to Content-Type name parameter for attachmentsJune McEnroe2020-04-26
* Make sure to close attachment <ul> at end of multipartJune McEnroe2020-04-22
* Put attachments inside <ul>June McEnroe2020-04-20
* Use template system for paths and URLsJune McEnroe2020-04-20
* Write attachment filesJune McEnroe2020-04-17
* Choose text/plain from multipart/alternativeJune McEnroe2020-04-17
* Decode quoted-printable and 7bit/8bitJune McEnroe2020-04-16
* Render text/plain to HTMLJune McEnroe2020-04-16
* Rewrite HTML renderingJune McEnroe2020-04-15
* Tweak fetchParts namingJune McEnroe2020-04-15
* Verify that bodyParts is parallel to structureJune McEnroe2020-04-15
* Fix bodyParts list buildingJune McEnroe2020-04-14
* Parse . as an atom on its ownJune McEnroe2020-04-14
* Find text content for Atom in multipart/mixed and /alternativeJune McEnroe2020-04-14
* Build a list of body parts parallel to structureJune McEnroe2020-04-14
* Add decoding stubsJune McEnroe2020-04-14
* Fetch .TEXT of single-part nested messagesJune McEnroe2020-04-13
* Fetch multipart body partsJune McEnroe2020-04-13
* Export content to AtomJune McEnroe2020-04-13
* Rework path functions againJune McEnroe2020-04-13
* Rename atom rendering functionsJune McEnroe2020-04-13
* Refactor exportData someJune McEnroe2020-04-12
* Factor out path functionsJune McEnroe2020-04-12
* Fetch and parse BODYSTRUCTUREJune McEnroe2020-04-12
* Do not use <h1> for subject linesJune McEnroe2020-04-12
* Concatenate Atom threadsJune McEnroe2020-04-10
* Concatenate mbox threadsJune McEnroe2020-04-10
* Clean up exportDataJune McEnroe2020-04-10
* Move parseEnvelope to parse.cJune McEnroe2020-04-10
* Move extra atoms into the predefined enumJune McEnroe2020-04-10
* Use dataCheck in parsingJune McEnroe2020-04-10
* Refactor main loop state machineJune McEnroe2020-04-10
* Rename exportThreads to exportFetchJune McEnroe2020-04-10
* Link mbox files into message/June McEnroe2020-04-10
* Move export code to export.cJune McEnroe2020-04-09
<raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe