about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2016-06-19search: reopen and retry on updated databases
2016-06-19http: constrain getline/close responses by time
2016-06-19http: avoid recursion when hitting write count limit
2016-06-19mbox: set gzip timestamp to the Unix epoch
2016-06-19watch_maildir: tighten up path checks
2016-06-19import: allow messages without subject
2016-06-19watch_maildir: spam removal support
2016-06-18watch_maildir: add scan test
2016-06-18emergency: avoid needless mkpath dependency
2016-06-18daemon: be less misleading about graceful shutdown
2016-06-18spawn: try to keep signals blocked in spawned child
2016-06-18view: consolidate per-message newline handling
2016-06-18view: minor tweaks to reduce long lines
2016-06-18view: introduce WwwStream interface
2016-06-17feed: split out top-of-page generation
2016-06-17www: undefined query string values are empty strings
2016-06-17filter/base: reject more types by default
2016-06-17www: escape HTML in footer description
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-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-15unsubscribe: archive_url may be undefined
2016-06-15inbox: allow undef return value for base_url
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-15drop dependency on File::Path::Expand
2016-06-14nntp: do not double-encode UTF-8 body
2016-06-13view: msg_html uses getline body to reduce latency
2016-06-11daemon: reset unused signal handlers to default in child
2016-06-10unsubscribe: HTML encode undecryptable username
2016-06-07unsubscribe: fix off-by-one error
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-30www: remove a few more Plack::Request dependencies
2016-05-30www: remove gratuitous use of Plack::Request methods
2016-05-30git-http-backend: remove dependency on Plack::Request
2016-05-29nntp: fix for missing articles/bodies/heads