Author |
|
jradxl Newbie
Joined: 24 May 2016 Location: United Kingdom
Online Status: Offline Posts: 1
|
Posted: 24 May 2016 at 11:45am | IP Logged
|
|
|
Hi,
I've encountered another example of FolderExamine not working, and the substitution of FolderSelect cures the problem miraculously!
I refer to this, "http://www.afterlogic.com/forum/forum_posts.asp?TID=5153".
I have version 7.6.8
It does not look like you included an option to change in config.
I changed the 10 ocurrances of FolderExamine to FolderSelect.
Can you confirm this is a valid solution.
The IMAP server is from Xeams. I'm happy for you to use this post if you wish to discuss with them.
Thanks
John
[17:44:59.62][f781b87d] IMAP[NOTE]: Start connection to "ssl://XXXXXX.co.uk:993"
[17:45:00.95][f781b87d] IMAP[DATA]: < * OK Synametrics IMAP4rev1 server ready 5/24/16 6:45 PM\r\n
[17:45:00.95][f781b87d] IMAP[DATA]: > TAG1 CAPABILITY\r\n
[17:45:00.96][f781b87d] IMAP[DATA]: < * CAPABILITY IMAP4rev1 IDLE\r\n
[17:45:00.96][f781b87d] IMAP[DATA]: < TAG1 OK CAPABILITY completed\r\n
[17:45:00.96][f781b87d] IMAP[SECURE]: > TAG2 LOGIN "XXXXX@XXXXXX.co.uk" "********"\r\n
[17:45:00.97][f781b87d] IMAP[DATA]: < TAG2 OK LOGIN completed\r\n
[17:45:00.97][f781b87d] IMAP[DATA]: > TAG3 EXAMINE "INBOX"\r\n
[17:45:01.05][f781b87d] IMAP[DATA]: < * FLAGS (\Seen \Deleted)\r\n
[17:45:01.05][f781b87d] IMAP[DATA]: < * 5047 EXISTS\r\n
[17:45:01.05][f781b87d] IMAP[DATA]: < * OK [UIDNEXT 5237] Predicted next UID\r\n
[17:45:01.05][f781b87d] IMAP[DATA]: < * 0 RECENT\r\n
[17:45:01.05][f781b87d] IMAP[DATA]: < * OK [PERMENENTFLAGS (\Deleted \Seen)]\r\n
[17:45:01.06][f781b87d] IMAP[DATA]: < TAG3 OK [READ-ONLY] SELECT completed\r\n
[17:45:01.06][f781b87d] IMAP[DATA]: > TAG4 STATUS "INBOX" (MESSAGES UNSEEN UIDNEXT)\r\n
[17:45:01.53][f781b87d] IMAP[DATA]: < * STATUS "INBOX" (MESSAGES 5047 UNSEEN 2207 UIDNEXT 5237)\r\n
[17:45:01.53][f781b87d] IMAP[DATA]: < TAG4 OK STATUS COMPLETED\r\n
[17:45:01.53][f781b87d] IMAP[DATA]: > TAG5 CAPABILITY\r\n
[17:45:01.55][f781b87d] IMAP[DATA]: < * CAPABILITY IMAP4rev1 IDLE\r\n
[17:45:01.55][f781b87d] IMAP[DATA]: < TAG5 OK CAPABILITY completed\r\n
[17:45:01.55][f781b87d] IMAP[DATA]: > TAG6 UID SEARCH FLAGGED\r\n
[17:45:01.57][f781b87d] IMAP[DATA]: < TAG6 BAD Selection of mail box is required before this command\r\n
[17:45:01.57][f781b87d] IMAP[WARNING]: exception 'MailSo\Imap\Exceptions\NegativeResponseException' with message 'MailSo-Imap-Exceptions-NegativeResponseException (ImapClient.php ~ 1753)' in /var/www/html/alwma/libraries/MailSo/Imap/ImapClient.php:1753
Stack trace:
#0 /var/www/html/alwma/libraries/MailSo/Imap/ImapClient.php(1830): MailSo\Imap\ImapClient->validateResponse(Array)
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 25 May 2016 at 4:38am | IP Logged
|
|
|
We tend to believe that the issue is not really caused by Examine vs. Select, it's more about getting IMAP folder status while the folder is currently selected. With most IMAP servers out there, that doesn't cause any critical errors - with server you use, however, that seems to be a problem. We'll fix the behavior in future releases of the product.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|