about summary refs log tree commit homepage
DateCommit message (Expand)
2016-06-17remove dependency on IPC::Run
2016-06-17import: auto-update index when done
2016-06-17watch: quiet down rejected header matches
2016-06-17address: no commas in email addresses
2016-06-17search: increase limit for thread search
2016-06-17mda: support loading arbitrary filters
2016-06-17TODO: remove cookies for colors
2016-06-17scripts/dc-dlvr: ClamAV support via clamdscan
2016-06-17scripts/dc-dlvr: remove catchall account
2016-06-17scripts/dc-dlvr: update copyright
2016-06-17watch: introduce watch directive
2016-06-17filter: split out scrub method from delivery
2016-06-17searchidx: disable Email::MIME::ContentType::STRICT_PARAMS
2016-06-17msg_iter: support read-only elements
2016-06-17doc: update design_www.txt for reply view
2016-06-17README: various updates
2016-06-15INSTALL: recommend Debian 8.5 for Xapian corruption fix
2016-06-15unsubscribe: archive_url may be undefined
2016-06-15inbox: allow undef return value for base_url
2016-06-15MANIFEST: update
2016-06-15mda: hook up new filter functionality
2016-06-15emergency: implement new emergency Maildir delivery
2016-06-15filter: begin work on a new filter API
2016-06-15mda: precheck no longer depends on Email::Filter
2016-06-15t/mda: use only Maildir for testing
2016-06-15t/mda.t: remove senseless use of Email::Filter
2016-06-15learn: remove IPC::Run dependency
2016-06-15t/feed.t: make IPC::Run usage optional
2016-06-15drop dependency on File::Path::Expand
2016-06-14nntp: do not double-encode UTF-8 body
2016-06-13doc: systemd examples should only kill one process
2016-06-13view: msg_html uses getline body to reduce latency
2016-06-13examples: systemd socket and service definitions for daemons
2016-06-11daemon: reset unused signal handlers to default in child
2016-06-10unsubscribe: HTML encode undecryptable username
2016-06-09doc: update links to HTTPS sites in INSTALL and README
2016-06-07unsubscribe: fix off-by-one error
2016-06-07unsubscribe.psgi: disable confirmation
2016-06-07unsubscribe.milter: implement archive blacklist
2016-06-07Merge branch 'unsubscribe'
2016-06-07view: be sure reply text describes plain-text
2016-06-07view: remove trailing whitespace from reply command
2016-06-07view: escape From name properly for title
2016-06-05view: inline message reply into message view
2016-06-02www: force two element key-value pairs in query
2016-05-30use utf8::{encode,decode} for in-place transforms
2016-05-30http: yield body->getline running time
2016-05-30script/*{mda,learn}: no strict params for Email::MIME::ContentType
2016-05-30www: remove a few more Plack::Request dependencies
2016-05-30www: remove gratuitous use of Plack::Request methods