Re: [Imap-protocol] If Crispin were creating IMAP today how would it be different?

Imants Cekusins <[email protected]> Tue, 10 Mar 2015 02:24:36 +0100
Newsgroups gmane.mail.imap.general
Message-ID <CAP1qinaH8PfOoO26OFbddk=77fLmTtOJxLjUz0R2UMzMUxGGzQ@mail.gmail.com>
> we're talking about SMTP more than IMAP here.

SMTP first of all but both really. IMAP is more complex than SMTP. it
is very slow too - maybe for different reasons.

generally, it can takes less time to send, receive and read email.


> Text vs not text is not so much of a big issue there though,

bytes are sent across the wire. any transformations we perform are an
extra cost, come at a price. do we really absolutely need all of these
transformations?

btw even today we can ship utf8 or utf16 to a modern browser in binary
format - and parse the bytes in browser to display to the user.
obviously, single encoding across the message helps in this case.

think about this: original blob message- as sent - are shipped
directly to browser - no server parsing or indeed any transformations
on the server. ok, maybe filter messages somehow.
_______________________________________________
Imap-protocol mailing list
[email protected]
http://mailman13.u.washington.edu/mailman/listinfo/imap-protocol