1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 10:07:02 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
James Hillyerd
0efb28ef38 Basic MIME parsing is now integrated, this closes #1 2012-10-17 21:10:02 -07:00
James Hillyerd
e76fad1523 More MIME dev, new unit test libs
MIME parsing code is now in an acceptable state to integrate into
web UI.  It should be able to display text and/or HTML (sans
attachments).

Added "testify" unit testing library, providing assertions and mocks.
2012-10-17 20:25:27 -07:00
James Hillyerd
bc7526abef More MIME parsing progress!
After parsing MIME into a tree of nodes, we can now issue
BreadthFirstSearch commands against it to locate the text and HTML
portions of the email.
2012-10-15 22:56:45 -07:00
James Hillyerd
a2070dd60a Parse MIME parts into a node tree 2012-10-15 21:04:58 -07:00
James Hillyerd
46b123606b Started work on MIME parser
I'm hoping to mostly rely on the official mime and mime/multipart
packages, but Inbucket is still going to have to decided what to
do with the various parts it reads.
2012-10-14 23:11:39 -07:00
James Hillyerd
eb363aa670 Add a view source button to see raw text of message 2012-10-13 14:37:11 -07:00
James Hillyerd
a0ab84abb5 Message list is now loaded by AJAX and can be refreshed.
Added a message delete button.
2012-10-13 14:11:12 -07:00
James Hillyerd
3fe4c937cd Add a controller to view list mailbox contents, view individual
messages.
2012-10-10 13:46:03 -07:00
James Hillyerd
4bcb7391c8 Refactor datastore: DataStore -> Mailbox -> Message (was MailObject) 2012-10-10 09:54:41 -07:00
James Hillyerd
6e8e0a300c Server now writes raw smtp data to datastore. Does not yet create gob files. 2012-10-07 22:05:07 -07:00
James Hillyerd
ff3a4264cf utils
A couple email address related utils
2012-10-06 20:35:33 -07:00