Virtomize / mail2most

watch emails and send them to mattermost
MIT License
74 stars 19 forks source link

TLS Options Ignored in Profiles #74

Open patrickmelix opened 2 years ago

patrickmelix commented 2 years ago

Describe the bug When I set the TLS options ImapTLS and StartTLS in a profile, they have no effect. Only the options set in the default profile affect the outcome.

To Reproduce Steps to reproduce the behavior:

  1. Set options ImapTLS and StartTLS in the default profile so that they match your setup.
  2. Set options ImapTLS and StartTLS in the profile so that they do not match your setup.
  3. Start the daemon, everything works.
  4. Switch the above and everything stops working.

Expected behavior The example suggests that the profile options overwrite the default profile options. This works for everything except the two TLS options for me.

Release version Latest, i.e. v1.11.7.

Architecture Linux 64bit.

c-seeger commented 9 months ago

Thank you @patrickmelix, will take a look into this.