about summary refs log tree commit homepage
path: root/lib/PublicInbox/MID.pm
DateCommit message (Expand)
2020-08-02searchidx: remove v1-only msg_mime sub
2020-04-30mid: capitalize "ID" in "Message-ID"
2020-04-02mid: add $MID_EXTRACT regexp for export
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-24mid: shorten uniq_mids logic
2019-10-28index: allow search/lookups on X-Alt-Message-ID
2019-09-09run update-copyrights from gnulib for 2019
2019-06-04mid: id_compress requires ASCII-clean words
2019-01-29mid: filter out 'y', 'n', and email addresses from references()
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