Re: [Imap-uw] undefined references to

2009-11-16 Thread Marian Sorin Nasoi
Hi, you have to define those yourself. I would suggest to download the UW IMAP toolkit (ftp://ftp.cac.washington.edu/imap) and check out the src/mtest/mtest.c. In there you will find want you need to know about every mm_ method. Best, Sorin Nasoi On 11/16/09, Mike T wrote: > I am just testing o

Re: [Imap-uw] c-client and smtp

2009-02-20 Thread Marian Sorin Nasoi
; text of the error message? > > On Fri, 20 Feb 2009, Marian Sorin Nasoi wrote: >> >> I am linking against c-client.a that is with the c-client sources, no >> RPM or other package from a third party because the application has to >> compile on Windows, Linux and also Mac OS

Re: [Imap-uw] c-client and smtp

2009-02-20 Thread Marian Sorin Nasoi
I am linking against c-client.a that is with the c-client sources, no RPM or other package from a third party because the application has to compile on Windows, Linux and also Mac OS. On Fri, Feb 20, 2009 at 10:21 PM, Mark Crispin wrote: > On Fri, 20 Feb 2009, Marian Sorin Nasoi wrote: >

Re: [Imap-uw] c-client and smtp

2009-02-20 Thread Marian Sorin Nasoi
e doing. > > Do you have the required >#include "linkage.c" > at the start of your application's main() function? Forgetting to do that > is a common mistake. > > On Fri, 20 Feb 2009, Marian Sorin Nasoi wrote: >> >> I have built the library w

Re: [Imap-uw] c-client and smtp

2009-02-20 Thread Marian Sorin Nasoi
next step would be to look into the Alpine sources (the thing I wanted to avoid due to the size of the sources). If you have any other suggestions I would very much appreciate them :) Thanks, Sorin On Fri, Feb 20, 2009 at 9:33 PM, Mark Crispin wrote: > On Fri, 20 Feb 2009, Marian Sorin Nasoi

Re: [Imap-uw] c-client and smtp

2009-02-20 Thread Marian Sorin Nasoi
Also everything works from Alpine (that uses UW IMAP) with the same settings so it can not be caused by filtering, right? On Fri, Feb 20, 2009 at 9:24 PM, Marian Sorin Nasoi wrote: > Thanks for the quick response, > > It is not a windows machine, it's Linux (no anti-viru

Re: [Imap-uw] c-client and smtp

2009-02-20 Thread Marian Sorin Nasoi
Thanks for the quick response, It is not a windows machine, it's Linux (no anti-virus or any other filtering in place). Any other suggestion? Thanks, Sorin On Fri, Feb 20, 2009 at 9:14 PM, Mark Crispin wrote: > On Fri, 20 Feb 2009, Marian Sorin Nasoi wrote: >> >> I get a

[Imap-uw] c-client and smtp

2009-02-20 Thread Marian Sorin Nasoi
Hi, I am using c-client support in an application in order to create a simple SMTP client. I am testing the client with the following data: - SMTP server: smtp.gmail.com with TLS, port 587 I have done the following: - added "smtp.gmail.com:587/tls/user=gmail_username" in the SMTP hostlist - chang