Skip to content

Releases: thevickypedia/gmail-connector

Fix phone number digit validation

22 Dec 06:45
Compare
Choose a tag to compare
0.4.0

Fix phone number digit validation

Create a separate method to validate input arguments

21 Dec 03:15
Compare
Choose a tag to compare
  • Change arg phone_number to phone

Fix import issues with module vs sphinx

21 Dec 02:56
Compare
Choose a tag to compare
0.3.8

- Fix import issues with module vs sphinx

Specify carrier based sms-gateway to increase success rate

21 Dec 02:44
Compare
Choose a tag to compare
  • 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

11 Nov 04:17
Compare
Choose a tag to compare

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

16 Oct 22:23
Compare
Choose a tag to compare
  • 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

11 Aug 06:32
Compare
Choose a tag to compare
  • 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

03 Aug 03:01
Compare
Choose a tag to compare

Fix incorrect HTTP return codes

Bye bye logger

24 Jul 17:52
Compare
Choose a tag to compare
  • 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

23 Jul 01:11
Compare
Choose a tag to compare
  • Return a dictionary element after sending an email/SMS.
  • Add status code and description to return dict.
  • Update docs and CHANGELOG
  • Bump version.