whiteout-io / mail

[ABANDONED] Mail App with integrated OpenPGP encryption
https://whiteout.io
MIT License
545 stars 96 forks source link

[WO-1026] Fix broken key upload after mail server error #394

Closed felixhammerl closed 9 years ago

felixhammerl commented 9 years ago

Instead of responding with ALREADYEXISTS, some mail servers error (e.g. Cyrus, Exchange) when creating an existing folder. Checking for existing folder prior to upload fixes this. Fixes #399