forked from UAlbanyArchives/mailbagit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* renamed mailbag to mailbagit * addressed odd decode_header behavior * updates the data after header encoding handling and turns off auto creating new data before testing
- Loading branch information
Showing
52 changed files
with
181 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,5 +28,4 @@ jobs: | |
pip install libpff-python==20211114 | ||
- name: Test with pytest | ||
run: | | ||
python dumpData.py data | ||
pytest -vv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Mailbag | ||
# Mailbagit | ||
|
||
A tool for creating and managing Mailbags, a package for preserving email in multiple formats. It contains an open [specification for mailbags](https://archives.albany.edu/mailbag/spec/), as well as the `mailbagit` and `mailbagit-gui` tools for packaging email exports into mailbags. | ||
|
||
## Installation | ||
|
||
``` | ||
pip install mailbag | ||
pip install mailbagit | ||
``` | ||
|
||
* To install PST dependancies: `pip install mailbag[pst]` | ||
* To install `mailbagit-gui`: `pip install mailbag[gui]` | ||
* To install PST dependancies: `pip install mailbagit[pst]` | ||
* To install `mailbagit-gui`: `pip install mailbagit[gui]` | ||
|
||
You can also run `mailbagit` using a [Docker image](https://archives.albany.edu/mailbag/docker). | ||
|
||
|
@@ -40,8 +40,8 @@ See the [documentation](https://archives.albany.edu/mailbag/use/) for more detai | |
### Development setup | ||
|
||
``` | ||
git clone [email protected]:UAlbanyArchives/mailbag.git | ||
cd mailbag | ||
git clone [email protected]:UAlbanyArchives/mailbagit.git | ||
cd mailbagit | ||
git switch develop | ||
pip install -e . | ||
``` | ||
|
@@ -51,19 +51,19 @@ pip install -e . | |
Build and run image | ||
|
||
``` | ||
docker pull ualbanyarchives/mailbag:dev | ||
docker run -it ualbanyarchives/mailbag:dev | ||
docker pull ualbanyarchives/mailbagit:dev | ||
docker run -it ualbanyarchives/mailbagit:dev | ||
``` | ||
|
||
#### Building a release | ||
|
||
##### Building and pushing Docker images | ||
|
||
``` | ||
docker build -t ualbanyarchives/mailbag:latest -f Dockerfile.production . | ||
docker build -t ualbanyarchives/mailbag:dev . | ||
docker push ualbanyarchives/mailbag:latest | ||
docker push ualbanyarchives/mailbag:dev | ||
docker build -t ualbanyarchives/mailbagit:latest -f Dockerfile.production . | ||
docker build -t ualbanyarchives/mailbagit:dev . | ||
docker push ualbanyarchives/mailbagit:latest | ||
docker push ualbanyarchives/mailbagit:dev | ||
``` | ||
|
||
## License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
=?utf-8?Q?The_GOP=E2=80=99s_horrendous_damage?= | ||
The GOP�s horrendous damage |
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-636 Bytes
(96%)
data/msg-Digitization Archiving Solutions/1/Headers.pickle
Binary file not shown.
Binary file modified
BIN
-466 Bytes
(94%)
data/pst-outlook2019_MSO_16.0.10377.20023_64-bit/1/Headers.pickle
Binary file not shown.
Binary file modified
BIN
-466 Bytes
(94%)
data/pst-outlook2019_MSO_16.0.10377.20023_64-bit/2/Headers.pickle
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.