Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for sending emails, SMS #40

Closed
GoogleCodeExporter opened this issue Apr 20, 2016 · 5 comments
Closed

Add support for sending emails, SMS #40

GoogleCodeExporter opened this issue Apr 20, 2016 · 5 comments

Comments

@GoogleCodeExporter
Copy link

Pseudo Syntax:

google email --to "touser@domain.com" --subject "Hello" "Email body."
google sms "recipient" "Hello."

Original issue reported on code.google.com by dannyp...@gmail.com on 18 Jun 2010 at 7:38

@GoogleCodeExporter
Copy link
Author

Enhancement, not a defect.

Original comment by dannyp...@gmail.com on 18 Jun 2010 at 7:38

@GoogleCodeExporter
Copy link
Author

Issue 43 has been merged into this issue.

Original comment by tom.h.mi...@gmail.com on 18 Jun 2010 at 9:49

@GoogleCodeExporter
Copy link
Author

As mjbauer95 pointed out, there's no gdata python library support for gmail. We 
would like to support mail operations at some point, though.

Original comment by tom.h.mi...@gmail.com on 18 Jun 2010 at 9:51

  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

@GoogleCodeExporter
Copy link
Author

I know this project centers around gdata - but I think email sending could be 
accomplished with the use of the python imaplib [1], and smtplib [2].  It even 
seems there is the ability to use oauth with imap [3] if that would be a 
requirement.

On the other hand there are plenty of email utilities out there that are 
perfectly capable of doing this already (sendmail anyone?) that the email part 
might be a little redundant.

[1] http://docs.python.org/library/imaplib.html
[2] http://docs.python.org/library/smtplib.html
[3] http://sites.google.com/site/oauthgoog/Home/oauthimap

Original comment by nairb...@gmail.com on 19 Jun 2010 at 4:41

@GoogleCodeExporter
Copy link
Author

I'm going to mark this as WontFix, even though it would be nice. I've added a 
bit in the FAQ about supporting services outside gdata-python-client.

Original comment by tom.h.mi...@gmail.com on 22 Jun 2010 at 7:02

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant