Closed
Bug 301739
Opened 19 years ago
Closed 3 years ago
IMAP Quota parsing fails on AIM mail
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bugzilla, Unassigned)
References
()
Details
(Whiteboard: [comment 4])
Attachments
(1 file)
|
12.53 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050721 SeaMonkey/1.0a Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050721 SeaMonkey/1.0a With an IMAP account on AIM (imap.aim.com), the Quota property page shows "There are no storage quotas on this folder." imap.aim.com returns a standards-compliant response, but one that is not recognized by the parser. Example: . getquotaroot INBOX * QUOTAROOT INBOX "AIM Standard" * QUOTA "AIM Standard" (items 4 2147483647 storage-kbytes 53 2097152) . OK GETQUOTAROOT completed The quota parser only recognizes storage limits in the form "(STORAGE # #)" Reproducible: Always Steps to Reproduce: 1. Set up a (free) AIM mail account at aim.com 2. Add an IMAP account for imap.aim.com 3. View the properties for any folder on the account, select the Quota page. Actual Results: "There are no storage quotas on this folder." Expected Results: The Quota root and usage should have been displayed.
Updated•19 years ago
|
Assignee: mail → bienvenu
Status: UNCONFIRMED → NEW
Component: MailNews: Main Mail Window → Networking: IMAP
Ever confirmed: true
Product: Mozilla Application Suite → Core
Version: unspecified → Trunk
Comment 1•19 years ago
|
||
476[2381158]: 2378348:imap2.indiana.edu:S-INBOX:SendData: 18 getquotaroot "INBOX" 2228[3e17fa8]: 21e5e50:imap2.indiana.edu:NA:SendData: Logging suppressed for this command (it probably contained authentication information) 476[2381158]: ReadNextLine [stream=23813d0 nb=33 needmore=0] 476[2381158]: 2378348:imap2.indiana.edu:S-INBOX:CreateNewLineFromSocket: * QUOTAROOT INBOX user.stdonner 476[2381158]: ReadNextLine [stream=23813d0 nb=46 needmore=0] 476[2381158]: 2378348:imap2.indiana.edu:S-INBOX:CreateNewLineFromSocket: * QUOTA user.stdonner (STORAGE 50450 102400) 476[2381158]: ReadNextLine [stream=23813d0 nb=17 needmore=0]
Comment 3•19 years ago
|
||
Sorry, pasted the wrong thing. Here's the relevant part from imap.aim.com logs: 760[22d7780]: 24476c8:imap.aim.com:S-INBOX:SendData: 7 getquotaroot "INBOX" 760[22d7780]: ReadNextLine [stream=3dc0588 nb=34 needmore=0] 760[22d7780]: 24476c8:imap.aim.com:S-INBOX:CreateNewLineFromSocket: * QUOTAROOT INBOX "AIM Standard" 760[22d7780]: ReadNextLine [stream=3dc0588 nb=70 needmore=0] 760[22d7780]: 24476c8:imap.aim.com:S-INBOX:CreateNewLineFromSocket: * QUOTA "AIM Standard" (items 2 2147483647 storage-kbytes 1 2097152) 760[22d7780]: ReadNextLine [stream=3dc0588 nb=29 needmore=0] 760[22d7780]: 24476c8:imap.aim.com:S-INBOX:CreateNewLineFromSocket: 7 OK GETQUOTAROOT completed
Updated•19 years ago
|
Comment 4•19 years ago
|
||
It seems like the major problem here is that RFC2087 (http://www.apps.ietf.org/rfc/rfc2087.html) does not define the QUOTA atoms to used by servers, but it seems like STORAGE & MESSAGES are common. some examples: Cyrus, courier and uw-imap define STORAGE (aim: storage-kbytes) courier also defines MESSAGES (aim: items)
Comment 5•17 years ago
|
||
This does work if the response starts '(STORAGE <num> <num>', but RFC2087 doesn't specify an order. Any chance that the parsing will take that into account?
| Assignee | ||
Updated•16 years ago
|
Product: Core → MailNews Core
Updated•16 years ago
|
QA Contact: networking.imap
Comment 6•14 years ago
|
||
we're still stuck on comment comment 4 brian, reporter, writes AOL no longer seems to have quotas: . getquotaroot INBOX * QUOTAROOT "INBOX" . OK GETQUOTAROOT completed So, the problem does not exist in its original form.
Whiteboard: [comment 4]
Updated•12 years ago
|
Assignee: dbienvenu → nobody
Comment 7•3 years ago
|
||
And AIM is gone
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•