Mailroom.IMAP.fetch
You're seeing just the function
fetch
, go back to Mailroom.IMAP module for more information.
Fetches the items for the specified message or range of messages
Examples:
> IMAP.fetch(client, 1, [:uid])
#…
> IMAP.fetch(client, 1..3, [:fast, :uid])
#…