Rev 12 | Rev 14 | Go to most recent revision | Compare with Previous | Directory listing | Details | Blame | View Log | RSS feed
* newsstat.pl - Added diagnostics (just in case) - Use `binmode STDOUT' instead of `use encoding' (compat.) - Documentation update, moved changelog and TODO to files - `##' for leading comments to handle dev artifacts better - Sorted supported newsreaders alphabetically - Added support for Microsoft Windows Mail (OE successor) - Use uniform sub identifiers (words delimited with `_') - Use ISO/IEC units of data storage (KiB, MiB) uniformly - Space after header field's `:' are optional now, see RFC 5536, section 2.2 ("MAY") - Convert old `From' format to new one, collapse whitespace, remove outer ("protocol") quotes - Seconds are optional in `Date' header field values now, see grammar in RFC 5322, section 3.3 (ref. by RFC 5536, 2.2) - commify() adapted to perlfaq5 - clean(): Simplified whitespace stripping - write_data(): writes XDATA using UTF-8, removed bogus print() - Fixed all Perl::Critic-ized code except nested get_agent()