Re: [Dbmail] Inserting messages into specific IMAP folders

2003-01-14 Thread
Could you re-compile with debug on? (add -ggdb to the CFLAGS in the makefile). Then run the program and see where it crashes. regards roel Chris Nolan heeft op dinsdag, 14 jan 2003 om 13:12 (Europe/Amsterdam) het volgende geschreven: Hi all, I've tried this myself but I always manage to ge

[Dbmail] Inserting messages into specific IMAP folders

2003-01-14 Thread Chris Nolan
Hi all, I've tried this myself but I always manage to get a SIGSEGV whenever I call the appropriate functions. I need to follow this process: 1. See if a folder exists. 1a. If it doesn't, create it. 2. Insert a whole bunch of messages into that folder. 1a I can easily accomplish. As for 1 and