It would be useful for debugging to have the built-in debug log display the progress of a data literal send over time, assuming this is even possible. Perhaps only in an imap.Wait() call?
Example, when doing a UID FETCH something BODY[] with imap.LogAll enabled, instead of:
It would be useful for debugging to have the built-in debug log display the progress of a data literal send over time, assuming this is even possible. Perhaps only in an
imap.Wait()
call?Example, when doing a
UID FETCH something BODY[]
withimap.LogAll
enabled, instead of:it would say something like
Is this possible? I'm not familiar enough with either IMAP or the package's source to tell myself. Thanks!