
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
- KPopAssistant v0.3 -
----------------------
ABOUT:
------
KPopAssistant is a multi-pop POP3 mail checker with extended features for KDE similar to KShowMail.
It is written in pyKDE (KDE bindings for Python).
FEATURES:
---------
* POP3, POP3_SSL protocol support
* multipop : lets you watch and manage multiple pop3 accounts at once
* list e-mail details information : date, sender, subject, has attachement, size, state(read/unread), index
* delete mail
* preview mail message (simple view or full source view)
* KDE integration
* systray icon
* beep sound/play user defined .wav file and gui notifications for new incoming e-mails
* launch Kmail and Kmail composer window from systray or main app (or any other app if specified)
* reply to e-mails with Kmail composer window
* sqlite DB for storing mail information (using pysqlite)
REQUIREMENTS:
-------------
- KDE
- python
- pyqt, pykde
- pysqlite2 (shouldn't be required anymore with python 2.5.x)
- aplay from the alsa-utils package to play .wav files when new mail arrives (optional)
TO-DO:
------
- translations
- better settings dialog
- spam filter dialog
INSTALL:
--------
1/ Simply unpack the archive, cd into the unpacked folder and run kpopassistant.py:
# python kpopassistant.py
or
# ./kpopassistant.py
2/ You may also launch the installer 'setup.py'. Then you can access the application
with the command 'kpopassistant' or from the KDE menu's 'Internet' section.
3/ Type ./setup.py -h in a console for advanced use (i.e. uninstall & autostart with KDE)
LICENSE:
--------
G.P.L. 2.0
CONTACT:
--------
- author : thierry deseez
- e-mail : pizza.tony@free.fr
- website : www.kde-apps.org
13 years ago
Version 0.3 (updated 2007/09/21):
- added ability to play user defined .wav files when new mail arrives (requires aplay from alsa-utils package)
- added file selector dialogs in Settings panel
- added : double click an item now shows e-mail preview dialog
Version 0.2 (updated 2007/03/16):
- added POP3_SSL protocol support
Version 0.1 (launched 2007/03/14)
13 years ago
Version 0.3 (updated 2007/09/21):
- added ability to play user defined .wav files when new mail arrives (requires aplay from alsa-utils package)
- added file selector dialogs in Settings panel
- added : double click an item now shows e-mail preview dialog
Version 0.2 (updated 2007/03/16):
- added POP3_SSL protocol support
Version 0.1 (launched 2007/03/14)
gspinoza
13 years ago
Report
tonypizza
13 years ago
I think I just forgot to update the 'About' dialog. The tarball online is version 0.2. Anyway if the app lets you set a POP3-SSL account, it means it is version 0.2.
Sorry for the nuisance.
Report
atilius
13 years ago
thanks for application.
In any case I have thee notes:
1. I'd like to see all messages from all mailboxes in one time (not by clicking on each mailbox)
2. I prefer to open mail with doubleclicking on the mail
3. It can be useful to have possibility make order by clicking to date, name etc.
Thank you and we will see ;)
Report
fme
13 years ago
second, i have a problem, when i try to view some mails. i get the exception from line 1243 'sorry, network error occured retrieving this e-mail'. a bit of investigation showed, that the only difference (to the messages without this problem) i could find was, that these message have more than one recipient in the 'to' line. say user1@addr1, user2@addr2. can you look at this?
Report
tonypizza
13 years ago
The error may be caused by some networking problem, or, - in your case - more probably by some specific charset decoding/encoding. I have to say that this is my worse nightmare in this project : handling specific charsets (.i.e. iso-8551, utf-8, etc.) in different languages. It seems I haven't found the perfect method yet.
Does this problem occur very often or just from time to time ?
Have you tried, eventually, to generate some more locales for your distro ?
Maybe you can try to preview your mail by pushing the "toggle view" button, this could help.
Let me kwnow.
Report
pupil
14 years ago
available at
http://donnie.110mb.com
and
http://repos.opensuse.org/home:/dsbhayangkara
Report
makkintosh
14 years ago
Report
makkintosh
14 years ago
what for?
isnt it enough to check mailbox with email clients? Thunderbird, Kmail,etc?
i dont understand. only to develop ur development skills?
tell me
Report
szamrok
14 years ago
Report
tonypizza
14 years ago
I guess not everybody needs such an app as a mailbox notifier, but people who use them know why.
First of all I did not invent this kind of app at all. You can see that there is a lot of them available for windows, for instance. I guess I went through this because I did not find what I exactly wanted for Linux/Kde.
The first purpose oh this apps is to notify in realtime people for new mail, without the need of having your email client opened, which is often a heavyweight application. But KPopAssistant has absolutly no intention of replacing a full featured email client.
From there one can imagine what to do when noticed about a new mail arrival (here, from a systray icon) : read it, delete it, reply, check for attachment or size. You can check the whole mailbox size and see if it is not 100% full. You may also look for spam mail and delete it. In that concern I'll be certainly programming an extended version with an automatic spam filter in a near future.
Finally you may use this program when you're not at home with your own computer, and still manage your mailbox without a full email client properly configured.
So, some people need it or just find it's cool or handy, and some others just don't. It's up to them.
Report
makkintosh
14 years ago
at first.
e.g. Kmail can stay in tray and check emails. notify u and do all filtering fob for u including spam filters and so on.
u are just reinventing the wheel and email client itself according to ur last comment.
yeah u are cool , man! i will say thanx for that at least because u made software for linux because u didnt find the equivalent for win* soft.
but it seems it is a great event for u to receive new mail. :)))
i have email client opened all the time. it is notifing me with sound + tray icon.
on the other machine (office one) i have thunderbird (with no tray icon in linux , unfortunately, or i just didnt find the right extension) and it is enough for me to hear "beep" from inside of my computer. also i keep it at another workspace. and the fact that it is opened/working all the time doesnt influent on perfomance of whole system.
p.s.
if u want to leave this notifier as notifier - give up developing. and leave it just notifier. or rename the application :) and add the same quantity of functions as Kmail/thunderbird/etc have :)
good luck:)
i hope u understood my idea
Report
kratky
14 years ago
It might be very handy for some people to be able to check mail headers before downloading the mail from the server. While KMail and other mail clients may support filtering and spam detection, their POP filtering capabilities are quite limited.
I used to use KShowMail but had to abandon that tool because it didn't support SSL. Now I'm hoping KPopAssistant will have it implemented soon.
Report
makkintosh
14 years ago
tell me more about it please
by the way with thunderbird i ofetn turn on "fetch only message headers" opetion when i use GPRS to get online. so this is not option that discused application can be proud of ;-)
Report
szamrok
14 years ago
Report
tonypizza
14 years ago
Report
tonypizza
14 years ago
Report
szamrok
14 years ago
I hope that ssl implementation will be easy :-)
Report