Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parser cannot handle mailbody #2

Open
shivno opened this issue Mar 9, 2018 · 2 comments
Open

parser cannot handle mailbody #2

shivno opened this issue Mar 9, 2018 · 2 comments

Comments

@shivno
Copy link

shivno commented Mar 9, 2018

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.

@cosmin-harangus
Copy link
Member

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.

Thanks for using the package.

@RishangS
Copy link

Hi cosmin
Could you please tell how i can parse the body of mail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants