https://github.com/adjust/mailbot
https://github.com/adjust/mailbot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adjust/mailbot
- Owner: adjust
- License: mit
- Created: 2014-09-05T16:14:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-15T11:11:46.000Z (about 11 years ago)
- Last Synced: 2025-03-09T14:41:45.563Z (over 1 year ago)
- Language: Perl
- Size: 120 KB
- Stars: 1
- Watchers: 75
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mailbot
=======
## Installation
```
git clone git@github.com:adjust/mailbot.git
cd mailbot && perl Build.PL
./Build installdeps
```
## Configuration
In order to configure mailbot, just edit the `config.yml` file.
## Usage
```
perl bin/main.pl
```
## What does it do?
It will connect to the account specified in the `config.yml` file.
It will search the inbox 'INBOX' for *unread* mails.
If the `From` field matches the entry `allowedSender` from the `config.yml`
it will search for an adjust report url and download the report and print it to
standard out. Every mail it finds will be set to `seen`.