Open GoogleCodeExporter opened 9 years ago
Hello Michael!
Thanks for the detailed report! From the error message it appears as though
your IPhone client is composing a message to go to the address
"Michael@xyz.com" which Gmail thinks is an invalid address.
I wonder if we could try this (more information how to do these steps here:
https://code.google.com/p/gmail-delay-send/wiki/GmailDelaySendDebugging_8)
* Turn off the 'enable' button on the options page (essentially turning off the
script from running automaticaly).
* Turn on debugging
* Compose a message on phone
* Force a run once from webpage (probably can do this easier via computer)
* Open draft from computer.
* Add space to end of message
* Force run once
Attach the debug report from the two runs (presumably the first one fails and
the second succeeds) to the bug report.
Then we can get an idea of the differences.
Thanks,
-Blair
Original comment by blairk...@gmail.com
on 4 Mar 2015 at 1:32
Hi Blair! Thanks for the quick response. I love your script and in using it
successfully from the laptop.
I manually changed the email address I my original post thinking I was
obscuring it. I suppose that's silly as my address is visible elsewhere here.
Haha. Sorry for throwing you off the scent.
I'll execute a debug report later today
Original comment by mich...@startupweekend.org
on 4 Mar 2015 at 3:05
I think I've followed your steps precisely.
Here's the steps I've taken, and I've attached the debug logs and error message
as plain text files.
### Using Chrome on Mac Laptop
- Disable Gmail Delay Send script
- Save Preferences
- Note success dialogue and reload page
- Enable debug logs
- Save Preferences
- Note success dialogue and reload page
### Using the native iPhone Mail app
- Compose test email
- Select "Cancel"
- Select "Save Draft"
- Confirm that draft has saved to server by peeking at drafts folder via iPhone
and noting that it pulls it back down to that folder from the server.
### Using Chrome on Mac Laptop
- Run Gmail Delay Send now
- Note success dialogue and reload page
- This generates an error message and a debug report
- Access saved draft via Chrome browser on laptop, edit message simply by added
a space at the end of the body,
- Note that this edit causes the draft to update/save again
- Run Gmail Delay Send now
- Note success dialogue and reload page
- This generates a successful email receipt and a debug report
- Confirmed that email was received by the recipient account
### Additional Notes:
- The first time I make any edit to the drafted email in Chrome browser on the
laptop (the email which was composed on iOS Mail), I see near the bottom, next
to the trash can icon where the "saving..." status normally appears, the words
"Plain Text." This disappears quickly and moves on to displaying the statuses
"Saving..." and "Saved." I wonder if there is some significance to this, and
suspect it aligns with my theory that this is an encoding issue.
- When I compose an email using the iOS version of the Chrome browser app on my
iPhone and save it as a draft, it succeeds. So the issue appears to be limited
to the native iOS Mail app.
Original comment by mich...@startupweekend.org
on 4 Mar 2015 at 4:51
Attachments:
Huh! totally baffling!
From debug_01 I see this in the log:
Wed Mar 04 08:35:01 PST 2015 INFO: == Sending mail ==
Wed Mar 04 08:35:01 PST 2015 INFO: To: "michael@michaelryannorton.com"
Wed Mar 04 08:35:01 PST 2015 INFO: Subject: subject line @now
Wed Mar 04 08:35:01 PST 2015 INFO: Body length: 33
Wed Mar 04 08:35:01 PST 2015 INFO: HTML body length: Empty
Wed Mar 04 08:35:01 PST 2015 INFO: CC:
Wed Mar 04 08:35:01 PST 2015 INFO: BCC:
Wed Mar 04 08:35:01 PST 2015 INFO: From: Michael@up.co
Wed Mar 04 08:35:01 PST 2015 INFO: Attachments length: 0
Wed Mar 04 08:35:01 PST 2015 INFO: Name: Michael Norton
Wed Mar 04 08:35:01 PST 2015 INFO: ==================
Then when we try to send SendMail complains that "Michael@up.co" is an invalid
argument.,
From debug_02 I see the exact same thing:
Wed Mar 04 08:39:57 PST 2015 INFO: == Sending mail ==
Wed Mar 04 08:39:57 PST 2015 INFO: To: "michael@michaelryannorton.com"
Wed Mar 04 08:39:57 PST 2015 INFO: Subject: subject line @now
Wed Mar 04 08:39:57 PST 2015 INFO: Body length: 33
Wed Mar 04 08:39:57 PST 2015 INFO: HTML body length: Empty
Wed Mar 04 08:39:57 PST 2015 INFO: CC:
Wed Mar 04 08:39:57 PST 2015 INFO: BCC:
Wed Mar 04 08:39:57 PST 2015 INFO: From: michael@up.co
Wed Mar 04 08:39:57 PST 2015 INFO: Attachments length: 0
Wed Mar 04 08:39:57 PST 2015 INFO: Name: Michael Norton
Wed Mar 04 08:39:57 PST 2015 INFO: ==================
But sending then works fine.
Good idea about the text versus HTML but both appear to still be text emails
(in the debug we see an empty HTML body length).
Do you think you could try again from the native iphone client and sent to a
different destination address? Feel free to use my address blairkutz at gmail.
Original comment by blairk...@gmail.com
on 6 Mar 2015 at 1:29
Original issue reported on code.google.com by
mich...@startupweekend.org
on 3 Mar 2015 at 6:26