Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slabstone/mail-dl
Simple mail downloader in Ruby
https://github.com/slabstone/mail-dl
Last synced: about 2 months ago
JSON representation
Simple mail downloader in Ruby
- Host: GitHub
- URL: https://github.com/slabstone/mail-dl
- Owner: slabstone
- License: mit
- Created: 2023-10-13T19:06:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-15T11:50:48.000Z (about 1 year ago)
- Last Synced: 2023-10-16T17:33:37.578Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :mailbox: mail-dl
Simple mail downloader in Ruby.# Usage
## List mailboxes
```
bin/mail -s SERVER -u USERNAME -P -l
```## Download messages and attachments
```
bin/mail -s SERVER -u USERNAME -P -m MAILBOX
```