Account name is displayed as "<email address hidden>@gmail.com"

Bug #366594 reported by Jesper de Jong
2
Affects Status Importance Assigned to Milestone
cGmail
Fix Committed
Undecided
Francesco Marella

Bug Description

I added my Gmail account to cGmail, with username: "<email address hidden>" and my password.
In the main window of cGmail, this is displayed as: "<email address hidden>@gmail.com", which looks strange.

cGmail should check if the username already ends with "@gmail.com".

Revision history for this message
Alex Rybicki (alex-rybicki) wrote :

as far as i can tell, this bug never affected the trunk. it was
line 420 of file /cGmail/checkers/gmailchecker.py :
               mailbox = "%<email address hidden>" % self.username

in https://code.launchpad.net/~t.vetterlein/cgmail/no_dialog_buttons
it has since been patched by tom.

the 'fix' was to remove the '@gmail.com' part.

Revision history for this message
Alex Rybicki (alex-rybicki) wrote :

bug did not effect trunk release.

Changed in cgmail:
status: New → Invalid
Revision history for this message
Alex Rybicki (alex-rybicki) wrote :

my mistake, the trunk was merged a few days ago.
the fix for this bug is to replace
line 420 of file /cGmail/checkers/gmailchecker.py :
               mailbox = "%<email address hidden>" % self.username
with
line 420 of file /cGmail/checkers/gmailchecker.py :
               mailbox = "%s@" % self.username

heres a diff output:
420c420
< mailbox = "%<email address hidden>" % self.username
---
> mailbox = "%s" % self.username

Changed in cgmail:
status: Invalid → Confirmed
Changed in cgmail:
assignee: nobody → Francesco Marella (francesco-marella)
status: Confirmed → Fix Committed
Revision history for this message
ekans4 (ekans4) wrote :

this bug is not fixed with google apps in lucud with 0.6.1. there is no problem whit simple gmail accoutns, but it appends @gmail.com after my own domain. like user@<email address hidden> in the notify osd. this bug is not present in 0.6. i have not checked 0.7 yet. if this is already fixed, ignore my update :) thakns

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.