You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, users can enter the same derivatives format as the source format. for example, mailbagit Inbox.mbox -i mbox -d mbox pdf -m my_mailbag.
This is a bit problematic, as both the source and the derivatives end up in the same format subdirectory. For now, this should raise an error before mailbagit instantiates a controller and does anything. This would only be a problem if/when #28 gets implemented, as I could see a derivative mbox being useful if you are excluding the source mbox. However since #28 is on hold, we should just implement this as simply as possible for now.
The text was updated successfully, but these errors were encountered:
gwiedeman
added
Core
This is part of the main process for creating mailbags
Input
Parsing input data, such as MBOX, IMAP, PST, EML, etc.
labels
Apr 15, 2022
The problem the component solves
Currently, users can enter the same derivatives format as the source format. for example,
mailbagit Inbox.mbox -i mbox -d mbox pdf -m my_mailbag
.This is a bit problematic, as both the source and the derivatives end up in the same format subdirectory. For now, this should raise an error before
mailbagit
instantiates a controller and does anything. This would only be a problem if/when #28 gets implemented, as I could see a derivative mbox being useful if you are excluding the source mbox. However since #28 is on hold, we should just implement this as simply as possible for now.Relevant part of mailbag spec?
4.1 Format subdirectories
Type of component
Expected contribution
Major challenges or things to keep in mind
The text was updated successfully, but these errors were encountered: