I have only included "c-client.h" because I thought that was enough...
Now I have added #include "linkage.c" at the start of your application's main() function I have added the #include "linkage.c" at the start of your application's main() function and I have to solve an error I get: "undefined reference to `mail_versioncheck' " On Fri, Feb 20, 2009 at 9:57 PM, Mark Crispin <[email protected]> wrote: > I don't think that the Alpine code is going to help you. The problem is > either environmental or is caused by something wrong that you are 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 with ssl support (make slx IP6=4) that should >> set the SSLTYPE=nopwd' according to the build docs. >> >> wrt. the DNS suggestion the log shows the resolved IP ( [Trying IP >> address [72.14.221.111]] ) so everything fine as far as the name >> resolving goes. Just in case I tried to set the hostlist to >> "[72.14.221.111]:587/tls/user=gmail_user" and the result is the same. >> >> Thanks for the suggestions: I think they answer part of my question >> (i.e. the problem does not seem to be caused by some misconfiguration >> of the UW IMAP library or the call to it). >> >> I guess the 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 <[email protected]> >> wrote: >>> >>> On Fri, 20 Feb 2009, Marian Sorin Nasoi wrote: >>>> >>>> Also everything works from Alpine (that uses UW IMAP) with the same >>>> settings so it can not be caused by filtering, right? >>> >>> Some of the anti-virus programs check for the name of the application and >>> allow it through if it is one of the permitted names. >>> >>> Since you are on Linux, that is probably not the case. >>> >>> Another thing to check is to make sure that there isn't some entry in >>> /etc/hosts that overrides the DNS. >>> >>> -- Mark -- >>> >>> http://panda.com/mrc >>> Democracy is two wolves and a sheep deciding what to eat for lunch. >>> Liberty is a well-armed sheep contesting the vote. >>> >> > > -- Mark -- > > http://panda.com/mrc > Democracy is two wolves and a sheep deciding what to eat for lunch. > Liberty is a well-armed sheep contesting the vote. > _______________________________________________ Imap-uw mailing list [email protected] http://mailman2.u.washington.edu/mailman/listinfo/imap-uw
