Releases: Virtomize/mail2most
Releases · Virtomize/mail2most
html 2 markdown
features:
- added support for converting HTML mails to markdown and post the markdown to mattermost
- new option
Mattermost.ConvertToMarkdown
mail server issues
- 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 )
- eg:
- added more logging
user references in mattermost
- 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
feature:
- added
VerifyTLS
option #13
v1.7.0 - email attachments
features
- added email attachment support
- added configuration option for email attachments
bugs
- fixed issue #27
v1.6.1
- update libs to newer version
v1.6.0
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
- charset fix changes
- using default lib again
- added missing charsets using register function
charset fixes
- bugfix #15
HideFrom option
features:
- added
HideFrom
option inProfile.Mattermost
to hide the From address in Mattermost messages