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
Hi Shivno,
The library is still in very early development and does not support the full IMAP specification yet.
I will keep this issue open and update it when we have support for this.
hi,
thanks for this lib, i tried to read a mail body like this:
req3 = Eximap.Imap.Request.uid(["FETCH",14755,"(BODY[TEXT])"])
oo3 = Eximap.Imap.Client.execute(pid, req3) |> Map.from_struct()
but the parser faults at Eximap.Imap.Response.parse_tag/3
i tried to implement it with further case switches but did not succeed.
The text was updated successfully, but these errors were encountered: