Globs site
https://globs.org/
Usage (
Yamb)
Purpose
Yamb stands for "Yet Another Mail Biff": For those who think than checking for new mail every minute is not enough, Yamb let you set the interval in seconds in the Account manager. Yamb will also call an external notifier (to display a dialog box, play a sound or whatever you want), according to various parameters.
Usage
Yamb settings allow you to set the new mail check interval in seconds for every account in the Account manager (Only RSS feeds check is still always in minutes).
In the Yamb settings dialog box, you can chose for every type of account (movemail, pop3, imap, nntp, ...) whether you want to be notified for junk mails and for mails moved to other folders by filters.
The notifier receives many parameters, so that you can chose what and how you want to display them; These parameters are: subject, sender, recipients list, message size, folder, account type, account name, body.
The notifier executable may be given with arguments (which must be quoted if they contain spaces).
Example : wscript.exe "C:\Program Files\notifier.vbs"
Here are some external mail notifiers you can use and customize:
Warnings / Bugs
- Some users have reported that notification did not work. Deleting and recreating their profile has solved the problem.
- You may have to restart Thunderbird twice for yamb to run properly.
- Yamb junk filtering seems to be too suspicious and may not notify you for standard messages.
- Yamb has been tested on Windows (XP), Linux and Mac OSX. On mac OSX, you must use Thunderbird 1.5 or greater which corrected Mpzilla bug 267269.
- A displayed answer message title such as "Re: bla bla bla" will be truncated by Thunderbird of the "Re:" part.
- Restrictions regarding the message body passed to the notifier:
- This parameter is left empty when the message is stored in a folder by an automatic filter.
- The command line length being limited, only the first 500 characters are passed.
- The text is directly extracted from the mail file, without being decoded. This may generate poor results for accented and complex (chineese...) characters.
- This raw text also contains the encoded attachments. The way Yamb deletes them is probably not bullet proof.