On Mon, 2018-08-20 at 08:20 -0400, Dr. John H. Lauterbach wrote: > Here is what happened when I followed the debugging instructions: > ~$ CAMEL_DEBUG=impax:io evolution >& logfile > > log file showed
Hi, you've a typo in the command (supposing you copy&pasted it from the terminal), it's not "impax", but "imapx", thus: $ CAMEL_DEBUG=imapx:io evolution >& logfile You'll see plenty of output in the file, a raw communication between the server and the evolution. It's nothing to be shared, thus be careful before you send it anywhere. Especially take care of the lines with LOGIN or AUTH commands, anything encoded around them (even not readable for you) should be deleted from the log first. Then all the other information you do not want to share. Of course, in your case, the most interesting information is what command had been run before the server returned BYE or NO or anything like that, which resulted in the password prompt. Most likely at the end of the log, after LIST or LSUB command, I guess. Ideally have enabled only one IMAP account when running with the logging, thus the output doesn't interleave. Bye, Milan _______________________________________________ evolution-list mailing list evolution-list@gnome.org To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list