Skip to content
Snippets Groups Projects
  1. Jan 23, 2021
    • Karl Fogel's avatar
      Search case-insensitively in `mailaprop-matches' · f3e176ea
      Karl Fogel authored
      This was always my intent; I'd just typo'd the `case-fold-search' binding.
      f3e176ea
    • Karl Fogel's avatar
      Update estimate of ETL run time in README.md · d5b97e28
      Karl Fogel authored
      Also make a minor clarification later about interactive speed.
      d5b97e28
    • Karl Fogel's avatar
      Rename test script to 'check' · 254daf54
      Karl Fogel authored
      This is easier for me to remember and avoids a completion collision.
      254daf54
    • Karl Fogel's avatar
      Improve a bunch of comments · 2c700861
      Karl Fogel authored
      2c700861
    • Karl Fogel's avatar
      Fix the rest of issue #1 and some other stuff · cb2a1416
      Karl Fogel authored
      We now handle the following exceptions when parsing headers:
      
        * "UnicodeEncodeError: 'utf-8' codec can't encode character '\udcf8'
          in position 64: surrogates not allowed (also from absorb_headers()"
      
        * "email.errors.HeaderParseError: expected ':' at end of group
          display name but found '@GMAIL.COM"
      
          (which would then lead to "TypeError: 'ValueTerminal' object does
          not support item assignment")
      
        * "ValueError: hour must be in 0..23" (from bogus Date headers)
      
      Also:
      
        * Solve a newly-discovered quoting problem in the output
      
        * Ingest 'reply-to' as an address-containing header.
      cb2a1416
  2. Dec 23, 2020
  3. Dec 22, 2020
  4. Dec 16, 2020
  5. Jul 09, 2020
  6. Jul 08, 2020
  7. Jul 06, 2020
  8. Jun 19, 2020
  9. Apr 23, 2020
  10. Oct 10, 2019
  11. Aug 27, 2019
  12. Aug 10, 2018
  13. Mar 29, 2018
  14. Feb 04, 2018
Loading