mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Resolve #350
This commit is contained in:
parent
8b3cfc7a67
commit
c78298d1ed
2 changed files with 10 additions and 10 deletions
|
|
@ -53,7 +53,7 @@ let alreadyFullscreen;
|
|||
const
|
||||
ScopeCompose = 'Compose',
|
||||
|
||||
base64_encode = text => btoa(text).match(/.{1,76}/g).join('\r\n'),
|
||||
base64_encode = text => btoa(unescape(encodeURIComponent(text))).match(/.{1,76}/g).join('\r\n'),
|
||||
|
||||
email = new EmailModel(),
|
||||
getEmail = value => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue