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

fmulders

MP Donator
  • Premium Supporter
  • June 3, 2009
    99
    14
    51
    Home Country
    Netherlands Netherlands
    Re: [plugin] NEW IMAP & Pop3 Email Manager

    Here is my Mediaportal.log
    View attachment 54463

    It is created just after clean boot! Mailcount is not showing in the plugin.
    I can see that because I show the count on homescreen.

    The 2e log is the same start, but now I realy enter the plugin so the counter starts and say's "0-ongelezen email(s)".
    View attachment 54464

    There is no error log created.
     

    WileECoyote

    MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    Re: [plugin] NEW IMAP & Pop3 Email Manager

    Here is my Mediaportal.log
    View attachment 54463

    It is created just after clean boot! Mailcount is not showing in the plugin.
    I can see that because I show the count on homescreen.

    The 2e log is the same start, but now I realy enter the plugin so the counter starts and say's "0-ongelezen email(s)".
    View attachment 54464

    There is no error log created.

    Hey Fmulders,
    Thank you for the logs, they show me exactly whats going on. I have compiled another test version with more debug code in the area its failing (See attached). Please try it and post back your logs.

    Thanks
    Wile E.
     

    fmulders

    MP Donator
  • Premium Supporter
  • June 3, 2009
    99
    14
    51
    Home Country
    Netherlands Netherlands
    Re: [plugin] NEW IMAP & Pop3 Email Manager

    Wile E.

    I replaced the .dll and did a total reboot to be sure.
    Then cleared logs, started MP no mailcount there!
    Close MP.
    View attachment 54509

    Cleared logs again, start MP no mailcount there.
    Enter email plugin, mailcount is now showing "0"...
    Back to home screen.
    Waited 2 minutes so there should be an automated check also.
    Close MP.
    View attachment 54510

    Good luck! I hope you can find it.
     

    WileECoyote

    MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    Re: [plugin] NEW IMAP & Pop3 Email Manager

    Update....

    Thanks to fmulders logs, I was able to pinpoint where the POP3 'empty Inbox' issue was, and squash the bug. I have posted version .9f to the first post of this thread. Please try it out and let me know if you have any issues/questions.

    This may well be the last beta release. If no major issues are found it will be marked 1.0 Stable.

    Thanks!
    Wile E.
     

    fmulders

    MP Donator
  • Premium Supporter
  • June 3, 2009
    99
    14
    51
    Home Country
    Netherlands Netherlands
    Re: [plugin] NEW IMAP & Pop3 Email Manager

    You did it!:D

    I installed .9f and the problem, with not starting when no emails on the pop3 server, is solved!

    I tested every combination on flaws, even the stupid ones,...
    In the last section I found a minor thing.

    You can reproduce like this:
    • You need one unread mail in the inbox. (counter "1-unread/new mail").
    • Delete the mail without reading. (counter "0- unread/new mail").
    • So far so good.
    • Go to "deleted items", you can see the mail is still unread by the green bullet.
    • Select the unread mail!---->now you see the error counter showing "-1-unread/new mail"
    • I think you should not decrease the counter there.
    and the last remark.
    If you delete a message while you are reading it, it should clear the content on the left side of the screen.

    If you can solve the last two minor flaws, then RC1 is born.:D

    Thank again for al the hard work:D
     

    WileECoyote

    MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    Re: [plugin] NEW IMAP & Pop3 Email Manager

    You did it!:D

    I installed .9f and the problem, with not starting when no emails on the pop3 server, is solved!

    I tested every combination on flaws, even the stupid ones,...
    In the last section I found a minor thing.

    You can reproduce like this:
    • You need one unread mail in the inbox. (counter "1-unread/new mail").
    • Delete the mail without reading. (counter "0- unread/new mail").
    • So far so good.
    • Go to "deleted items", you can see the mail is still unread by the green bullet.
    • Select the unread mail!---->now you see the error counter showing "-1-unread/new mail"
    • I think you should not decrease the counter there.
    and the last remark.
    If you delete a message while you are reading it, it should clear the content on the left side of the screen.

    If you can solve the last two minor flaws, then RC1 is born.:D

    Thank again for al the hard work:D

    Cool, I will work those to into the final release...

    I will wait to hear back from VRM and other guys before I publish the 1.0 'stable' version. VRM seems to always find a bug in my code or logic ;)

    I would like to give a BIG thanks to VRM, fmulders and everyone else who has contributed to testing this plugin. VRM has really put it through the tests and has helped tremendously with the unicode support so everyone can enjoy the plugin. I appreciate everyone's patience, understanding and help through the whole process!

    Wile E.
     

    vrm

    Portal Pro
    November 7, 2009
    117
    10
    Home Country
    Hungary Hungary
    Re: [plugin] NEW IMAP & Pop3 Email Manager

    VRM seems to always find a bug in my code or logic ;)

    Sure, it's my pleasure :) Let's see...

    POP3 (usually spam) only:
    When a message subject contains unicode characters, you replace SPACEs by underscores. These times when the subject is long enough, although it doesn't overlap the DATE but it doesn't fade out either, therefore line break will occur.

    Listcontrol: Messages can't be selected by mouse (I use RC on HTPC, but when I'm testing I use mouse on main computer)

    And one more for today :)
    When I have only one message in the deleted items folder, then when I clear or undelete it, there's no way back to the plugin screen so I need to quit the plugin and then navigate back.

    Of course, neither of those issues above are major problems.
     

    WileECoyote

    MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    Re: [plugin] NEW IMAP & Pop3 Email Manager

    Sure, it's my pleasure :) Let's see...

    POP3 (usually spam) only:
    When a message subject contains unicode characters, you replace SPACEs by underscores. These times when the subject is long enough, although it doesn't overlap the DATE but it doesn't fade out either, therefore line break will occur.

    Listcontrol: Messages can't be selected by mouse (I use RC on HTPC, but when I'm testing I use mouse on main computer)

    And one more for today :)
    When I have only one message in the deleted items folder, then when I clear or undelete it, there's no way back to the plugin screen so I need to quit the plugin and then navigate back.

    Of course, neither of those issues above are major problems.

    I knew I could count on you! ;)

    I will look to get those fixed in the final release...

    Thanks!
     

    WileECoyote

    MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    Update...

    I have fixed the following bugs and have posted the stable 1.0 version in the download area (I removed all the beta's from the first post.)
    - Fixed bug where information would not clear after delete
    - Fixed bug where mouse would not select message
    - Fixed bug where selecting a message in Deleted Items folder would decrement counter
    - Fixed bug where hitting the D key in the Deleted Items folder would decrement counter

    Please let me know of any issues/questions.
    Wile E.


    vrm,
    I was not able to resolve two of your issues...
    - Underscore issue (I played with the unicode parser and was breaking it more than fixing it, so for now I left it alone.)
    - Last deleted message issue (I was not able to recreate this issue. After I delete the last message, Im able to pull up the menu and select the Inbox to view messages.) If you can give me more info on this error I will investgate further.
     

    vrm

    Portal Pro
    November 7, 2009
    117
    10
    Home Country
    Hungary Hungary
    (I was not able to recreate this issue. After I delete the last message, Im able to pull up the menu and select the Inbox to view messages.) If you can give me more info on this error I will investgate further.

    I think I was wrong, it's fine now. :D
     

    Users who are viewing this thread

    Top Bottom