home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
[plugin] IMAP & Pop3 Email Manager
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="WileECoyote" data-source="post: 563679" data-attributes="member: 83474"><p><strong>Re: [plugin] NEW IMAP & Pop3 Email Manager</strong></p><p></p><p>Okay, for puposes of a TEST ONLY, I have attached a new eMail.dll file. <strong>Please delete your old email.db3 database before testing this new dll file.</strong></p><p></p><p>I have comletely refactored the POP message retrieval. Please test with these steps...</p><p></p><p>1. Delete old email.db3 database</p><p>2. Copy new dll to plugins->Windows folder.</p><p>3. Configure your POP3 account in MP.</p><p>4. Open MP and wait for the <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite25" alt="(n)" title="Thumbs Down (n)" loading="lazy" data-shortname="(n)" /> Unread EMails message (Note: it could take a few minutes for the inital 'get' of POP messages.)</p><p>5. Close MP.</p><p>6. Open MP and see if the message immediately shows amount of unread emails (and icon is shown if applicable.)</p><p></p><p>What has changed with this new version?</p><p>- First time MP is opened after POP configuration it retrieves ALL messages.</p><p>- On subsiquent 'gets', it gets a message count from the server and works its way through messages. It will add new messages in the database, checking existing messages as it goes along. Once it hits the first message that has a match in the database it stops. (Im making an assumption that all messages after the first 'match' have already been downloaded.)</p><p>- I was storing the message date as a string in the database, and now it stores it as a DateTime (which it should have been originally.) The reason for this change is the way POP messages are retrieved. When I get message id's from the server I have to work my way backwards through the list in order to get the newest messages first. With this change the messages are no longer stored chronologically in the database, so I have to sort the messages before display, hence the need to change the field to a DateTime.</p><p></p><p>This change will result in MUCH, MUCH quicker message retrieval and display. Like VRM, my get times for my POP account was around a minute or so, with this change it takes less than 10 seconds.</p><p></p><p>Test it out and leave feedback...</p><p></p><p>Thanks,</p><p>Wile E.</p></blockquote><p></p>
[QUOTE="WileECoyote, post: 563679, member: 83474"] [b]Re: [plugin] NEW IMAP & Pop3 Email Manager[/b] Okay, for puposes of a TEST ONLY, I have attached a new eMail.dll file. [B]Please delete your old email.db3 database before testing this new dll file.[/B] I have comletely refactored the POP message retrieval. Please test with these steps... 1. Delete old email.db3 database 2. Copy new dll to plugins->Windows folder. 3. Configure your POP3 account in MP. 4. Open MP and wait for the (n) Unread EMails message (Note: it could take a few minutes for the inital 'get' of POP messages.) 5. Close MP. 6. Open MP and see if the message immediately shows amount of unread emails (and icon is shown if applicable.) What has changed with this new version? - First time MP is opened after POP configuration it retrieves ALL messages. - On subsiquent 'gets', it gets a message count from the server and works its way through messages. It will add new messages in the database, checking existing messages as it goes along. Once it hits the first message that has a match in the database it stops. (Im making an assumption that all messages after the first 'match' have already been downloaded.) - I was storing the message date as a string in the database, and now it stores it as a DateTime (which it should have been originally.) The reason for this change is the way POP messages are retrieved. When I get message id's from the server I have to work my way backwards through the list in order to get the newest messages first. With this change the messages are no longer stored chronologically in the database, so I have to sort the messages before display, hence the need to change the field to a DateTime. This change will result in MUCH, MUCH quicker message retrieval and display. Like VRM, my get times for my POP account was around a minute or so, with this change it takes less than 10 seconds. Test it out and leave feedback... Thanks, Wile E. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
[plugin] IMAP & Pop3 Email Manager
Contact us
RSS
Top
Bottom