mailbagit icon indicating copy to clipboard operation
mailbagit copied to clipboard

A tool for creating and managing Mailbags, a package for preserving email using multiple preservation formats

Results 24 mailbagit issues
Sort by recently updated
recently updated
newest added

## The problem the component solves Currently, most of the mailbagit functionality is run step-by-step in the main controller, [`controller.py`](https://github.com/UAlbanyArchives/mailbagit/blob/develop/mailbagit/controller.py). This works fine, but there might be a more optimized...

Core

**Describe the bug** When getting the app to work in docker, scripts were added to the top level mailbag directory that replicate the entry-point functionality given by setuptools for an...

bug

## The problem the component solves In some cases, emails can come with URL links as attachments. We should optionally save these as .url files in the attachment subdirectory. ##...

Attachments

## The problem the component solves Currently, `mailbagit` only has reliable unit testing for the format parsers. It does this by [reading a serialization](https://github.com/UAlbanyArchives/mailbagit/blob/develop/mailbagit/models.py#L102) of the sample data [created by...

Core

**Describe the bug** Compression field in mailbagit-gui allows for invalid values beyond the available values in the dropdown. **To Reproduce** 1. Run `pip install 'mailbagit[pst]'` 2. Run `mailbagit-gui` 3. Click...

bug

**Describe the bug** For EML and MBOX files, mailbagit currently treats a message part as a body if it does not have a `content_disposition` stating its an `attachment` and has...

bug

**Is your feature request related to a problem? Please describe.** PDFs generate relatively slowly, meaning that large set of email with say 10k+ messages can be not very practical. **Describe...

enhancement

## The problem the component solves Requirement #35: "Provide a method of keeping or excluding specific email folders while creating Mailbags." A user may like to exclude a list of...

Core
Input

**Describe the bug** There is an issue with the bagit 1.0 spec in [handling special characters in file paths](https://github.com/LibraryOfCongress/bagit-spec/issues/46). Additionally, while the mailbag spec currently requires mailbags to be bagit...

bug

## 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...

Input