bodek

Email

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

1
Become a Fan
5.0

Available as/for:
Description:
bodek (bodek obviously doesn't emulate KBiff) is a mail notifier that stays in the system tray and shows a pop-up when new e-mail arrives (similar to KBiff and Korn).
Currently bodek supports POP3 and IMAP4 protocols, with both secure and insecure logins.
bodek handles non-conforming and badly configured mail servers better then most other programs of this kind.

Let me know of any bugs you manage to find (shouldn't be too hard) and of course, Patches Welcome (TM).
Success stories are welcome as well... just make sure you put "bodek" on the subject line of the e-mail.

Main features include:
- POP3 and IMAP4 support
- support for secure login
- uses KWallet for secure password storage
- many many cool bugs for everyone to find!

Dependencies:
- the boost library (www.boost.org)
- the crypto++ library (www.cryptopp.com)

To install:
- extract
- run ./configure
- run make && make install
Last changelog:

Version 0.1.3 - Bugfix (20.6.07)
- don't crash when changing the protocol with no current mailbox.
Version 0.1.2 - Bugfix (9.6.07)
- the timer that checks for mail every time actually works now. oops.
Version 0.1.1 - Minor bugs fixed (8.6.07)
- the linking issue about not finding libboost_regex-mt should be fixed
- a minor strings update
- the pop-up message will not appear if there are no new messages
Version 0.1 - Initial release (6.6.07)
- only POP3 insecure login tested.


Ratings & Comments

7 Comments

MayC23

I am using Kubuntu Feisty Fawn. Boost and boost-dev and boost-regex-dev are installed. Got folloing error: Quote:

/usr/bin/ld: cannot find -lboost_regex-mt

fnord

allrighty, I guess only Gentoo packs the multithreaded version seperately. I've uploaded a new version that depends on libboost_regex which should fix your problem. try downloading it again.

MeaninglessNick

Did anyone succeed to compile on Debian (or Ubuntu)? The boost-regex-dev package seems to provide only /usr/lib/libboost_regex-gcc41-mt-1_34.a /usr/lib/libboost_regex-gcc41-1_34.a /usr/lib/libboost_regex-mt.so /usr/lib/libboost_regex-st.so /usr/lib/libboost_regex-gcc41-1_34.so /usr/lib/libboost_regex-mt.a /usr/lib/libboost_regex-st.a /usr/lib/libboost_regex-gcc41-mt-1_34.so I don't really know where the issue is, with the debian package, or with bodek. If I manually make a symlink to /usr/lib/libboost_regex.so from either the -st or the -mt version, the link finishes, but crashes as soon is I select eithe POP3 or IMAP4 with the following backtrace Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1249745200 (LWP 16197)] [KCrash handler] #5 0x08055c9c in bodek::initChecker () #6 0x080561a3 in bodek::qt_invoke () #7 0xb6c84e1b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #8 0xb6c85722 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #9 0xb7018c85 in QComboBox::activated () from /usr/lib/libqt-mt.so.3 #10 0xb6d2c850 in QComboBox::internalActivate () from /usr/lib/libqt-mt.so.3 #11 0xb7018a83 in QComboBox::qt_invoke () from /usr/lib/libqt-mt.so.3 #12 0xb764bac3 in KComboBox::qt_invoke () from /usr/lib/libkdeui.so.4 #13 0xb6c84e1b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #14 0xb6c85722 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #15 0xb70237c2 in QListBox::selected () from /usr/lib/libqt-mt.so.3 #16 0xb6d6e354 in QListBox::mouseDoubleClickEvent () from /usr/lib/libqt-mt.so.3 #17 0xb6cbb7fb in QWidget::event () from /usr/lib/libqt-mt.so.3 #18 0xb6c1ccf2 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #19 0xb6c1ee95 in QApplication::notify () from /usr/lib/libqt-mt.so.3 #20 0xb73be142 in KApplication::notify () from /usr/lib/libkdecore.so.4 #21 0xb6bb04c1 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3 #22 0xb6d29948 in QComboBox::eventFilter () from /usr/lib/libqt-mt.so.3 #23 0xb7582c1b in KComboBox::eventFilter () from /usr/lib/libkdeui.so.4 #24 0xb6c843ce in QObject::activate_filters () from /usr/lib/libqt-mt.so.3 #25 0xb6c8444c in QObject::event () from /usr/lib/libqt-mt.so.3 #26 0xb6cbb6de in QWidget::event () from /usr/lib/libqt-mt.so.3 #27 0xb6c1ccf2 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #28 0xb6c1ee95 in QApplication::notify () from /usr/lib/libqt-mt.so.3 #29 0xb73be142 in KApplication::notify () from /usr/lib/libkdecore.so.4 #30 0xb6bb0535 in QApplication::sendSpontaneousEvent () from /usr/lib/libqt-mt.so.3 #31 0xb6baee1b in QETWidget::translateMouseEvent () from /usr/lib/libqt-mt.so.3 #32 0xb6bad750 in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3 #33 0xb6bc3da2 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #34 0xb6c37245 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #35 0xb6c37066 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #36 0xb6c1e88b in QApplication::exec () from /usr/lib/libqt-mt.so.3 #37 0x08059dd8 in main () I am using kde 3.5.7 on Debian unstable

MeaninglessNick

Did anyone succeed to compile on Debian (or Ubuntu)? The boost-regex-dev package seems to provide only /usr/lib/libboost_regex-gcc41-mt-1_34.a /usr/lib/libboost_regex-gcc41-1_34.a /usr/lib/libboost_regex-mt.so /usr/lib/libboost_regex-st.so /usr/lib/libboost_regex-gcc41-1_34.so /usr/lib/libboost_regex-mt.a /usr/lib/libboost_regex-st.a /usr/lib/libboost_regex-gcc41-mt-1_34.so I don't really know where the issue is, with the debian package, or with bodek. If I manually make a symlink to /usr/lib/libboost_regex.so from either the -st or the -mt version, the link finishes, but crashes as soon is I select eithe POP3 or IMAP4 with the following backtrace Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1249745200 (LWP 16197)] [KCrash handler] #5 0x08055c9c in bodek::initChecker () #6 0x080561a3 in bodek::qt_invoke () #7 0xb6c84e1b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #8 0xb6c85722 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #9 0xb7018c85 in QComboBox::activated () from /usr/lib/libqt-mt.so.3 #10 0xb6d2c850 in QComboBox::internalActivate () from /usr/lib/libqt-mt.so.3 #11 0xb7018a83 in QComboBox::qt_invoke () from /usr/lib/libqt-mt.so.3 #12 0xb764bac3 in KComboBox::qt_invoke () from /usr/lib/libkdeui.so.4 #13 0xb6c84e1b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #14 0xb6c85722 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #15 0xb70237c2 in QListBox::selected () from /usr/lib/libqt-mt.so.3 #16 0xb6d6e354 in QListBox::mouseDoubleClickEvent () from /usr/lib/libqt-mt.so.3 #17 0xb6cbb7fb in QWidget::event () from /usr/lib/libqt-mt.so.3 #18 0xb6c1ccf2 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #19 0xb6c1ee95 in QApplication::notify () from /usr/lib/libqt-mt.so.3 #20 0xb73be142 in KApplication::notify () from /usr/lib/libkdecore.so.4 #21 0xb6bb04c1 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3 #22 0xb6d29948 in QComboBox::eventFilter () from /usr/lib/libqt-mt.so.3 #23 0xb7582c1b in KComboBox::eventFilter () from /usr/lib/libkdeui.so.4 #24 0xb6c843ce in QObject::activate_filters () from /usr/lib/libqt-mt.so.3 #25 0xb6c8444c in QObject::event () from /usr/lib/libqt-mt.so.3 #26 0xb6cbb6de in QWidget::event () from /usr/lib/libqt-mt.so.3 #27 0xb6c1ccf2 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #28 0xb6c1ee95 in QApplication::notify () from /usr/lib/libqt-mt.so.3 #29 0xb73be142 in KApplication::notify () from /usr/lib/libkdecore.so.4 #30 0xb6bb0535 in QApplication::sendSpontaneousEvent () from /usr/lib/libqt-mt.so.3 #31 0xb6baee1b in QETWidget::translateMouseEvent () from /usr/lib/libqt-mt.so.3 #32 0xb6bad750 in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3 #33 0xb6bc3da2 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #34 0xb6c37245 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #35 0xb6c37066 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #36 0xb6c1e88b in QApplication::exec () from /usr/lib/libqt-mt.so.3 #37 0x08059dd8 in main () I am using kde 3.5.7 on Debian unstable

fnord

The linking issue and the crash are unrelated. The crash is fixed in version 0.1.3 which is now available for your downloading (and bug-chasing) pleasure. The linking issue is a bit trickier. From what I see some distributions provide only libboost_regex-mt, some provide only libboost_regex and some provide both. your symlinking trick (to -mt, not -st) should work fine, but I'd love to hear ideas of a less-kludgy solution.

MeaninglessNick

It does not crash now, but hangs when I click "check now". I guess it is looking for something on port 143, which is not there in my case. Does/could bodek support direct SSL connection to port 993 (like korn)?

MayC23

I am using Kubuntu Feisty Fawn. Boost and boost-dev and boost-regex-dev are installed. Got folloing error: Quote:

/usr/bin/ld: cannot find -lboost_regex-mt

Pling
0 Affiliates
Details
license
version 0.1.3
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 1

Other Email:

Gemini
intellegit
last update date: 20 years ago

Score 4.4

ExMailChecker
haymant
last update date: 21 years ago

Score 5.0

LHMail
iwaszlefthand
last update date: 20 years ago

Score 5.0

KMailApplet
ichigo663
last update date: 9 years ago

Score 5.0

E-mail Notifier
ymget
last update date: 14 years ago

Score 5.7

FastMail
sophyn
last update date: 19 years ago

Score 5.0



System Tags