[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
    • Thread starter
    • Moderator
    • #51
    I noticed that the pop messages show the seconds, and the IMAP messages do not, that is what is causing the break in harmony switching views. I will update to only show time with HH:MM.

    That's great, but can you split date and time from sender and subject?
    Listview would look better this way:
    Sender name- Subject text aligned to left Date Time aligned to right
    So listview would have constant width (see tvseries what I mean).

    Hey VRM,
    This is actually a skinning thing. I tried this early on, but had an overlap issue (search the forum for overlap and you will see what I mean.)

    We need to post this question to Pilehave or one of the pro-skinners to see how it can be done...
     

    vrm

    Portal Pro
    November 7, 2009
    117
    10
    Home Country
    Hungary Hungary
    Hey VRM,
    This is actually a skinning thing. I tried this early on, but had an overlap issue (search the forum for overlap and you will see what I mean.)

    We need to post this question to Pilehave or one of the pro-skinners to see how it can be done...

    Bahhh, WTF, I was blind! :mad:

    Now I get it. That split was already made in the listcontrol.
    So I made the skinfiles more StreamedMP-compliant.

    I'm really happy now :)

    This screen is from my stupid monitor, I will check the skin on my TV later and will post XMLs.
     

    Attachments

    • Untitled.jpg
      Untitled.jpg
      154 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
    • #53
    Bahhh, WTF, I was blind! :mad:

    Now I get it. That split was already made in the listcontrol.
    So I made the skinfiles more StreamedMP-compliant.

    I'm really happy now :)

    This screen is from my stupid monitor, I will check the skin on my TV later and will post XMLs.

    Dude!!! You are like the ultimate skinner! :eek: You need to send the skin files over to the guys at StreamedMP...

    That looks fantastic.... BUT, what happens when you have a looong subject? Does it overlap onto the date/time?
     

    vrm

    Portal Pro
    November 7, 2009
    117
    10
    Home Country
    Hungary Hungary
    Dude!!! You are like the ultimate skinner! :eek: You need to send the skin files over to the guys at StreamedMP...

    That looks fantastic.... BUT, what happens when you have a looong subject? Does it overlap onto the date/time?

    Thanks, but all of these are not because of me...
    I just playing around with your XMLs :)

    There is no overlap, however the skin is not perfect. Decreasing number of unread mails make the status message shrink to left, and <align> does not have any desired effect to it.

    EDIT

    Ok, I finished testing on TV (50"@1080i), here are the skin files.
     

    Attachments

    • Untitled.jpg
      Untitled.jpg
      251 KB
    • IMAPeMail.xml
      30.6 KB
    • IMAPeMailDetails.xml
      30.6 KB

    blitzkrg

    Portal Pro
    January 31, 2007
    87
    2
    hmm.. I installed the .4 version today and now MP crashes every time.. If i disable the plugin, MP works again.
    The config aspect of it seems to be fine. I've tried different combo of options. but it still seems to crash MP upon startup every time.
     

    vrm

    Portal Pro
    November 7, 2009
    117
    10
    Home Country
    Hungary Hungary
    hmm.. I installed the .4 version today and now MP crashes every time.. If i disable the plugin, MP works again.
    The config aspect of it seems to be fine. I've tried different combo of options. but it still seems to crash MP upon startup every time.

    Plugin works well with MediaPortal-svn-1.0.4.23831, but it doesn't work with newer SVNs.
     

    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
    • #58
    hmm.. I installed the .4 version today and now MP crashes every time.. If i disable the plugin, MP works again.
    The config aspect of it seems to be fine. I've tried different combo of options. but it still seems to crash MP upon startup every time.

    Hey Blitz,
    did you delete you old database before installing .4? Could you post you logs?
     

    blitzkrg

    Portal Pro
    January 31, 2007
    87
    2
    hmm.. I installed the .4 version today and now MP crashes every time.. If i disable the plugin, MP works again.
    The config aspect of it seems to be fine. I've tried different combo of options. but it still seems to crash MP upon startup every time.

    Hey Blitz,
    did you delete you old database before installing .4? Could you post you logs?

    Yes I deleted the old db.. I'll get logs posted asap.
    Thanks
     

    blitzkrg

    Portal Pro
    January 31, 2007
    87
    2
    This is what i was able to find in the logs, that seemed relevant.
    If this isn't enough info, or what you need, I'll post the entire logs.
    2009-11-18 12:52:01.811523 [Info.][20]: MediaPortal: Unhandled exception occured
    2009-11-18 12:52:01.813476 [Info.][20]: Exception : System.FormatException: Input string was not in a correct format.
    at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
    at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
    at InterIMAP.Processor.GetMessages()
    at InterIMAP.Processor.<GetNewMessages>b__0()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    2009-11-18 12:52:01.813476 [Info.][20]: Exception :Input string was not in a correct format.
    2009-11-18 12:52:01.813476 [Info.][20]: site :Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean)
    2009-11-18 12:52:01.813476 [Info.][20]: source :mscorlib
    2009-11-18 12:52:01.814453 [Info.][20]: stacktrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
    at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
    at InterIMAP.Processor.GetMessages()
    at InterIMAP.Processor.<GetNewMessages>b__0()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
     

    Users who are viewing this thread

    Top Bottom