nekohayo / specto

Automatically exported from code.google.com/p/specto
0 stars 0 forks source link

"@gmail.com" appended to Gmail for your domain addresses #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter a Gmail for your domain email address into a Gmail email watch
2. Restart.
3. Edit the properties of the of the Gmail email watch and "@gmail.com"
will be appended to the email address

What is the expected output? What do you see instead?
user@domain.com is expected. What you'll see is user@domain.com@gmail.com

What version of the product are you using? On what operating system?
Specto 0.2.0 Ubuntu Edgy 6.10

Please provide any additional information below.
I believe I fixed it by changing line 49 of watch_mail_gmail.py from
 if "@gmail.com" not in username:
to
 if "@" not in username:

I've attached the modified watch_mail_gmail.py file.

Original issue reported on code.google.com by adamcrow...@gmail.com on 23 Feb 2007 at 12:56

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting the bug and for providing a patch, I committed it in SVN
revision 82 :) at the time I wrote that line, I had not envisioned google 
domain apps.

Original comment by nekoh...@gmail.com on 23 Feb 2007 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 1 Jul 2007 at 2:26

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 18 Mar 2008 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 16 Apr 2011 at 2:54