Tagged Questions
The libgmail tag has no wiki summary.
2
votes
1answer
391 views
Include html part in a mail with python libgmail
I've a question about its usage: i need to send an html formatted mail. I prepare my message with
ga = libgmail.GmailAccount(USERNAME,PASSWORD)
msg = MIMEMultipart('alternative')
msg.attach(part1)
...
1
vote
1answer
346 views
libgmail login() runs with error
I just installed libgmail on CentOS 5, python 2.6 with easy_install. There was a problem, until i installed mechanize manually. After that easy_install said OK and i wrote 1st test program from the ...
1
vote
1answer
365 views
cant send SMS vla libgmail - python
i'm new to python , and trying to write a script in order to send SMS's ,
after quick googling i found this lib: libgmail, and successfully installed it ,
this is the code i use to send SMS:
...
1
vote
3answers
645 views
Python - problem in importing new module - libgmail
I downloaded Python module libgmail from sourceforge and extracted all the files in the archive. The archive had setup.py, so I went to that directory in command prompt and did
setup.py install
I ...
1
vote
4answers
88 views
monitoring an email address
I'm hoping for an event based way to know when I get an email. Right now I'm using gmail but the email host isn't critical. Do I really have to poll it?
0
votes
0answers
49 views
0
votes
2answers
315 views
cant install libgmail in python
i'm a newbie in python , and trying to install libgmail ..
this is what i get :
C:\libgmail-0.1.11>setup.py
Traceback (most recent call last):
File "C:\libgmail-0.1.11\setup.py", line 7, in ...