Edit

kc3-lang/smtp/test

Branch :

  • Show log

    Commit

  • Author : James Humphrey
    Date : 2019-04-20 10:01:01
    Hash : f388b080
    Message : 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