Skip to content

Releases: Virtomize/mail2most

html 2 markdown

18 Feb 09:25
054e955
Compare
Choose a tag to compare

features:

  • added support for converting HTML mails to markdown and post the markdown to mattermost
  • new option Mattermost.ConvertToMarkdown

mail server issues

13 Feb 08:54
5882ad3
Compare
Choose a tag to compare
  • changed attachment handeling
    • attachments now will only be parsed if the attachment forward flag in the mattermost config part is set to true
  • added new option Mail.Limit to limit the requested emails
    • eg: Limit=10 will get you the last 10 emails
    • Limit=0 requests unlimited amount
    • this can help to prevent running into limits of mail providers ( see #17 )
  • added more logging

user references in mattermost

12 Feb 09:35
2f783a3
Compare
Choose a tag to compare
  • if the mail is send from a registrated user account in your mattermost it will add a direct user reference to the user

mail tls option

27 Jan 10:19
7a3c03b
Compare
Choose a tag to compare

feature:

  • added VerifyTLS option #13

v1.7.0 - email attachments

20 Jan 15:47
7a3c03b
Compare
Choose a tag to compare

features

  • added email attachment support
  • added configuration option for email attachments

bugs

  • fixed issue #27

v1.6.1

20 Dec 08:38
Compare
Choose a tag to compare
  • update libs to newer version

v1.6.0

02 Dec 14:28
Compare
Choose a tag to compare

Bugfixes:

  • fixed issue where mails are flaged as already send while having an error on sending
  • fixed issue where mail2most crashes if the data.json contains more data than defined profiles in the config exist

Features:

  • added DefaultProfile to allow defining reusable defaults
  • added IgnoreDefaults option to Profiles to allow ignoring the defaults
  • added Profile.Mattermost.Users to define users to send messages to
  • added login via AccessToken only (Bearer)

Documentation:

  • added common problems and solutions

v1.5.2

02 Dec 12:52
Compare
Choose a tag to compare
  • charset fix changes
  • using default lib again
  • added missing charsets using register function

charset fixes

05 Nov 08:45
Compare
Choose a tag to compare

HideFrom option

02 Oct 06:10
Compare
Choose a tag to compare

features:

  • added HideFrom option in Profile.Mattermost to hide the From address in Mattermost messages