
simplegmail(modifiedwith click area)
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
THIS THEME IS PREPARED TO WORK WITH FIREFOX BROWNSER
FIRST CHANGE "simplegmail.theme":
Put your e-mail at EMAIL_1 and your password at PASS_1
Put your seccond e-mail at EMAIL_2 and your seccond password at PASS_2
IN FILE simplegmail.py:
(Under "accounts")
Put your e-mail at EMAIL_1 and your password at PASS_1
Put your seccond e-mail at EMAIL_2 and your seccond password at PASS_2
# SimpleGMail v0.1
# This is a python script for superkaramba that checks new GMail messages every 10 minutes.
# This version supports checking multiple GMail accounts.
# @todo for v0.2 - add support for multiple theme selection through Configure Theme menu.
#
# @author Jitendra Rana (mailrana@gmail.com)
# @version 0.1
# @date July 7, 2005
# modified by Eduardo Silva Alejandropulos at August 21, 2005 alexandropulos@hotmail.com
xilch
15 years ago
The URL listed in the simplegmail.theme file should be changed to this:
https://www.google.com/accounts/LoginAuth?continue=https://mail.google.com/gmail&service=mail&Email=EMAIL_1&Passwd=PSWD_1&submit=null
Changing your email username and pasword of course.
I also had to use the wget fix listed already in the comments.
I hope this helps someone.
Report
EazyVG
15 years ago
I am running skaramba 0.37 and KDE 3.4.2.
Also have wget functioning properly
Also, maybe you can make ones with black color and a transparent one.
Report
Edie
15 years ago
For trasparent bakground you can rename the img folder, and you will have only the letters in your desktop.
seeya!
Report
Edie
15 years ago
DEPENDENCIES
wget is required for this theme.
NOTE: Some users have reported a problem with wget saying they receive an error
"ERROR: Certificate verification error for mail.google.com: unable to
get local issuer certificate
To connect to mail.google.com insecurely, use `--no-check-certificate'.
Unable to establish SSL connection."
If you get this error, move to line 83 in gmail.py and hash the statement "com=....."(Just put a '#' before the line).
insert before line 84 the following wording:
com="wget -O - https://" + account + "@mail.google.com/mail/feed/atom --no-check-certificate"
You can also make sure that this is the error by typing the following command in the terminal.
wget -O - https://username:password@mail.google.com/mail/feed/atom
Report
nd4spd
15 years ago
Well done! Many thanks.
Report
nd4spd
15 years ago
Any ideas?
Thanks
Report
Edie
15 years ago
and depends on KDE 3.3.x
Report
nd4spd
15 years ago
I suppose that could be the issue, though I'm not totally sure.
Report
Khan
15 years ago
Report
Eugeni
15 years ago
Report