mail plugin for ipbox9000/cuberevo
=====================================
This is a plugin for the ipbox9000/cuberevo, which allow you to show email
messages from a imap or pop3 mailserver
In the current release, you can only see the mail headers (From, Subject and Date),
but in a future release, you will be able to see the full message);


INSTALL:
========
copy the files to the following directories on your box:
bg-mailplg.jpg		->/var/plug-in (if you have a ABCOM based image ->/usr/share/sbox/plug-in)
mail.plugin		->/var/plug-in (if you have a ABCOM based image ->/usr/share/sbox/plug-in)
mail-plugin.cfg		->/var/plug-in (if you have a ABCOM based image ->/usr/share/sbox/plug-in)
mailutils-libs/libmailutils.so.1	->/var/lib (if you have a ABCOM based image ->/usr/local/lib)
mailutils-libs/libmuauth.so.1		->/var/lib (if you have a ABCOM based image ->/usr/local/lib)
mailutils-libs/libmu_imap.so.1		->/var/lib (if you have a ABCOM based image ->/usr/local/lib)
mailutils-libs/libmu_maildir.so.1	->/var/lib (if you have a ABCOM based image ->/usr/local/lib)
mailutils-libs/libmu_mbox.so.1		->/var/lib (if you have a ABCOM based image ->/usr/local/lib)
mailutils-libs/libmu_mh.so.1		->/var/lib (if you have a ABCOM based image ->/usr/local/lib)
mailutils-libs/libmu_pop.so.1		->/var/lib (if you have a ABCOM based image ->/usr/local/lib)

add your imap/pop accounts to mail-plugin.cfg (if your
provider has imap access, i would recommend imap over pop)
If your username includes a @, you have to url encode the @ with %40

Example:
username: user@domain.ch
password: mypassword
mailserver: imap.provider.ch
description: myaccount

line in configfile:
myaccount:imap://user%40domain.ch:mypasswordk@imap.provider.ch


COPYRIGHT
=========
This software is distributed under the GPL license.

CREDITS
=======
This plugin uses the a lot of libraries from GNUmailutils

Release-notes:
==============
0.0.1: 
- initial release
  
kneubi 09.08.08  ipbox@kneubis.ch
