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.