1. 07 Sep, 2017 2 commits
  2. 06 Sep, 2017 5 commits
  3. 05 Sep, 2017 14 commits
  4. 04 Sep, 2017 10 commits
  5. 03 Sep, 2017 7 commits
  6. 02 Sep, 2017 2 commits
    • Patrick Monnerat's avatar
      mime: tests and examples. · 3baf36ed
      Patrick Monnerat authored
      Additional mime-specific tests.
      Existing tests updated to reflect small differences (Expect: 100-continue,
      data size change due to empty lines, etc).
      Option -F headers= keyword added to tests.
      test1135 disabled until the entry point order change is resolved.
      New example smtp-mime.
      Examples postit2 and multi-post converted from form API to mime API.
      3baf36ed
    • Patrick Monnerat's avatar
      mime: use in curl cli tool instead of form API. · fec7a858
      Patrick Monnerat authored
      Extended -F option syntax to support multipart mail messages.
      -F keyword headers= added to include custom headers in parts.
      Documentation upgraded.
      fec7a858