From 79287cee417684ab23961c18bce3640bb0174f8c Mon Sep 17 00:00:00 2001 From: Lee Won Jun Date: Mon, 10 Aug 2020 20:03:59 +0900 Subject: [PATCH] Fix broken link in Design.md --- Design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design.md b/Design.md index 02b1f81..283442f 100644 --- a/Design.md +++ b/Design.md @@ -51,7 +51,7 @@ different local folder so that it can be retried later. ### Reading Mailboxes -The Mail Importer uses [Mstor](http://mstor.sourceforge.net/) as a **JavaMail** +The Mail Importer uses [Mstor](https://github.com/benfortuna/mstor) as a **JavaMail** implementation to read local Thunderbird mailboxes. Mstor can also read regular mbox files, but this has not been tested.