This is a little test app for my messaging library. It can load messages
from a URI you provide. These are in the form "protocol://[[username:password@]server][/path]".
Currently supported protocols are HTTP (with support for parsing HTML and RSS)
and POP3. Examples:
- an RSS file: http://www.scripting.com/rss.xml
- a regular web page: http://www.fettig.net
- a POP3 mailbox: pop3://username:password@server
Note that while I promise not to record your username and password (and then
read your mail), any information you submit is transmitted in the clear,
vulnerable to sniffing, etc.