about summary refs log tree commit homepage
path: root/lib/PublicInbox/MID.pm
DateCommit message (Expand)
2018-04-20disallow "\t" and "\n" in OVER headers
2018-04-01truncate Message-IDs and References consistently
2018-03-19mid: mid_mime uses v2-compatible mids function
2018-03-03mid: truncate excessively long MIDs early
2018-03-03mid: be strict with References, but loose on Message-Id
2018-03-02searchidx: use new `references' method for parsing References
2018-03-02mid: add `mids' and `references' methods for extraction
2018-02-07update copyrights for 2018
2017-05-23www: do not mangle characters from search queries
2016-08-14www: do not unecessarily escape some chars in paths
2016-08-14mid: no wide characters for sha1_hex
2016-03-03use raw header for Message-ID
2015-11-20various internal documentation updates
2015-10-02rename mid_compress to id_compress
2015-09-06update copyright headers and email addresses
2015-08-30mid2path: clean MID of angle brackets '<>'
2015-08-27mid: extract Message-ID from inside '<>'
2015-08-25mid: mid_compressed => mid_compress
2015-08-17view: always compress Message-IDs for anchors
2015-08-17mid: compress Message-IDs with '%' in them
2015-08-16view: deduplicate common code for loading search results
2015-08-15extract redundant Message-ID handling code