IMAP Gateway supporting portech gsm gateway
83c60c0e21
Fix specials chars send to gateway |
||
---|---|---|
.gitignore | ||
config.py.sample | ||
LICENSE | ||
mailbox.csv.sample | ||
README.md | ||
smsgateway.py |
smsgateway
smsgateway supporting portech gsm gateway
This script is able to communicate with Portech GSM gateways (tested on MV370), and send single SMS or fetch mails and transforms it to SMS. It uses the python-messaging package for PDU encodings
Usage :
smsgateway.py imap2sms
smsgateway.py sms <number> <message>
smsgateway.py clearallsms
Requirements :
python-messaging available on : pmarti/python-messaging