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

exchange status errors



Hi, 

I'm getting errors when connecting to an exchange server via
imap. I have two groups defined in my .folders for two different imap
servers, 1 gmail account and 1 exchange. The gmail status seems to
work just fine, but the exchange doesn't. My problem seems the same as
the one found here:

  http://permalink.gmane.org/gmane.mail.wanderlust.general.japanese/75

I checked that the code mentioned has been patched.

Here is a snippet of my .folders if that helps.

Work {
	%INBOX:eric.larson@webmail.work.com:993!	"work-inbox"
}
Gmail {
	%INBOX	"personal-inbox"
}

Here is the error from my *IMAP-DEBUG*:

*elmo-imap43* OK arrived
=>((ok nil) (namespace (("^\\({.*/nntp}\\).*$" . ".") ("^.*$" . "/"))))
<-(elmo-imap44)- (status  (atom INBOX)  (recent unseen messages uidnext))
-> * STATUS INBOX (recent 0 unseen 2 messages 12 uidnext 832029) 
elmo-imap44 OK STATUS completed.

*elmo-imap44* OK arrived
=>((ok nil) (status ("Unknown status data 832029 in mailbox INBOX ignored" "Unknown status data uidnext in mailbox INBOX ignored" "Unknown status data 12 in mailbox INBOX ignored" "Unknown status data messages in mailbox INBOX ignored" "Unknown status data 2 in mailbox INBOX ignored" "Unknown status data unseen in mailbox INBOX ignored" "Unknown status data 0 in mailbox INBOX ignored" "Unknown status data recent in mailbox INBOX ignored")))



Any ideas?

Thanks!

Eric