<div><div dir="auto">A HTTP API for IMAP and for that matter, POP3 and SMTP is exactly what we built where I work.</div><div dir="auto"><br></div><div dir="auto">For anyone wonder why build such a thing? A simplified interface is an exceptionally powerful tool. Many of our clients have encountered issues constructing multipart http requests so if that’s an issue, good luck getting IMAP to work. Since multipart turns out to be such an issue we’ve turned out support for a variety of uploads including (completely non-standard) where the request body is just the file content.</div></div><div dir="auto"><br></div><div dir="auto">We’ve built our API in Java and as such have simply used the JavaMail API. Admittedly though the plan is to get off this design since when there’s 10s of thousands messages in an IMAP maildir folder the index can grow to an unmanageable size.</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 14, 2019 at 2:59 AM Thomas Güttler via dovecot <<a href="mailto:dovecot@dovecot.org">dovecot@dovecot.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><br>
<br>
Am 13.11.19 um 17:21 schrieb Ralph Seichter via dovecot:<br>
> * Thomas Güttler via dovecot:<br>
> <br>
>> Is there a way to access mails in dovecot via https?<br>
> <br>
> Why on earth would that be beneficial?<br>
> <br>
>    "The Internet Message Access Protocol, Version 4rev1 (IMAP4rev1)<br>
>     allows a client to access and manipulate electronic mail messages<br>
>     on a server." (RFC 3501)<br>
> <br>
> Putting it bluntly: Learn to use the protocol specifically designed for<br>
> the task at hand, not a protocol with different design goals that you<br>
> happen to know better.<br>
<br>
Stateless, http and URLs are the future. JavaScript running on in browser or<br>
mobile phone can't connect to IMAP/SMTP.<br>
<br>
AFAIK you can't sent a link/URL to a mail on a shared folder to a friend.<br>
Like "Hi  bob, she loves me. See this message from here https:/...../"<br>
<br>
Regards,<br>
   Thomas Güttler<br>
<br>
<br>
<br>
<br>
-- <br>
Thomas Guettler <a href="http://www.thomas-guettler.de/" rel="noreferrer" target="_blank">http://www.thomas-guettler.de/</a><br>
I am looking for feedback: <a href="https://github.com/guettli/programming-guidelines" rel="noreferrer" target="_blank">https://github.com/guettli/programming-guidelines</a><br>
</blockquote></div></div>