about summary refs log tree commit homepage
DateCommit message (Expand)
2014-04-10INSTALL: update with Mail::Thread dependency
2014-04-10cgi: implement get_mid_txt
2014-04-10doc/design_www: add 301 URLs
2014-04-10cgi: wire up index + tests
2014-04-10cgi: do not specify charset in Atom HTTP header
2014-04-10cgi: remove some redundant logic
2014-04-09doc/design_www: shorten URLs as much as possible
2014-04-09t/mda: additional precheck tests
2014-04-09mda: set GIT_AUTHOR_DATE in commits as well
2014-04-09mda: set GIT_{COMMITTER,AUTHOR}_{NAME,EMAIL} env
2014-04-09config: include listname on lookup
2014-04-09mda: prevent duplicate Message-IDs from appearing
2014-04-09Makefile.PL: add parallel test target
2014-04-09doc: split out philosophy to a different page
2014-04-09preliminary HTML index generation
2014-04-09precheck: stricter checks including min length
2014-04-08precheck: reject messages with no subject
2014-04-08feed: filter out each_recent_blob wrapper
2014-04-08design_notes: various updates, including "why git?"
2014-04-08scripts/report-spam: explain design decisions
2014-04-08doc: various cleanups all around
2014-04-08cgi: cleanup dependencies
2014-04-07cgi: make internal interface more Plack-like
2014-04-07feed: generate takes a hashref for args
2014-04-06doc: design_www note /full/ namespace for messages
2014-04-06view: use "original" rather than "raw"
2014-04-06view: minor cleanups
2014-04-06feed: reuse view class to display message
2014-04-06view: all content is assumed to be displayable text
2014-04-05Makefile.PL: update dependencies
2014-04-05view: use URI::Escape to escape URIs
2014-04-05feed: remove unnecessary use
2014-04-05feed: use Date::Parse to parse dates
2014-04-05get a basic CGI feed sender running
2014-04-05remove failrepo config
2014-04-05public-inbox-mda: preliminary manpage documentation
2014-04-05view: implement quote folding and flesh out tests
2014-04-05config: add shortcut for retrieving elements
2014-04-05doc: add design documentation for WWW interface
2014-04-05view: update IRP and MID links
2014-04-05flesh out MDA and simplify config setup
2014-04-05precheck uses recipient argument
2014-04-05README: various updates
2014-04-04filter: use regexp to check multipart bodies
2014-04-03filter: possibly keep PGP sigs only (not other types)
2014-03-31design_notes: with philosophy
2014-03-28filter: use file(1) to detect mime type if octet-stream
2014-03-28config: revamp API and implement lookup
2014-03-24initial cut at Atom feed generation
2014-02-25precheck: require Message-ID to be set