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

How can I get from all messages the attachments? #222

Open
sm-a opened this issue Dec 27, 2019 · 0 comments
Open

How can I get from all messages the attachments? #222

sm-a opened this issue Dec 27, 2019 · 0 comments

Comments

@sm-a
Copy link

sm-a commented Dec 27, 2019

Hi,

In the example is a multipart listed. How can I get the attachments (mime)?
Merry Christmas I wish you all.

Sven

An example for multipart from the coding example.
`

{
    "type": "multipart/mixed",
    "childNodes": [
        {
            "part": "1",
            "type": "text/plain",
            "encoding": "7bit",
            "size": 8,
            "lineCount": 1
        },
        {
            "part": "2",
            "type": "multipart/alternative",
            "childNodes": [
                {
                    "part": "2.1",
                    "type": "text/plain",
                    "encoding": "7bit",
                    "size": 8,
                    "lineCount": 1
                }
            ]
        }
    ]
}

`

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

1 participant