Author |
|
Guests Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 18 July 2005 at 6:00am | IP Logged
|
|
|
what is the function of the file log.txt
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 18 July 2005 at 7:48am | IP Logged
|
|
|
When IMAP4.EnableLogging=True, IMAP4 object logs IMAP session into a file (default is log.txt, but can be assigned to any valid path via IMAP4.LogFilePath property). This log makes troubleshooting any IMAP-related problems much more easier.
Although IMAP4 object itself has .ErrCode and .ServerResponse properties useful for error handling, log file also shows the entire history of the connection (such as steps which preceeded the actual error).
Regards,
Alex
|
Back to Top |
|
|