gmail-connector

Python module to send SMS, emails and read emails.

MIT License

Downloads
1.8K
Stars
14
Committers
3
gmail-connector - Trigger release for v0.5.8

Published by thevickypedia almost 2 years ago

gmail-connector - Take a custom filename for the attachment

Published by thevickypedia almost 3 years ago

Default to attachment name without the path
Remove unnecessary variables

gmail-connector - Check for phone and recipient in env var

Published by thevickypedia almost 3 years ago

Take gmail username instead of email address

gmail-connector - Load env vars from a .env file

Published by thevickypedia almost 3 years ago

Reformat docstrings
Fix sent item after sending an SMS

gmail-connector - Add SMTP port number to send email

Published by thevickypedia almost 3 years ago

gmail-connector - Add more information to payload restriction

Published by thevickypedia almost 3 years ago

gmail-connector - Add payload limit for SMS

Published by thevickypedia almost 3 years ago

gmail-connector - Remove endpoint validator due to high inaccuracies

Published by thevickypedia almost 3 years ago

gmail-connector - Mark internal methods as private

Published by thevickypedia almost 3 years ago

Include private methods in sphinx docs

gmail-connector - Fix phone number digit validation

Published by thevickypedia almost 3 years ago

gmail-connector - Create a separate method to validate input arguments

Published by thevickypedia almost 3 years ago

  • Change arg phone_number to phone
gmail-connector - Fix import issues with module vs sphinx

Published by thevickypedia almost 3 years ago

gmail-connector - Specify carrier based sms-gateway to increase success rate

Published by thevickypedia almost 3 years ago

  • 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
gmail-connector - Delete messages from Sent items after sending an SMS

Published by thevickypedia almost 3 years ago

Return responses as a class object instead of a dictionary
Do not remove docs directory if version is not bumped
Generate CHANGELOG in reverse

gmail-connector - Add project URLs and package requirements to pypi

Published by thevickypedia about 3 years ago

  • 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
gmail-connector - Add new lines to the message start

Published by thevickypedia about 3 years ago

  • Add new lines to the message start to separate subject and body of the SMS
  • Update sphinx documentation to 4.1.2
gmail-connector - Fix incorrect HTTP return codes

Published by thevickypedia about 3 years ago

Fix incorrect HTTP return codes

gmail-connector - Bye bye logger

Published by thevickypedia over 3 years ago

  • Remove logger module.
  • Add exception handlers for Messenger class.
  • Update docs and CHANGELOG
  • Bump version.
gmail-connector - Return dictionary object with status codes after sending email/SMS

Published by thevickypedia over 3 years ago

  • Return a dictionary element after sending an email/SMS.
  • Add status code and description to return dict.
  • Update docs and CHANGELOG
  • Bump version.
gmail-connector - Multiple recipients in sendEmail

Published by thevickypedia over 3 years ago

  • Allow users to add multiple recipients while sending email.
  • Add CC and BCC options.
  • Check if attachment file is available before trying to attach.
  • Wrap recipient, cc and bcc items in a single list before email kick off.
  • Remove sender arg and default to the user login email address.
  • Fix version number format.