Send or view emails through the terminal with style.
Use git to install it
git clone https://github.com/Brist0l/Eterm.git
cd eterm/src
This example over here sends an email with a body , subject and a file:
python3 main.py {from_email} --to {to_email} --body --subject --file {files}
Note : You can send multiple files too just by specifying the files after the file.
For help:
python3 main.py -h
To add autocompletion add the phrases and Locations in Autocompletions/files.txt and greeting. eg. in the files.txt you can add a folder name in which you have kept all the documents you want to email someone, you can specify the folder .
/home/foo/Documents/stuff
To use autocompletion just press the tab
key
- Easy To Use
- Fast
- Secure
- Supports Autocompletion
- Stores Autocompletion History For Speed
- Lightweight
- Recursive email searching
- Compact Email viewing options
- Be a terminal geek
- Configurable SMTP
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.