Polls
| frm.pl |
| Thursday, 22 February 2007 14:45 |
|
A script to display the From and Subject fields of your inbox.
Designed to be a perl replacement for frm that comes with elm, for when you don't want elm installed.
Local files version Works with both mbox and Maildir. It will also check other folders for a count of unread messages by setting $SUMMARY_FOLDERS. E.g. frm.pl (7.1K)
IMAP version Requires the following environment variables to be set: IMAP_USERNAME (containing your imap username) IMAP_PASSWORD (containing a base64 hash of your imap password) Obviously all a base64 hash isn't encryption, only obsfucation and the password can be easily recovered from this string, so use with caution. Optionally (as above) you can obtain the count of unread messages in other folders by setting the following: SUMMARY_FOLDERS=folder1,folder2 imapfrm.pl (3.2K)
|
| Last Updated on Friday, 26 March 2010 21:38 |

Articles on this site are by Alex Charrett and are licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.