forked from mailmirror/mailmirror
A Mattermost plugin to mirror the contents of an email folder in a channel via IMAP
This repository has been archived on 2025年10月03日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
MailMirror
This Mattermost plugin shows the contents of an email folder in a Mattermost channel, by fetching it over IMAP.
screenshot of the plugin in action
Setting it up
- Install the plugin in your Mattermost instance (download the latest release)
- Create a channel where this plugin should add incoming email, and copy the channel id via the info button in the top right corner
- In the System Console, go to the MailMirror settings and paste the channel id there. Configure your IMAP connection as well.
After a few minutes, you should see email coming in.
Join this project
Do you have any suggestions of improvements? They are welcome as issues or pull requests! Creating a Codeberg account does not take long.
License
Apache License 2.0
Based on
- Mail2Most by Carsten Seeger (MIT license), for the parsing of attachments over IMAP (but with improvements on the fetching logic to avoid wasting bandwidth)
- mattermost-plugin-starter-template and mattermost-plugin-demo (Apache License 2.0)