Re: IMAP and POP3 with libcurl 7.30

2013-05-12 Thread David Strauss
On Sun, May 12, 2013 at 8:37 AM, xyzzyx <1xyzz...@gmx.de> wrote: > because it seems so for us that the new IMAP functions are only working in > the command line curl and not with the libcurl functions. While I don't have the experience using libcurl with IMAP to help you directly here, I can say t

Re: BCC Compile failures -- but MinGW32 O.K.

2013-05-12 Thread Mel Smith
- Original Message - From: "Daniel Stenberg" To: "libcurl development" Sent: Sunday, May 12, 2013 7:13 AM Subject: Re: BCC Compile failures -- but MinGW32 O.K. On Mon, 6 May 2013, Mel Smith wrote: This log shows that at line 201 in the file easy.c there is an error: Undefined s

IMAP and POP3 with libcurl 7.30

2013-05-12 Thread xyzzyx
Hello, we compiled libcurl 7.30 with OpenSSL 1.0.1e for mipsel-linux-uclibc (before that we compiled libcurl 7.29 too). We used the source archive from here: http://curl.haxx.se/download.html. I have some questions how to use libcurl for IMAP because it seems so for us that the new IMAP functi

Re: BCC Compile failures -- but MinGW32 O.K.

2013-05-12 Thread Daniel Stenberg
On Mon, 6 May 2013, Mel Smith wrote: This log shows that at line 201 in the file easy.c there is an error: Undefined symbol 'wcsdup' at line 201 I have now reverted the wcsdup changes (commit 8ec2cb5544b86). Please try the latest git and see if that works any better for you. -- / daniel