• v0.1.11 f4ea60c057

    v0.1.11 Stable

    s3lph released this 2022-11-26 19:05:36 +01:00 | 27 commits to main since this release

    Version 0.1.11

    Feature release

    Changes

    • Add easywks import CLI command

    Download

    Downloads
  • v0.1.10 830819a6a5

    v0.1.10 Stable

    s3lph released this 2022-04-23 02:09:39 +02:00 | 30 commits to main since this release

    Version 0.1.10

    Bugfix release

    Changes

    • RFC 3156 compliance: Don't base64-encode PGP/MIME messages

    Download

    Downloads
  • v0.1.9 f081578c50

    v0.1.9 Stable

    s3lph released this 2021-10-19 02:54:28 +02:00 | 35 commits to main since this release

    Version 0.1.9

    Bugfix release

    Changes

    • Proper handling of "Auto-Submitted: no" mail header
    • Fix signature verification of responses signed with a subkey

    Download

    Downloads
  • v0.1.8 d68e826495

    v0.1.8 Stable

    s3lph released this 2021-10-03 04:44:59 +02:00 | 38 commits to main since this release

    Version 0.1.8

    Changes

    • Remove LMTP Recipient check as well, leads to trouble with postfix aliasing.

    Download

    Downloads
  • v0.1.7 6947122520

    v0.1.7 Stable

    s3lph released this 2021-10-03 03:20:11 +02:00 | 39 commits to main since this release

    Version 0.1.7

    Changes

    • Add file locking in order to avoid races between LMTP/process and HTTP.

    Download

    Downloads
  • v0.1.6 f7b9598d58

    v0.1.6 Stable

    s3lph released this 2021-10-03 02:58:51 +02:00 | 40 commits to main since this release

    Version 0.1.6

    Changes

    • Remove LMTP Envelope-Sender check.
    • Debian package now includes an "easywks clean" cronjob.

    Download

    Downloads
  • v0.1.5 f9ddba422c

    v0.1.5 Stable

    s3lph released this 2021-10-03 02:36:48 +02:00 | 42 commits to main since this release

    Version 0.1.5

    The messages sent by EasyWKS can now be customized.

    Changes

    • Add responses config option.

    Download

    Downloads
  • v0.1.4 adc699aeed

    v0.1.4 Stable

    s3lph released this 2021-09-29 03:56:03 +02:00 | 43 commits to main since this release

    Version 0.1.4

    Fix HTTP server, compatibility with older HTTP clients

    Changes

    • Fix config loading bug in webserver.
    • Add require_user_urlparam config option that makes the ?l=<user> query optional.

    Download

    Downloads
  • v0.1.3 e15f6e51b1

    v0.1.3 Stable

    s3lph released this 2021-09-29 00:47:49 +02:00 | 45 commits to main since this release

    Version 0.1.3

    Compatibility with gpg-wks-client.

    Changes

    • Webserver config is now under a httpd key, to be more in line with
      lmtpd and smtp.
    • Add a permit_unsigned_response boolean key that, if set to true,
      instructs EasyWKS to accept confirmation responses even if they are
      unsigned, in order to be compatible with version -00 of the draft
      standard, and thus e.g. gpg-wks-client.
    • Change the detection logic between submission requests and
      confirmation requests from PGP signature checking to attempting to
      parse the message as a submission response first.
    • Add a __main__ module so that easywks can be invoked as a Python
      module.

    Download

    Downloads
  • v0.1.2 89542ee110

    v0.1.2 Stable

    s3lph released this 2021-09-28 21:52:47 +02:00 | 46 commits to main since this release

    Version 0.1.2

    Fix even morecompatibility issues with aiosmtpd from Debian repo.

    Changes

    • Fix #1: lmtpd not working with aiosmtpd 1.2.2

    Download

    Downloads