Re: [Dbmail] IMAP APPEND command / literal strings

2002-11-19 Thread Joby Walker
I can confirm that this resolves the IMAP to IMAP copying problems I had seen in Mozilla and Outlook Express. jbw Armin Groesslinger wrote: Hello, it has been reported to this list earlier that moving messages from local mailboxes into DBMail using IMAP does not work properly (even when not u

Re: [Dbmail] IMAP APPEND command / literal strings

2002-11-19 Thread
Thank you! regards roel Armin Groesslinger heeft op maandag, 18 nov 2002 om 00:23 (Europe/Amsterdam) het volgende geschreven: Hello, it has been reported to this list earlier that moving messages from local mailboxes into DBMail using IMAP does not work properly (even when not using Evoluti

Re: [Dbmail] compiling dbmail

2002-11-19 Thread Jan Klaverstijn
This definitely points to an outdated INSTALL file. The one I have in my V1.0-RC4 does not include instructions for autoconf. As I am not the only one that ran into this I suggest to post complete revised installation instructions to this group or make them availabel on the dbmail site. Also, I

[Dbmail] More memory leak problems.

2002-11-19 Thread Richard Barrington
Hi. This may be specific to my system (SuSE Linux 8.0, gcc-3.2), but when dbmail-imapd is run in the foreground, Ctrl+C causes it to consume all of the memory. This is repeatable on my box. I'd imagine this is a known problem, but if not, it is now ;-) Cheers, Richard.

[Dbmail] Unresolved references to db_fetch_headers and db_free_msg

2002-11-19 Thread Jan Klaverstijn
Hi, I am still struggling to get dbmail compiled against mysql. I am now stuck with two unresolved references: db_free_msg and db_fetch_headers. They are not in my libmysqlclient.a (checked with nm). I use a very recent mysql: 3.23.53a, binary installation. Any ideas? Again, if only I had proper

Re: [Dbmail] Unresolved references to db_fetch_headers and db_free_msg

2002-11-19 Thread
Hi Jan, Those functions are implemented in dbmysql.c. Is there a dbmysql.o in your source tree after compilation? Is the dbmysql.o in the final compile line? (e.g. gcc -o dbmail-smtp list.o dbmysql.o debug.o ...) Best regards, Eelco On dinsdag, nov 19, 2002, at 15:14 Europe/Amsterdam, Jan K

Re: [Dbmail] Unresolved references to db_fetch_headers and db_free_msg

2002-11-19 Thread Jan Klaverstijn
Sorry, but these functions are not in dbmysql.c. This file does exist and was also compiled as dbmysql.o. Regards, Jan. - Original Message - From: "Eelco van Beek - IC&S" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 19, 2002 3:24 PM Subject: Re: [Dbmail] Unresolved references to d

Re: [Dbmail] Unresolved references to db_fetch_headers and db_free_msg

2002-11-19 Thread
you've probably got some versions mixed up.. try getting the current CVS version in a clean directory. Best regards, Eelco On dinsdag, nov 19, 2002, at 15:40 Europe/Amsterdam, Jan Klaverstijn wrote: Sorry, but these functions are not in dbmysql.c. This file does exist and was also compiled