mailbagit
mailbagit copied to clipboard
IMAP parser
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
- [X] Input
- [ ] Attachments
- [ ] Derivatives conversion
- [ ] Reporting/Exporting
- [ ] GUI
- [ ] Distribution
Expected contribution
- [X] 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.