Releases: thevickypedia/gmail-connector
Releases · thevickypedia/gmail-connector
Fix phone number digit validation
0.4.0 Fix phone number digit validation
Create a separate method to validate input arguments
- Change arg phone_number to phone
Fix import issues with module vs sphinx
0.3.8 - Fix import issues with module vs sphinx
Specify carrier based sms-gateway to increase success rate
- Introduce carrier, sms_gateway and delete_sent as optional arguments
- Use a third-party email-validator to check endpoint before sending the email
- Remove redundant variables
- Add requirements.txt, update README.md and .gitignore
Delete messages from Sent items after sending an SMS
Return responses as a class object instead of a dictionary
Do not remove docs directory if version is not bumped
Generate CHANGELOG in reverse
Add project URLs and package requirements to pypi
- Add project URLs and package requirements to pypi
- Add markdown support to sphinx autodocs
- Add a condition check for version upgrade
- Update docs and changelog
Add new lines to the message start
- Add new lines to the message start to separate subject and body of the SMS
- Update sphinx documentation to 4.1.2
Fix incorrect HTTP return codes
Fix incorrect HTTP return codes
Bye bye logger
- Remove logger module.
- Add exception handlers for Messenger class.
- Update docs and CHANGELOG
- Bump version.
Return dictionary object with status codes after sending email/SMS
- Return a dictionary element after sending an email/SMS.
- Add status code and description to return dict.
- Update docs and CHANGELOG
- Bump version.