about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2016-07-01t/watch_maildir: quiet down spam check warning
2016-06-30www_stream: add response wrapper sub
2016-06-25view: safer and optional quoting for --in-reply-to arg
2016-06-25address: remove Address::from_name
2016-06-25address: beef up the module with name list extaction
2016-06-24watch_maildir: implement optional spam checking
2016-06-24document Filesys::Notify::Simple dependency
2016-06-24split out spamcheck/spamc to its own module.
2016-06-20inbox: move field population logic to initializer
2016-06-20feed: various object-orientation cleanups
2016-06-19watch_maildir: tighten up path checks
2016-06-19watch_maildir: spam removal support
2016-06-18watch_maildir: add scan test
2016-06-18spawn: try to keep signals blocked in spawned child
2016-06-18view: introduce WwwStream interface
2016-06-17remove dependency on IPC::Run
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-15t/mda: use only Maildir for testing
2016-06-15t/mda.t: remove senseless use of Email::Filter
2016-06-15t/feed.t: make IPC::Run usage optional
2016-06-14nntp: do not double-encode UTF-8 body
2016-06-13view: msg_html uses getline body to reduce latency
2016-06-07view: escape From name properly for title
2016-06-05view: inline message reply into message view
2016-05-30git-http-backend: remove dependency on Plack::Request
2016-05-29nntp: fix for missing articles/bodies/heads
2016-05-28remove redundant NewsGroup class
2016-05-28t/plack: ensure we can cascade on common endpoints
2016-05-27config: fix NewsWWW fallback for newsgroups in HTTP URLs
2016-05-25remove Email::Address dependency
2016-05-24git-http-backend: use qspawn to limit running processes
2016-05-23http: chunk in the server, not middleware
2016-05-23t/config.t: remove GIT_DIR usage in test
2016-05-22t/spawn.t: additional tests for popen_rd
2016-05-21localize $/ in more places to avoid potential problems
2016-05-19www: tighten up allowable filenames for attachments
2016-05-19www: validate and check filenames in URLs
2016-05-19msg_iter: workaround broken Email::MIME versions
2016-05-19switch read-only uses of walk_parts to msg_iter
2016-05-19msg_iter: new internal API for iterating through MIME
2016-05-18nntpd: reject control characters entirely
2016-05-18tests: add check-www-inbox script
2016-05-16www: fix for running under mount paths
2016-05-16declare Inbox object for reusability
2016-05-14rename most instances of "list" to "inbox"
2016-05-14t/nntpd: test for wide characters and UTF-8 mangling