Skip to content
Snippets Groups Projects
Commit 3d0796c5 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Mail: encoding

parent 01ca14f2
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ Email.prototype.getMailtoUrl = function ()
*/
Email.prototype.getRFCmail = function ()
{
var ENCODING = "UTF8";
var ENCODING = "UTF-8";
var mailId = mail.newMail();
if (this.toRecipients.length)
......@@ -140,7 +140,7 @@ Email.prototype.getRFCmail = function ()
//X-Uniform-Type-Identifier: com.apple.mail-draft
//this could be added later if needed
var mailObj = mail.getCachedMail(mailId);
return mail.toRFC(mailObj);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment