Module libimagmail::iter

source ·
Expand description

Module for the MailIter

MailIter is a iterator which takes an Iterator that yields Ref and yields itself Result<Mail>, where Err(_) is returned if the Ref is not a Mail or parsing of the referenced mail file failed.

Structs