Skip to content
Snippets Groups Projects
  1. May 26, 2014
    • Jared Hancock's avatar
      logging: Add signal for log handling · 657a8914
      Jared Hancock authored
      657a8914
    • Jared Hancock's avatar
      5537b648
    • Jared Hancock's avatar
      mail: Add signals to interact with mail processing · 79f3c6b0
      Jared Hancock authored
      Signals added:
        * mail.received
          Called after the mail is received into the system and before it is
          processed by the mail system. This signal is useful to do header
          injection. Raw message/rfc822 included in 'raw' key in the info
      
        * mail.decoded
          Called after the initial decoding of the message. The header and bodies
          are broken out, however, Unicode decoded may not have been performed
          yet. This signal is useful to affect the interpretation of the message,
          such as TNEF processing, etc.
      
        * mail.processed
          Called after all internal processing is completed. All Unicode
          processing is complete, bounce detection and other mechanisms have
          completed. This signal is useful to do things like attachment scanning
          or content filtering.
      79f3c6b0
  2. May 23, 2014
  3. May 22, 2014
  4. May 21, 2014
  5. May 20, 2014
Loading