wmjmail 1.6 review

Download
by rbytes.net on

wmjmail is a very simple text based mail checker

License: GPL (GNU General Public License)
File size: 24K
Developer: Paul Miller
0 stars award from rbytes.net

wmjmail is a very simple text based mail checker. It is not designed for pop3 mailbox checking--just use fetchmail to d/l it all, then check it locally. It includes a small tool kit to help write your own dockapps.

I set out to create a mail checker. I got tired of re-engineering someone's dock app every time I needed a new one. So I designed jDockApp. My very very new dock app library. jDockApp isn't really ready for release yet. Which is why it's not being released separately. If you're looking for a text based dock app to re-engineer for something, this might be a good candidate. Eh... Here's a source sample for this app:

jpprintf(0, 0, YELLOW, " J-mail");
jpprintf(1, 2, BLUE, "New");
jprintf(GREEN, ":");
jpprintf(7, 2, CYAN, "%i", new);
jpprintf(1, 3, BLUE, "Read");
jprintf(GREEN, ":");
jpprintf(7, 3, CYAN, "%i", read);
jpprintf(1, 4, BLUE, "Total");
jprintf(GREEN, ":");
jpprintf(7, 4, CYAN, "%i", tot);

What's New in This Release:
multiple mailbox bugfixes

wmjmail 1.6 search tags