• Show log

    Commit

  • Hash : f388b080
    Author : James Humphrey
    Date : 2019-04-20T10:01:01

    Allow applications to override Content-Type header
    
    Applications must generate the appropriate MIME sections (if needed)
    when overriding the Content-Type header, and attachments added to
    the SMTP context will get ignored.
    
     - Applications can now set the Content-Type header
     - Add an HTML example program to the README
     - Extracted both example programs from the README and add to the
       build system
     - Corrected the size of the header list in smtp_header_exists function
    
    Fixes #3