Closed Bug 815571 Opened 12 years ago Closed 12 years ago

Gmail IMAP extensions enabled by default breaks local server synced with offlineimap

Categories

(Thunderbird :: Untriaged, defect)

17 Branch
x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 815087

People

(Reporter: rmarko, Unassigned)

Details

Thunderbird v17 is no longer able to access local dovecot server as it tries to use X-GM-MSGID extension.

Looking into code I found       
      // only GMail will have an AllMail folder.
      if (boxFlags & kImapAllMail)
        SetIsGMailServer(true);

@mailnews/imap/src/nsImapIncomingServer.cpp:1187

Weird thing is that AllMail folder is not synced via offlineimap not even available in 'Subscribe...' dialog.

My account settings:
 account name: <user>@gmail.com
 email address: <user>@gmail.com
 server name: localhost
Extensions introduced in Bug 721316
Yes, looks exactly the same - using gmail directly then switching to offlineimap. Setting is_gmail to false resolves the issue. Thanks.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.