
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
TubeMail
Well, inspired by all the other famous pieces for Analog Machine,
I've decided to make all the things I'm missing. My first 'work'
was TubeMail.
Default intervall is 300000 ms, so TubeMail will take a look at
your favorite mailaccount every 5 minutes. You can change this
intervall as usual in the .theme file.
TubeMail is dedicated to KiTaSuMbA for his great work creating
such a fantastic theme collection.
TubeMail ist released under GPL.
16 years ago
v0.4.0
After playing a while with functions and code my python didn't
become better. Doesn't matter. This version of TubeMail is fully
configurable via menu. I also added the possibility to start the
favorite mailreader by clicking once into the widget using left
mousebutton. Removed unneeded graphics.
v0.3
Shame on me! I did everything perfect for the init, but not for the
update. This version now uses server.stat() in both init and update
v0.2
The servers I played with gave me a lot of information after sending
the password. But the way I used didn't work fo s3m10s. In this
version I use server.stat(). This should work with every pop3 server.
16 years ago
v0.4.0
After playing a while with functions and code my python didn't
become better. Doesn't matter. This version of TubeMail is fully
configurable via menu. I also added the possibility to start the
favorite mailreader by clicking once into the widget using left
mousebutton. Removed unneeded graphics.
v0.3
Shame on me! I did everything perfect for the init, but not for the
update. This version now uses server.stat() in both init and update
v0.2
The servers I played with gave me a lot of information after sending
the password. But the way I used didn't work fo s3m10s. In this
version I use server.stat(). This should work with every pop3 server.
AdrienV
16 years ago
Report
rkaerner
15 years ago
Report
s3m10s
16 years ago
Report
rkaerner
16 years ago
Report
s3m10s
16 years ago
I'm sorry I can't do much on my own here but I know nothing about python.
thanks for your help
Report
s3m10s
16 years ago
call to initWidge failed,
file "TubeMail.ph" line 66
mailcount = int(mailcount[3])
IndexError: list index out of range
I'm using kde3.4, python 2.3.4 and superkaramba .35.
keep up the nice work.
Report
rkaerner
16 years ago
I did not really know if I use any feature of python which is not implemented in 2.3.4, but normally there are just normal string actions.
mailcount is a string with more then (than?) 4 'words' I just split (as you can see) the answer of the server into parts and take the fourth part (count beginning et 0)
Okay, do the following, please: insert a "print answer" after "answer = server.pass_(getmail.pass_)" and start the theme from console: 'superkaramba /your/path/to/theme' and then give me the full output. You're welcome to talk to me in mail, but please patient in awayting an answer (and believe me: my english is as bad as my python).
Report
KiTaSuMbA
16 years ago
You have my public compliments!
Keep on!
Report
rkaerner
16 years ago
I had been inspired by YOU, and by noone else. Feel free to do anything with my addition you want to do.
I dedicate my first work to you.
Thank you for inspiration, my next work will also be a tube ;)
Report