Re: IMAP over SSL using port 993?

2005-01-11 Thread Andrew Biggs
Excellent, you just made my day. Thanks Mark! Mark Crispin wrote: > On Tue, 11 Jan 2005, Andrew Biggs wrote: > >> Specifically, I am finding that although Exchange >> doesn't appear to support the STARTTLS capability (if >> you know how to turn this on ple

IMAP over SSL using port 993?

2005-01-11 Thread Andrew Biggs
Hello, I've run into a bit of difficulty getting a secure connection established between c-client and Exchange, and was wondering if folks on this list may have had experience dealing with this particular problem. Specifically, I am finding that although Exchange doesn't appear to support the S

Support for UIDPLUS extension?

2004-12-17 Thread Andrew Biggs
I have a message server that supports the UIDPLUS extension, and I'd like to be able to invoke the UID EXPUNGE command using c-client. I didn't see anything in the API doc which looked like it would do this. Is this an extension I should develop myself, or did I just not look hard enough? Than

syntax for mail_open and mail_list?

2004-12-13 Thread Andrew Biggs
Hello, I'm trying to get a grip on the syntax I should be using for ref and pat parameters in the mail_list() command. I have a stream which I've already opened with mail_open(OP_HALFOPEN), and I'd like to do something simple like: 001 LIST "" "*" Just using NIL for ref and * in the pat paramet

using mtest to understand c-client

2004-12-06 Thread Andrew Biggs
I'm just getting started using c-client, and was trying to use mtest to talk to an IMAP server on another box. Looking at the code, it's not real clear to me how to specify the remote address, username, password, etc. I didn't see any readme's, FAQ's, or howto's specifically related to this. I h