wasm-demo/demo/ermis-f/imap-protocol/cur/1600095046.22688.mbox:2,S

42 lines
1.7 KiB
Plaintext

MBOX-Line: From tss at iki.fi Mon Jan 14 04:56:48 2013
To: imap-protocol@u.washington.edu
From: Timo Sirainen <tss@iki.fi>
Date: Fri Jun 8 12:34:50 2018
Subject: [Imap-protocol] Is there some way to detect servers which
automatically add sent messages to the Sent mailbox?
In-Reply-To: <CAKHUCzyCKR6gj1thzG2nXGMmWEv8=GALcMbTcy_TNPoOgqcKQw@mail.gmail.com>
References: <647C20F7-BB5D-47DD-BC89-3B0D903D2900@apple.com>
<7B9C4CD5-75ED-46F7-8AE4-C3415918E905@apple.com>
<83A6F18656334E6CA23106F9DB1C8EC1@gmail.com>
<E4D13318-11D2-41EF-979F-2840AF2AF9C9@apple.com>
<1358152426.27730.105.camel@innu>
<29D96F78-FC57-4AF5-8177-C71638D5DEB4@apple.com>
<CABa8R6seWwh3emtqPnYYCrh5v7BSOjh+H5gkkLmSj6KnK5rTbQ@mail.gmail.com>
<887FDCAF-16E0-4030-A4A3-1BA58554F038@apple.com>
<1358163144.24711.140661177295453.76384B37@webmail.messagingengine.com>
<CAKHUCzyCKR6gj1thzG2nXGMmWEv8=GALcMbTcy_TNPoOgqcKQw@mail.gmail.com>
Message-ID: <1358168208.10326.16.camel@innu>
On Mon, 2013-01-14 at 12:39 +0000, Dave Cridland wrote:
>
> The setup of BURL from an MUA's perspective is awkward, though,
> because the BURL capable submission server provides no hints as to
> which IMAP server is to be used, and vice-versa, making discovery a
> bit hit and miss.
User (or automation) already has to configure IMAP and submission server
to MUA, so how does BURL make it any more difficult? I'd expect it to
work like:
1. client APPENDs/CATENATEs message to IMAP server
2. client requests URLAUTH URL
3. client connects to submission server
4. client sends message with BURL
If user has managed to configure someone else's submission server, then
either BURL isn't supported or BURL fails, and step 4 is replaced with
regular DATA command.