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
I think this might rely on the underlying parser crate supporting this (djc/imap-proto#15), but it would be nice if this crate could expose a parsed BODYSTRUCTURE for messages (FETCH results).
This would be useful to allow the client to determine properties of a message in a bandwidth-constrained environment. Currently, the a message with large attachments must be fully downloaded and parsed just to determine that there are attachments.
The text was updated successfully, but these errors were encountered:
Just as an update, there's currently a pending pull request for djc/tokio-imap#44 to support the parsing of BODYSTRUCTURE. This should make it fairly straight forward to expose this functionality in this crate, perhaps as an Option<Bodystructure> for Fetch results. Any thoughts?
I think this might rely on the underlying parser crate supporting this (djc/imap-proto#15), but it would be nice if this crate could expose a parsed BODYSTRUCTURE for messages (FETCH results).
This would be useful to allow the client to determine properties of a message in a bandwidth-constrained environment. Currently, the a message with large attachments must be fully downloaded and parsed just to determine that there are attachments.
The text was updated successfully, but these errors were encountered: