6 Commits

Author SHA1 Message Date
9bcfb1bf21 First version to show (raw) email bodies.
Made xwebmail work with new handlers package.
Pulls important headers from the database and provides extremely basic folder
view on webpage.
Reverted layout customizations returning folder view to original wider width.
JS App now handles all the rendering, index.html only contains placeholder
with background to indicate loading.
2014-04-16 22:23:45 -07:00
803913523e Add devweb support for auto-reloading webapp. 2014-04-12 15:31:53 -07:00
14bd95851c Add import for 'important' headers.
Process and normalize some headers that will be used in quickly recalling
messages.
2014-04-11 21:21:56 -07:00
2f6b083f47 Header import, and dumporiginal extensions.
Add ability to dump headers or mimetypes for original messages.
Add ability to dump all messages, instead of just hashes listed.
Add new command  cmd/headers to import all headers from messages in table
    original.  Utility can work incrementally or do fully table imports.
Moved 'fetch all original messages' code to db/util.go.  Added conditional
version given table name that will only return original messages that do not
    have matching hashes in the specified table.
2014-04-01 23:18:12 -07:00
8fa9825b8e Simple web server for showing original messages. 2014-03-30 21:53:33 -07:00
ef8d941158 Create common db package. Move original message to fetch to db. 2014-03-30 21:25:46 -07:00