Earlier quoted context omitted.
> Bitcoin is a very useful tool. It's the email of money. I hope not because email should have been replaced a decade ago (no native end-to-end nor encryption. Node-to-node encryption (eg SSL) isn't standard let along the default, no native support for binary objects and base64 MIME increases files sizes by ~30%, and the mess of plain text and half supported HTML across the plethora of clients make designing mailshot…
What exactly would be the point of native end-to-end encryption over PGP? The problem with email encryption is solving the authentication part, not the encryption itself.
> What exactly would be the point of native end-to-end encryption over PGP?
Basically just universal compatibility with clients and ease of use.It's a bit how you could have all your important Word documents in a password protected compressed archive. But having password protection and zip compression native in OOXML is more convenient for users and guarantees than anyone with an OOXML compatible office suite has support to open the same documents (baring authentication of course).
> The problem with email encryption is solving the authentication part, not the encryption itself.
It's both. Emails are typically transmitted in clear text so having something having them encrypted by default is a huge step up. (a bit like how people should be moving away from FTP and using SFTP, or SSH instead of telnet).