Re: libcyrus and the imap proto

2003-03-05 Thread Patrick Welche
On Thu, Feb 27, 2003 at 07:01:28PM +, Patrick Welche wrote: > On Thu, Feb 27, 2003 at 09:53:57AM -0500, John Alton Tamplin wrote: > > Patrick Welche wrote: > ... > > >same for eg > > >. fetch 1 (internaldate) > > >* 1 FETCH (INTERNALDATE "30-Jan-2003 19:23:41 +") > > >. OK Completed > > >

Re: libcyrus and the imap proto

2003-02-27 Thread Patrick Welche
On Thu, Feb 27, 2003 at 09:53:57AM -0500, John Alton Tamplin wrote: > Patrick Welche wrote: ... > >same for eg > >. fetch 1 (internaldate) > >* 1 FETCH (INTERNALDATE "30-Jan-2003 19:23:41 +") > >. OK Completed > > > >How can I see the result of fetch? > > > > > I have not used the C library,

Re: libcyrus and the imap proto

2003-02-27 Thread John Alton Tamplin
Patrick Welche wrote: Overall I see that you send commands to the imap server using imclient_send, the last argument of which is essentially the text of the imap command. You register callbacks based on keyword, so that when the server sends you a reply, the function registered gets called. I susp

libcyrus and the imap proto

2003-02-27 Thread Patrick Welche
Overall I see that you send commands to the imap server using imclient_send, the last argument of which is essentially the text of the imap command. You register callbacks based on keyword, so that when the server sends you a reply, the function registered gets called. I suspect I am getting confus