[Imap-uw] invalid remote specification

2009-11-18 Thread Mike T
Hello, I am trying to write a simple test program for the c-client library based off of mtest.c. When I am entering the mailbox string (eg. {imap.gmail.com:993/imap/ssl}INBOX) I keep receiving an error saying Can't open mailbox mailbox string: invalid remote specification. What could be the

Re: [Imap-uw] invalid remote specification

2009-11-18 Thread Mark Crispin
The most common cause of this problem is failure to do #include linkage.c early in the main() function of the application (and prior to any c-client library calls). The use of linkage.c is mandatory. Some programmers omit the linkage entirely; others attempt to do the linkage