74 Commits (bda686499d6c7e6c37fd9201a25e5696484b5162)
 

Author SHA1 Message Date
Sven Slootweg bda686499d Skip parsing of message if headers cannot be decoded. 12 years ago
Sven Slootweg a73ad71269 Only abort attachment insertion if an attachment with that hash was found for the currently parsed e-mail 12 years ago
Sven Slootweg f690610b9a Speed up the parsing loop by not checking the database for existing rows, if -f (forced) is specified anyway. 12 years ago
Sven Slootweg 7bae114ee9 Check presence of hash in the database before parsing the message, according to the filename 12 years ago
Sven Slootweg b41d658f16 Fetch correct hash from attachment table 12 years ago
Sven Slootweg 1ac7dc9b33 Properly handle extension-less files 12 years ago
Sven Slootweg 654fa8bffb Render all pages and copy attachments 12 years ago
Sven Slootweg 8630e37ac7 Make table rows clickable 12 years ago
Sven Slootweg 42bfee81af Allow download of original .eml files if original path is specified 12 years ago
Sven Slootweg 9f435059ca Enforce some styles in the page template 12 years ago
Sven Slootweg 927707735f Add hyperlinks to actual e-mail messages on index pages 12 years ago
Sven Slootweg 32b8e20143 Sort by unix timestamp instead of textual date/time representation 12 years ago
Sven Slootweg d2c8270a4f Get rid of unnecessary variable usage 12 years ago
Sven Slootweg ffd56ebb70 Display only the first 8 characters of SHA1 hashes on index pages 12 years ago
Sven Slootweg b6fdc654e1 Let's give the attachment column a somewhat shorter name 12 years ago
Sven Slootweg ccb21d450e Change some column widths 12 years ago
Sven Slootweg 7245b223c0 Make font size in index table smaller 12 years ago
Sven Slootweg a0df63d143 Option for amount of entries per page 12 years ago
Sven Slootweg 11f2568abf Fix description for descendingly sorted date index 12 years ago
Sven Slootweg 34052aa57e Render date index pages 12 years ago
Sven Slootweg ce3234f064 Render first page 12 years ago
Sven Slootweg 8783c9c05b Chunk loops 12 years ago
Sven Slootweg f08556978a Chunking 12 years ago
Sven Slootweg 3f63b4a729 Actually load index template 12 years ago
Sven Slootweg 09e48e1404 Add basic index template 12 years ago
Sven Slootweg a0cc727a25 Skip a part if neither ascii nor windows-1252 decoding fallbacks succeed 12 years ago
Sven Slootweg 1bc6105085 Commit database changes every 100 e-mails 12 years ago
Sven Slootweg 37c1fc0bdb Small fixes 12 years ago
Sven Slootweg 36a398549e List saving and sorting 12 years ago
Sven Slootweg 8eb58adf55 Changed margin to something more sensible 12 years ago
Sven Slootweg 42bcaae8d7 Display a list of attachments 12 years ago
Sven Slootweg 31cd9e70c1 Prioritize some other page styles with \!important 12 years ago
Sven Slootweg c3eeed5b3d Tell table columns to be 33% wide 12 years ago
Sven Slootweg e26ce4835e Include proper date and time in generated pages, rather than a UNIX timestamp 12 years ago
Sven Slootweg 293775dd4b Tidy up generation code a bit 12 years ago
Sven Slootweg a1fe5e86d4 Properly display the version list 12 years ago
Sven Slootweg 5e642df6d3 Make <pre> blocks in text versions of e-mails wrap around 12 years ago
Sven Slootweg 2a637ab4be Use cgi.escape instead of homebrew HTML character escaping 12 years ago
Sven Slootweg 16bfe42299 Enforce correct background color even if e-mail body attempts to set a different color 12 years ago
Sven Slootweg d0d12a1ccb Ensure that table styles are only applied to the encapsulating table and not to tables in the e-mail body 12 years ago
Sven Slootweg d7f1a35ba5 Escape special characters in HTML 12 years ago
Sven Slootweg 15d8ab11ce Fix wrongly formatted template tag 12 years ago
Sven Slootweg 01a261dd5a Create messages/ directory as well 12 years ago
Sven Slootweg 926f48756e Put rendered messages in messages/ instead 12 years ago
Sven Slootweg a5e725dbea Copy style.css file after generation 12 years ago
Sven Slootweg 63ac4663ea Removed unnecessary brackets 12 years ago
Sven Slootweg b05043b7f9 Compacted SQLite query 12 years ago
Sven Slootweg ae61f98ab5 Actually parse and write HTML and plaintext files 12 years ago
Sven Slootweg f8f4a02cf9 Update template file 12 years ago
Sven Slootweg 92b67cec34 Render template 12 years ago