Re: Crash in mail_setflag_full

2005-01-05 Thread hamaide
Quoting Mark Crispin [EMAIL PROTECTED]: On Wed, 29 Dec 2004 [EMAIL PROTECTED] wrote: When I call the function this way mail_setflag_full(stream, valid_uid, \\Deleted, ST_UID) the program crash. Am i doing something wrong? Unfortunately, your report is too vague to diagnose without additional

Problem sending command

2005-01-05 Thread hamaide
Hi, I'm trying to send the command for Getannotation and Setannotation (from ANNOTATE MORE draft) I must send something like this : GETANNOTATION INBOX /comment value.priv I've look at the LIST code and write my code like this : argument[0].type = ASTRING; argument[0].text =

Re: Crash in mail_setflag_full

2005-01-05 Thread Mark Crispin
On Wed, 5 Jan 2005 [EMAIL PROTECTED] wrote: I finally fixed it. The variable containing stream was overwritten by an overflow bug Was this in your code or in c-client? -- Mark -- http://staff.washington.edu/mrc Science does not emerge from voting, party politics, or public debate. Si vis pacem,

Re: Crash in mail_setflag_full

2005-01-05 Thread hamaide
Quoting Mark Crispin [EMAIL PROTECTED]: On Wed, 5 Jan 2005 [EMAIL PROTECTED] wrote: I finally fixed it. The variable containing stream was overwritten by an overflow bug Was this in your code or in c-client? In my code, either way I would have signaled it :-) Julien