[plugin] IMAP & Pop3 Email Manager (2 Viewers)

joz

Portal Pro
March 17, 2008
1,353
306
Home Country
Netherlands Netherlands
I'm having bit of trouble getting this one to go, not sure what I'm doing wrong. This is allover the error.log
Code:
2009-11-12 19:23:56.328646 [ERROR][6]: Exception   :Fout in de toepassing.
-2005530516 (D3DERR_INVALIDCALL)
   bij Microsoft.DirectX.Direct3D.Device.BeginScene()
   bij MediaPortalApp.Render(Single timePassed)
2009-11-12 19:23:56.329646 [ERROR][6]: Exception   :Fout in de toepassing.
2009-11-12 19:23:56.329646 [ERROR][6]:   site      :Void BeginScene()
2009-11-12 19:23:56.330646 [ERROR][6]:   source    :Microsoft.DirectX.Direct3D
2009-11-12 19:23:56.330646 [ERROR][6]:   stacktrace:   bij Microsoft.DirectX.Direct3D.Device.BeginScene()
   bij MediaPortalApp.Render(Single timePassed)
I'm on W7 x64, MP 1.1 beta1 and trying to access both gmail and hotmail, neither seem to work ok, double checked credentials. The errors do not show up when I do not enter this plugin.

And this is what I see in the plugin.
 

vrm

Portal Pro
November 7, 2009
117
10
Home Country
Hungary Hungary
Hey vrm,
Try these skin files and let me know what you think...

Frankly, I prefer the beautiful "traditional" layout of StreamedMP :)
So I just slightly rearranged your skin files.

The second screen indicates some strange things when using pop3 account.
Can you please investigate this one?

Thx!
vrm
 

Attachments

  • scr001.jpg
    scr001.jpg
    312.2 KB
  • scr002.jpg
    scr002.jpg
    294.7 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
    • #34
    I'm having bit of trouble getting this one to go, not sure what I'm doing wrong. This is allover the error.log
    Code:
    2009-11-12 19:23:56.328646 [ERROR][6]: Exception   :Fout in de toepassing.
    -2005530516 (D3DERR_INVALIDCALL)
       bij Microsoft.DirectX.Direct3D.Device.BeginScene()
       bij MediaPortalApp.Render(Single timePassed)
    2009-11-12 19:23:56.329646 [ERROR][6]: Exception   :Fout in de toepassing.
    2009-11-12 19:23:56.329646 [ERROR][6]:   site      :Void BeginScene()
    2009-11-12 19:23:56.330646 [ERROR][6]:   source    :Microsoft.DirectX.Direct3D
    2009-11-12 19:23:56.330646 [ERROR][6]:   stacktrace:   bij Microsoft.DirectX.Direct3D.Device.BeginScene()
       bij MediaPortalApp.Render(Single timePassed)
    I'm on W7 x64, MP 1.1 beta1 and trying to access both gmail and hotmail, neither seem to work ok, double checked credentials. The errors do not show up when I do not enter this plugin.

    And this is what I see in the plugin.

    Hey Joz,
    Did you delete your old database before installing the new version?

    Also, can you post your complete MediaPortal.log & Error.log files?

    Thanks

    Hey vrm,
    Try these skin files and let me know what you think...

    Frankly, I prefer the beautiful "traditional" layout of StreamedMP :)
    So I just slightly rearranged your skin files.

    The second screen indicates some strange things when using pop3 account.
    Can you please investigate this one?

    Thx!
    vrm

    No worries, it looks great!

    I will investigate the Pop issue tonight... I put in a code around the Unicode issue, I think it may be related to that change.
     

    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
    • #35
    Now I know why not many people have taken on this task :)

    This unicode stuff is weird. It seems that both libraries (POP & IMAP) pull the messages from the server in ASCII. When trying to convert from ISO-8859-1 or ISO-8859-2 it treats it as an ASCII string, therefor doesnt covert it. This may take a little time to figure out and fix.

    Meanwhile, I will release another version tomorrow night to fix the issue of it pulling (null) values for the email address and Subject...
     

    blitzkrg

    Portal Pro
    January 31, 2007
    87
    2
    Now I know why not many people have taken on this task :)

    This unicode stuff is weird. It seems that both libraries (POP & IMAP) pull the messages from the server in ASCII. When trying to convert from ISO-8859-1 or ISO-8859-2 it treats it as an ASCII string, therefor doesnt covert it. This may take a little time to figure out and fix.

    Meanwhile, I will release another version tomorrow night to fix the issue of it pulling (null) values for the email address and Subject...

    working good here win7 x64 mp 1.1 latest svn

    bug fix request
    when no new emails are found, plugin returns nothing, it should return "0"
    that way my home screen doesnt display, "new emails" it should display "0 new emails"
     

    solis66

    MP Donator
  • Premium Supporter
  • January 22, 2007
    141
    20
    Home Country
    Sweden Sweden
    that way my home screen doesnt display, "new emails" it should display "0 new emails"
    ...or should perhaps not display anything " ".
    Configurable perhaps?

    Thanks for your work, WileECoyote.
     

    vrm

    Portal Pro
    November 7, 2009
    117
    10
    Home Country
    Hungary Hungary
    Now I know why not many people have taken on this task :)

    This unicode stuff is weird. It seems that both libraries (POP & IMAP) pull the messages from the server in ASCII. When trying to convert from ISO-8859-1 or ISO-8859-2 it treats it as an ASCII string, therefor doesnt covert it. This may take a little time to figure out and fix.

    Meanwhile, I will release another version tomorrow night to fix the issue of it pulling (null) values for the email address and Subject...

    Interesting... I configured POP3 with the new version of your plugin, then I switched back to the previous version (that have no pop3 support) without having the database file deleted, and now my pop3 mails are encoded right. AND... I'm getting new messages :)
     

    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
    • #39
    Now I know why not many people have taken on this task :)

    This unicode stuff is weird. It seems that both libraries (POP & IMAP) pull the messages from the server in ASCII. When trying to convert from ISO-8859-1 or ISO-8859-2 it treats it as an ASCII string, therefor doesnt covert it. This may take a little time to figure out and fix.

    Meanwhile, I will release another version tomorrow night to fix the issue of it pulling (null) values for the email address and Subject...

    working good here win7 x64 mp 1.1 latest svn

    bug fix request
    when no new emails are found, plugin returns nothing, it should return "0"
    that way my home screen doesnt display, "new emails" it should display "0 new emails"

    Hey Blitz,
    I have modified the plugin to display nothing when you have no unread messages. I also embedded the words "New Emails" into the plugin and removed it from the control (The first version had "#newEmail New Email" in the label tag, the new version only has "#newEmail")

    With that said, would you rather it said "0 New Emails" or nothing?

    Also, should the phrase be "2 Unread Email(s)" or "2 New Email(s)"?

    Thanks again for the feedback!

    that way my home screen doesnt display, "new emails" it should display "0 new emails"
    ...or should perhaps not display anything " ".
    Configurable perhaps?

    Thanks for your work, WileECoyote.

    Thanks for the feedback Solis66,
    This is a good point, maybe I should include a flag to allow folks to make it show "0 New Emails" or nothing at all?

    Interesting... I configured POP3 with the new version of your plugin, then I switched back to the previous version (that have no pop3 support) without having the database file deleted, and now my pop3 mails are encoded right. AND... I'm getting new messages :)

    Yea, POP3 support has been there since the very first release, there was just no option to allow users to add a POP3 account :) Your are sneeky to figure that out ;) I hadnt worked out all the bugs, so I didnt want to release that part until it was complete.

    The past few nights I have been focused on my GMail account, but you might be right... POP3 maybe coverting the Unicode okay. Could you do me a favor and forward one of your Unicode emails to my Hotmail account? I will PM you the address...

    Thanks for all the testing and helping me work though these issues! I appreciate your time!
    :D
     

    vrm

    Portal Pro
    November 7, 2009
    117
    10
    Home Country
    Hungary Hungary
    Could you do me a favor and forward one of your Unicode emails to my Hotmail account? I will PM you the address...

    Thanks for all the testing and helping me work though these issues! I appreciate your time!
    :D

    No problem. Mail sent.
     

    Users who are viewing this thread

    Top Bottom