Fixed
- Maildir
fetch_messagesnow respects thereports_folderargument. Previously it always read from the top-level Maildir, ignoring the configured reports folder.fetch_message,delete_message, andmove_messagenow also operate on the correct active folder. - Config key aliases for env var compatibility:
[maildir] createandpathare now accepted as aliases formaildir_createandmaildir_path, and[msgraph] urlforgraph_url. This allows natural env var names likePARSEDMARC_MAILDIR_CREATEto work without the redundantPARSEDMARC_MAILDIR_MAILDIR_CREATE.