It looks like they may have re-written the IMAP4 agent in 2007 because I am finding a lot of things that work differently. For example the Search command no longer supports the Charset parameter. Is this a known feature removal or is there a setting somewhere that enables this? i.e. 102 SEARCH CHARSET US-ASCII SUBJECT Test 102 BAD Command Argument Error. 11 Remove the charset and it works... 102 SEARCH SUBJECT Read * SEARCH 6 28 44 67 74 102 OK SEARCH completed. I am testing with US-ASCII because the RFC says... ...US-ASCII MUST be supported; other [CHARSET]s MAY be supported....
Found another bug/inconsistency. You can create mailboxes in Outlook with a space on the end. i.e. "Test Folder " Then try to select this mailbox using the IMAP4 protocol it will break the connection. 100 Select "Test Folder " Thanks. "Bob Bins" wrote in message news:%23HR5ANxmIHA.536@TK2MSFTNGP06.phx.gbl... > It looks like they may have re-written the IMAP4 agent in 2007 because I > am finding a lot of things that work differently. > > For example the Search command no longer supports the Charset parameter. > Is this a known feature removal or is there a setting somewhere that > enables this? > > i.e. > > 102 SEARCH CHARSET US-ASCII SUBJECT Test > 102 BAD Command Argument Error. 11 > > Remove the charset and it works... > > 102 SEARCH SUBJECT Read > * SEARCH 6 28 44 67 74 > 102 OK SEARCH completed. > > > I am testing with US-ASCII because the RFC says... > > ...US-ASCII MUST be supported; other [CHARSET]s MAY be supported.... > >