[plugin] IMAP & Pop3 Email Manager (1 Viewer)

WileECoyote

MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    Welcome to the My Email Manager plugin. This plugin provides email access to your POP3 or IMAP email accounts via the MediaPortal GUI. You will find the installation instructions and features listed below.

    Installation

    1. Download and unzip the MyeMailManager.zip file. You can download the latest stable version here...
    2. Install the package.
    3. Open MP configuration and configure the plugin.


    Features

    1. Allow Multiple Accounts, POP3 & IMAP
    2. View Folder Structures (Mainly for viewing GMail 'Labels')
    3. View Message Body (Content)
    4. Move messages to folders.
    5. Copy messages to folders.
    6. Delete messages.
    7. Search folders for emails (using From, To, Subject or Content)

    Supported Skins

    - Blue3
    - Blue3Wide
    - Black Glass (Files now included with NEW 1.9 skin)
    - MediaStream
    - StreamedMP (Thanks VRM!)
    - Theatre
    - XFace
    - XFactor


    Skinner Information
    If you would like to have the number of New Emails shown on your home page, simply add the following code to the myhome.xml file.

    Code:
    [B]Include this code if you want text showing the number of emails.[/B]
       <control>
          <description>New Email</description>
          <type>label</type>
          <posX>1120</posX>
          <posY>75</posY>
          <label>#newEmail</label>
          <align>left</align>
          <font>font12</font>
          <textcolor>aaffffff</textcolor>
        </control>
    
    
    
    [B]Include this code if you want an image indicator. The image needs to be named NewMail.png[/B]
        <control>
          <description>New Email</description>
          <type>image</type>
          <id>0</id>
          <posX>1140</posX>
          <posY>15</posY>
          <width>30</width>
          <height>30</height>
          <texture>#new_mail</texture>
        </control>

    Known Issues/To Do
    - After deleting POP account, first attempt to add new account fails.

    Change Log


    05/01/2011 - Version 1.0.2
    - Made the plugin compatible with MediaPortal 1.2 Beta

    02/16/2010 - Version 1.0.1
    - Fixed bug where next message information is not shown after delete/move. (fmulders reported)

    Wile E.
     

    Attachments

    • eMail for MP 1.2 Beta.zip
      144 KB

    WileECoyote

    MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    • Thread starter
    • Moderator
    • #4
    Looks good. I would probably use it if there were a StreamedMP skin. Could you do that?

    Hey Clobber,
    Yep, I can include the StreamedMP skin. (That was my favorite skin until I discovered Theatre :) )

    out of curiosity: which library are you using?

    Hey DieBagger,
    I am using a library I found from InterIMAP. I have been failry happy with how quickly I was able to impliment the plugin using their library...
     

    solis66

    MP Donator
  • Premium Supporter
  • January 22, 2007
    141
    20
    Home Country
    Sweden Sweden
    Nice
    Of course, X-Factor skin support would also be good.

    Does the plugin provide any info (label) on new message arrivals that could be used on a home screeen when there is new msg in inbox?
     

    WileECoyote

    MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    • Thread starter
    • Moderator
    • #6
    Nice
    Of course, X-Factor skin support would also be good.

    Does the plugin provide any info (label) on new message arrivals that could be used on a home screeen when there is new msg in inbox?

    Hey Solis66,
    I have been making every attempt to make that a reality. I can modify the name the PluginName() method returns, but it only gets refreshed when you open the plugin :( I have been looking for another way to update the plugin name so it would display as messages are received. I also thought about an indicator on the home page, but that would take some modifications to MP.

    If anyone has any ideas on how to do this please share...

    Oh and yes, I can provide a skin for X-Factor...

    EDIT: I guess I could create a common.email.xml file, and then put an include in the home page of the skin? The only issue with that would be with skins that generate a home/basic home page (StreamedMP, MediaStream, etc...) I guess I could put the include in the common.time.xml file (I think most every screen uses that file.)
     

    solis66

    MP Donator
  • Premium Supporter
  • January 22, 2007
    141
    20
    Home Country
    Sweden Sweden
    Is it possible to just use a property (#new_msg) so that you can use a label in basic home, at least for now.

    Something like:
    If no msg, set "#new_msg" = empty string, or "#new_msg= 1 new message".
     

    WileECoyote

    MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    • Thread starter
    • Moderator
    • #8
    Is it possible to just use a property (#new_msg) so that you can use a label in basic home, at least for now.

    Something like:
    If no msg, set "#new_msg" = empty string, or "#new_msg= 1 new message".

    Yes it is... I just ran a quick test, I added a label to the common.time.xml file and it worked like a charm. So every page that uses the common.time.xml page will have the new mail information...
     

    quixote23

    MP Donator
  • Premium Supporter
  • December 12, 2008
    64
    6
    Vancouver
    Home Country
    Canada Canada
    This looks great! I've been looking for a way to check my Gmail from within MP and this would fit the bill perfectly.

    And if you were inclined to combine it with your Touch of Blue Mediastream skin (which I'm still using), so much the better!
     

    clobber

    Portal Pro
    January 12, 2008
    190
    4
    After investigating the Theater skin, I found the Black Glass skin which is based on Theater (I think). However, I found that Black Glass looks better. How about a skin for BG?
     

    Users who are viewing this thread

    Top Bottom