From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 819D01F8C8 for ; Thu, 16 Sep 2021 07:34:37 +0000 (UTC) Date: Thu, 16 Sep 2021 07:34:37 +0000 From: Eric Wong To: meta@public-inbox.org Subject: mbox support in other software Message-ID: <20210916073437.GA18469@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: Since I've written the lei-mail-formats manpage, I've been curious what other software differentiates between the various mbox formats and supports several/all of them? AFAIK, none of the Perl Mail::* stuff does, nor does Email::Folder (AFAIK abandoned). I haven't looked at libraries for Python nor other languages... git supports mboxo and mboxrd, nowadays; but it seems like most other software only know how to deal with one of the mbox family (and mixing software on the same mbox leads to bad things).