https://github.com/clementlecorre/mail-to-telegram
Mail (IMAP) to telegram
https://github.com/clementlecorre/mail-to-telegram
golang telegram
Last synced: 9 months ago
JSON representation
Mail (IMAP) to telegram
- Host: GitHub
- URL: https://github.com/clementlecorre/mail-to-telegram
- Owner: clementlecorre
- Created: 2020-04-14T19:37:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T12:06:05.000Z (about 6 years ago)
- Last Synced: 2024-06-20T02:04:28.093Z (about 2 years ago)
- Topics: golang, telegram
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/clementlecorre/mail-to-telegram/releases/latest)
[](https://golang.org/doc/devel/release.html)
[](https://hub.docker.com/r/cl3m3nt/mail-to-telegram)
## About
`mail-to-telegram` listens to your mail (imap) and sends the message on telegram. The email fetch is event-based.
You can customize the processing on the received email
## Install
### Docker
```bash
docker pull clementlecorre/mail-to-telegram
docker container run --rm clementlecorre/mail-to-telegram --help
```