diff --git a/src/js/model/email-model.js b/src/js/model/email-model.js index 80d8de1..ddcef23 100644 --- a/src/js/model/email-model.js +++ b/src/js/model/email-model.js @@ -14,15 +14,7 @@ sentDate: null }, - initialize: function() { - // decode body - try { - var decodedBody = window.atob(this.get('body')); - this.set('body', decodedBody); - } catch (ex) { - console.log(ex); - } - } + initialize: function() {} });