
Justmail
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
After the kde-look crash, it seems that my little widget vanished. So here we go again.
Just a simple widget for probing your pop account for new e-mails.
15 years ago
Didn't change a thing :).
15 years ago
Didn't change a thing :).
ivanvolkov
13 years ago
PS. I'm not a programmer.
Report
briansvgs
13 years ago
Report
fdmspawn
14 years ago
Can use explain me ?
My server : mail.myserver.com
My pseudo : [email protected]
My password : mypass
Sorry for my english, I'm French ;)
Thanks a lot
Report
offcenter77
14 years ago
But, this thing only shows a count of "all" email in the POP3 mailbox. Is there a way it can just count the total number of "unread" emails in the mail box?
Report
tux86
14 years ago
i figured it out by myself
Here is how it works:
open justmail.theme with the editor of your choice (i used kwrite because of luxuary :P )
change the following line:
karamba x=0 y=0 w=165 h=80 locked=true interval=1000
multiplicate the number of pop-servers you want to check with 80 (i tried it with two, so it made 160) an set it as "h"
f.ex.:"karamba x=0 y=0 w=165 h=160 locked=true interval=1000"
copy everything thats between and and paste it a line below (must still be between the group-tags!)
add 80 (160 for the 3rd pop-server and so on) to every "y"-value in the copied code
make sure that you change the server, user and passwd ;)
that's it. pretty easy, but i cant explain it better with my bad english. if you have some problems and you're able to speak german - aks me ;)
bye
Report
tux86
14 years ago
of course i mean:
"copy everything thats in the group-tag"
sorry O:)
Report
cmost
15 years ago
Report
tasman
14 years ago
Open justmail.theme with kate or similar. edit the next line:
text x=73 y=45 sensor=program program="/path/to/scripts/mails_pop3.pl popserver username password"
Where /path/to/scripts/mails_pop3.pl replace to the correct path.
Where popserver replace to pop server adress.
and finally put your username and password.
========= Castellano =========
Para configurarlo, debeis editar el archivo justmail.theme con un editor.
Buscad la linea:
"/path/to/scripts/mails_pop3.pl popserver username password"
y donde pone /path/to/scripts/mails_pop3.pl reemplazadla por la dirección correcta.
el popserver lo substitueis por la dirección del servidor pop.
y el username y password por el usuario y contrasenya.
========== Català =========
Per a configurar-lo, heu d'editar el fitxer justmail.theme amb un editor.
cerqueu la lÃnia:
"/path/to/scripts/mails_pop3.pl popserver username password"
i substituïu /path/to/scripts/mails_pop3.pl per l'adreça on és el fitxer mails_pop3.pl.
el popserver ho substituïu per l'adreça del servidor pop.
i l'username i password pel usuari i contrasenya.
======================
Report
triphazard
15 years ago
i was wondering though if there was a way to get it set up to work with a gmail account?
for gmail's pop access it requires you to log on using ssl on port 995. i've tried a couple of things in the .theme and .pl file but it's mostly just guess work and is getting me nowhere.
any help would be gratefully received.
thanks.
Report
worker
15 years ago
download POP3Client for perl
and make some adjustments too the script and justmail.themes, you will have gmail support.
Report
gryphen
15 years ago
thanks!
Report
Freddan80
15 years ago
There you need to lead it to mails_pop3.pl, located in the scripts folder (path/to/justmail/scripts/mails_pop3.pl). You will also have to insert the address for your popserver, username and password.
In the config file you can also change icons that will apper (I gave you some, located in the images folder, you can also add some ugly background.
If you like the bird like me, just locate the the kmail trigger inside the config file and replace that with the command for opening up Tunderbird in your distro (Kubuntu = mozilla-thunderbird)
I explain a little more of what to do inside the configfile =). /// Freddan
Report
tux86
14 years ago
Report