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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qv1-xf34.google.com (mail-qv1-xf34.google.com [IPv6:2607:f8b0:4864:20::f34]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id C2E431F8C8 for ; Tue, 14 Sep 2021 20:19:27 +0000 (UTC) Received: by mail-qv1-xf34.google.com with SMTP id w8so534310qvt.0 for ; Tue, 14 Sep 2021 13:19:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=j+kbsoBoOS+d8ej32CB9T0/AWFvufCjly19oLQDuSuw=; b=Eh7duZH/nILK7+ijoPxRvUl2x1AbYTSiL+cIL9TdRnu1YuxtefN8r1q2w07XdNedD/ u3ZMFqs+L3M2Ca33lOKEnD+zQ3YXlURJTrPjJvU8zYuhhXpQ4iwETUGNXO8OidxyOOqr 32BS8g/cNSOeja9tgMJeXrAbC4vJzXC4WIRJc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=j+kbsoBoOS+d8ej32CB9T0/AWFvufCjly19oLQDuSuw=; b=zwaKaFZvre42HaMHR9//4VAUTZ30R9DWR4G7OrnFEcxih24Sncvw7hsJ94OHBHfC/8 F5quGzLZgihd25QfR+uMYSpV0Z7C3roLDzPuMcZqsfXWajITYOH7IPeWek1fiMVYn2eQ fI0aHRiRDX6iZliz1tFrOq47n/6s4k4cP+p+U6lS5wuJXyY8YRaCATRnUAHOIFVsDwyy x+0Sd+641HImAWq5S2qsUyiN6SDfDoygThpTflr1tZFyCyVkucOUP1SJFh3rJPOIjevC 0gPc0/qmJob8Y78wJNUN65sRkZoJz2hxpnxkBTaaHqxhEr70Whcx+TiZmm0JFNtrbQr9 PeYw== X-Gm-Message-State: AOAM531HJDC9EZwxPbdbIITFZtEclCRddRiTZgeUFNZtUNKb+H5AQhxl kM78Vo49LX+uXLk6qW9Y+u1WU68mM32JDQ== X-Google-Smtp-Source: ABdhPJx9MjQSyXQWlF/XOGzpG6FBAyBpbd8Ul1caGW8Ys5pmCvOILwwLeLzHAe8lb2Sfyjfx2Eao/Q== X-Received: by 2002:a05:6214:1e1:: with SMTP id c1mr7430456qvu.42.1631650766688; Tue, 14 Sep 2021 13:19:26 -0700 (PDT) Received: from meerkat.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id v27sm8200092qkj.129.2021.09.14.13.19.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Sep 2021 13:19:26 -0700 (PDT) Date: Tue, 14 Sep 2021 16:19:24 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] uri_imap: handle '/' as an IMAP hierarchy separator Message-ID: <20210914201924.opt6ir6mspolnenx@meerkat.local> References: <20210914175025.eq7s2shkc323itaf@meerkat.local> <20210914193528.29676-1-e@80x24.org> <20210914195510.kozlchcwvgrng5uc@meerkat.local> <20210914201216.GA29905@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210914201216.GA29905@dcvr> List-Id: On Tue, Sep 14, 2021 at 08:12:16PM +0000, Eric Wong wrote: > Ah, I forgot to update the docs again :x > > My main concern with .netrc was actually inadvertantly sending > FTP auth info to an IMAP server just because they share the same > host. No big deal -- folks can always just use the "store" credential helper to pretty much the same effect. > Not sure if plaintext is a real problem on encrypted block > devices/filesystems. Ordinary users can't mlock(2) to prevent > in-memory passwords from hitting swap (thus I always use > encrypted swap). Right, plus most of them probably have their .gitconfig with sendemail.smtppass configured anyway. :) -K