FlorianHeigl / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Add support for sending emails, SMS #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
Enhancement, not a defect.

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

GoogleCodeExporter commented 9 years ago
Issue 43 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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