You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered: