-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
=======================================
=== PLEASE READ BEFORE FILING ISSUE:
https://code.google.com/p/gmail-delay-send/wiki/GmailDelaySendDebugging_8
=======================================
What steps will reproduce the problem?
1. Compose a message on iPhone
2. Use the same characters which are successful on macbook/chrome/gmail and @
as delimiter
2. To save as draft select "cancel" and then "save as draft"
3. Resulting error message:
-- Error:Error: Gmail Delay Send failed to connect to one of the Google
Services. This is OK if it happens infrequently, the script will run again in a
few minutes. See here to avoid receiving these notifications:
https://code.google.com/p/gmail-delay-send/wiki/GmailDelaySendOptions_8#Error_No
tifications. Function being called: function () { GmailApp.sendEmail(to,
subject, body, {htmlBody:htmlBody, cc:cc, bcc:bcc, from:from,
attachments:attach, name:name}); } .Error message: Exception: Invalid argument:
[email protected] --Stack: at Services (GmailDelaySendWeb):209 (executeCommand)
at Services (GmailDelaySendWeb):107 (serviceSendEmailMessage) at Mail
(GmailDelaySendWeb):66 (sendMessage) at Main (GmailDelaySendWeb):160
(tryToSendMessage) at Main (GmailDelaySendWeb):188 (processThread) at Main
(GmailDelaySendWeb):206 (processThreads) at Main (GmailDelaySendWeb):24 (main)
Note: Everything working great for me otherwise. Just having issues saving
mobile drafts that work.
After composing an apparently well formed message on my mobile device, iPhone 6
with iOS8, the message does appear in my drafts folder right along side drafts
composed with the exact same characters via the chrome browser on my laptop.
The drafts composed on my laptop succeed. Those composed on my iPhone fail.
If I open a draft which has been composed on my iphone, and alter it in any way
(e.g. add a space at the end of the message), causing it to resave, it then
succeeds. This leads me to suspect that something in the way the message is
encoded, which isn't visible to me, is different between the two.
Version: I installed a few days ago for the first time, so using the current
version (as of 2015 0302 2222). Not sure how to look up the version number.
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 3 Mar 2015 at 6:26