Latest Version of Mail plugin

Rocknroll

Staff member
Administrator
Messages
6,174
Thanks to Kneubi:

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


INSTALL:
========
copy the files to the following directories on your box:
bg-mailplg.jpg ->/var/plug-in
mail.plugin ->/var/plug-in
mail-plugin.cfg ->/var/plug-in
mailutils-libs/libmailutils.so.1 ->/var/lib
mailutils-libs/libmuauth.so.1 ->/var/lib
mailutils-libs/libmu_imap.so.1 ->/var/lib
mailutils-libs/libmu_maildir.so.1 ->/var/lib
mailutils-libs/libmu_mbox.so.1 ->/var/lib
mailutils-libs/libmu_mh.so.1 ->/var/lib
mailutils-libs/libmu_pop.so.1 ->/var/lib

add your imap/pop accounts to mail-plugin.cfg (if your
provider has imap access, i would recommend imap over pop

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
 

Rocknroll

Staff member
Administrator
Messages
6,174
Mail-plugin 0.0.1

Thx to Kneubi

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: [email protected]
password: mypassword
mailserver: imap.provider.ch
description: myaccount

line in configfile:
myaccount:imap://user%40domain.ch:[email protected]


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

Have fun,
Kneubi
 

k@lkov

Super VIP
Messages
10,003
mail plugin 0.0.2

mail plugin version 0.0.2.
You can now see your messages on tv screen.
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


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: [email protected]
password: mypassword
mailserver: imap.provider.ch
description: myaccount

line in configfile:
myaccount:imap://user%40domain.ch:[email protected]

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
0.0.2:
- added support to read plain/text messages
 

k@lkov

Super VIP
Messages
10,003
mail plugin 0.0.3

Code:
This is release 0.0.3 from mail-plugin, 
this is a bug fix release, 
which has no new features.

[B]Release-notes:[/B]
- plugin doesn't panic anymore, when we have a transfer-encoding, but no charset
- messages summary does now correctly display date if we have no weekday in date
 
Top