mail2most

watch emails and send them to mattermost

MIT License

Stars
74

Bot releases are visible (Hide)

mail2most - v1.11.10 Latest Release

Published by c-seeger 8 months ago

  • #87 fix: limit off by 1
  • update to go 1.22
  • fix gosec and linting issues
  • new ci test pipeline
  • added vendoring
mail2most - v1.11.9

Published by c-seeger 10 months ago

  • added version information to binary
mail2most - binary glibc dependency fix

Published by c-seeger over 3 years ago

Bugfixes:

  • issue #66 glibc dependency fix using static linking
mail2most - allow emty messages

Published by c-seeger over 3 years ago

Feature/Enhancement/Bug-fix:

  • added SkipEmptyMessages to Profile.Mattermost to allow or deny processing of empty emails (issue #64)
mail2most - StartTLS + Attachment limit fix

Published by c-seeger over 3 years ago

Features/Missing:

  • support for StartTLS issue #59

Bugfixes:

  • fixed issue #62 mattermost 5 attachment maximum
mail2most - local uuids

Published by c-seeger almost 4 years ago

  • added option to enable the use of local generated uuids for messages instead of server id's
mail2most - attachment bugfix

Published by c-seeger about 4 years ago

  • issue #54 fixed error preventing mail2most to upload the same image when it is send as an attachment with different name
mail2most - v1.11.1

Published by cseeger-epages over 4 years ago

  • PR #49 - regex improvements for header and image tags
mail2most - v1.11.0

Published by cseeger-epages over 4 years ago

features

  • #43 added new options (Default)Profile.Mattermost.BodyPrefix and (Default)Profile.Mattermost.BodySuffix to allow custom header and footer messages in mattermost messages
mail2most - content improvements

Published by cseeger-epages over 4 years ago

the credits for this release go to @justledbetter for his awesome work on improving the conversation ability of mail2most

features:

  • new option General.RunAsService for using in serverless platforms (the rest should set it to true)
  • new option (Default)Profile.Mattermost.BodyOnly to send only the body (analogue to SubjectOnly)
  • new option (Default)Profile.Mattermost.HideFromEmail allows to only post the username and hides the email address of the user
  • new option (Default)Profile.Filter.IgnoreMailErrorNotifications allows ignoring Mail Error Notification
    • mail could not be delivered and so on
  • body is parsed way better than before and also often contained old message parts will be deleted
mail2most - html 2 markdown

Published by cseeger-epages over 4 years ago

features:

  • added support for converting HTML mails to markdown and post the markdown to mattermost
  • new option Mattermost.ConvertToMarkdown
mail2most - mail server issues

Published by cseeger-epages over 4 years ago

  • 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
mail2most - user references in mattermost

Published by cseeger-epages over 4 years ago

  • if the mail is send from a registrated user account in your mattermost it will add a direct user reference to the user
mail2most - mail tls option

Published by cseeger-epages over 4 years ago

feature:

  • added VerifyTLS option #13
mail2most - v1.7.0 - email attachments

Published by cseeger-epages over 4 years ago

features

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

bugs

  • fixed issue #27
mail2most - v1.6.1

Published by cseeger-epages almost 5 years ago

  • update libs to newer version
mail2most - v1.6.0

Published by cseeger-epages almost 5 years ago

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
mail2most - v1.5.2

Published by cseeger-epages almost 5 years ago

  • charset fix changes
  • using default lib again
  • added missing charsets using register function
mail2most - charset fixes

Published by cseeger-epages almost 5 years ago

  • bugfix #15
mail2most - HideFrom option

Published by cseeger-epages about 5 years ago

features:

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