Mark, Thank you for your prompt replies.
A few more questions answers for which I have not found in internals.txt and other documents. 1) Is there a way to specify smtp port ? 2) Do we understand correctly that MAPI protocol is not supported? Thank you, Alla -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Crispin Sent: Thursday, March 06, 2008 4:40 PM To: Alla Bogolubov Cc: [email protected] Subject: Re: unsatisfied symbols when linking with c-client lib Please read the imap-????/docs/internal.txt file, and in particular the page titled "Main Program Callbacks". These symbols are callbacks from the c-client library to your application program. You have to write all these routines in your application. On Thu, 6 Mar 2008, Alla Bogolubov wrote: > However, when I attempted to build my own application which uses > c-client.a on Solaris and HP-UX I received the following error: > /usr/ccs/bin/ld: Unsatisfied symbols: > > mm_login (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(osdep.o)) (code) > > mm_log (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(osdep.o)) (code) > > mm_fatal (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(osdep.o)) (code) > > mm_flags (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(mail.o)) (code) > > mm_expunged (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(mail.o)) (code) > > mm_exists (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(mail.o)) (code) > > mm_dlog (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(mail.o)) (code) > > mm_notify (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(osdep.o)) (code) > > mm_critical (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(osdep.o)) (code) > > mm_nocritical (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(osdep.o)) (code) > > mm_list (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(dummy.o)) (code) > > mm_diskerror (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(osdep.o)) (code) > > mm_status (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(osdep.o)) (code) > > mm_searched (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(mail.o)) (code) > > mm_lsub (first referenced in > /home/sambuild/imap-2007/c-client/c-client.a(dummy.o)) (code) -- Mark -- http://staff.washington.edu/mrc Science does not emerge from voting, party politics, or public debate. Si vis pacem, para bellum. _______________________________________________ Imap-uw mailing list [email protected] https://mailman1.u.washington.edu/mailman/listinfo/imap-uw
