how to read imap0.log

G

geekmirth

Hello,

I was wondering if anyone out there could point me to documentation on how
to read an outlook generated imap0.log file.

If not could someone at least answer a couple of questions...

what do the letters in the brackets mean? ex: [db], [rw]
Was is asOld, asNew and ae? What do the letters signify?

Any help would be greatly appreciated.
--Gene
 
B

Brian Tillman

geekmirth said:
I was wondering if anyone out there could point me to documentation
on how to read an outlook generated imap0.log file.

I don't know of any document that describes it, but some of it can be
inferred.
what do the letters in the brackets mean? ex: [db], [rw]
Was is asOld, asNew and ae? What do the letters signify?

I don't see any [rw], but I see {db], [rx], and [tx]. The [db] lines are
informational, telling you what the IMAP client is doing, i.e., connecting,
displaying the onNotify, asOld, asNew, etc., values, what the server name
is, and so on. The [rx] means "receive" and show you what the IMAP server
sends to the client. The [tx] means "transmit" and tell you what the client
sends to the server. The "ae" value appears to report how many messages a
folder contains and I haven't yet figured out the exact meaning of the
"asOld" and "asNew" values.
 
Top