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
> > >
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,
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
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