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

IMAP parser #22

Open
2 of 9 tasks
gwiedeman opened this issue Aug 20, 2021 · 0 comments
Open
2 of 9 tasks

IMAP parser #22

gwiedeman opened this issue Aug 20, 2021 · 0 comments
Labels
Input Parsing input data, such as MBOX, IMAP, PST, EML, etc.

Comments

@gwiedeman
Copy link
Collaborator

The problem the component solves

Mailbag needs to be able to read data from the IMAP protocol to create mailbags. This parser needs to be interchangeable with other format parsers, so it should output data into an abstracted Input class.

Relevant part of mailbag spec?

...

Type of component

  • Core
  • Input
  • Attachments
  • Derivatives conversion
  • Reporting/Exporting
  • GUI
  • Distribution

Expected contribution

  • Pull Request
  • Comment with proposed solution

Major challenges or things to keep in mind

Email exports can be messy. We'll need a good about of sample data and to document edge cases.

@gwiedeman gwiedeman added the Input Parsing input data, such as MBOX, IMAP, PST, EML, etc. label Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Input Parsing input data, such as MBOX, IMAP, PST, EML, etc.
Projects
Development

No branches or pull requests

2 participants