[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Clear message cache



On Fri, 18 Mar 2011 08:43:34 -0700
docgnome <docgnome@docgno.me> wrote:

>This is what I get with debugging on.
>
>[08:38:33] <- elmo-imap41 capability
>[08:38:33] -> * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS QUOTA AUTH=PLAIN
>[08:38:33] -> elmo-imap41 OK Capability completed.
>*elmo-imap41* OK arrived
>[08:38:33] => ((ok nil) (capability (imap4rev1 literal+ sasl-ir login-referrals id enable sort sort=display thread=references thread=refs multiappend unselect idle children namespace uidplus list-extended i18nlevel=1 condstore qresync esearch esort searchres within context=search list-status quota auth=plain)))
>NO LOGGING
>NO LOGGING
>NO LOGGING
>NO LOGGING
>NO LOGGING
>[08:38:34] <- elmo-imap43 namespace
>[08:38:34] -> * NAMESPACE (("" "/")) NIL NIL
>[08:38:34] -> elmo-imap43 OK NAMESPACE completed.
>*elmo-imap43* OK arrived
>[08:38:34] => ((ok nil) (namespace (("^\\({.*/nntp}\\).*$" . ".") ("^.*$" . "/"))))
>[08:38:34] <- elmo-imap44 status inbox (recent unseen messages uidnext)
>[08:38:34] -> * STATUS INBOX (recent 3 unseen 7 messages 98 uidnext 5235) 
>[08:38:34] -> elmo-imap44 OK STATUS completed.
>*elmo-imap44* OK arrived
>[08:38:34] => ((ok nil) (status ((uidnext 5235) (messages 98) (unseen 7) (recent 3))))
>[08:38:34] <- elmo-imap41 capability
>[08:38:34] -> * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS QUOTA AUTH=PLAIN
>[08:38:34] -> elmo-imap41 OK Capability completed.
>*elmo-imap41* OK arrived
>[08:38:34] => ((ok nil) (capability (imap4rev1 literal+ sasl-ir login-referrals id enable sort sort=display thread=references thread=refs multiappend unselect idle children namespace uidplus list-extended i18nlevel=1 condstore qresync esearch esort searchres within context=search list-status quota auth=plain)))

[...]

>[08:38:41] <- elmo-imap47 uid search return (all) uid 1:* undeleted
>[08:38:41] -> elmo-imap47 BAD The specified message set is invalid.
>*elmo-imap47* BAD arrived
>[08:38:41] => ((bad (nil "The specified message set is invalid.")) (ok nil))
>[08:38:41] <- elmo-imap48 uid search return (all) uid 1:1 undeleted
>[08:38:41] -> elmo-imap48 BAD The specified message set is invalid.
>*elmo-imap48* BAD arrived
>[08:38:41] => ((bad (nil "The specified message set is invalid.")))

I've found this conversation in the list archive: 

http://thread.gmane.org/gmane.mail.wanderlust.general.japanese/7304

Have you tried to add "esearch" to elmo-imap4-disabled-extensions?

Herbert