From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <e@80x24.org>
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,
	T_SCC_BODY_TEXT_LINE 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 217BC1F4CE
	for <meta@public-inbox.org>; Sat,  2 Apr 2022 01:13:53 +0000 (UTC)
From: Eric Wong <e@80x24.org>
To: meta@public-inbox.org
Subject: [PATCH 0/2] lei_mail_sync ambiguity fixes
Date: Sat,  2 Apr 2022 01:13:50 +0000
Message-Id: <20220402011352.30964-1-e@80x24.org>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
List-Id: <meta.public-inbox.org>

Ugh, these took a while :x  But I think it's important for interop, etc.

Eric Wong (2):
  lei_mail_sync: ensure URLs and folder names are stored as binary
  lei_mail_sync: store OIDs and Maildir filenames as blobs

 lib/PublicInbox/LeiMailSync.pm | 170 +++++++++++++++++++++++++--------
 t/lei_mail_sync.t              |   5 +-
 2 files changed, 136 insertions(+), 39 deletions(-)