Patrick Felt wrote: > in debugging imap i think i found where the overflow was occuring. a pointer > dereference in connio.
Sorry about that :D I've no idea how that code actually worked for me... > While this does fix the segfault, it doesn't fix tbird and working on the > inbox with filters. i get 5005 errors still :( > Could you have a look at the IMAP<->Store conversation? A 5005 error _usually_ (but not always..) means that the Store was stuck doing something when a request came in from elsewhere to do something - in this instance, usually that the IMAP client made another connection because it's first connection wasn't responding quickly enough. I seem to recall the COLLECTIONS command was extremely slow on your system; perhaps that's taking too long and Tbird is getting bored waiting? Cheers, Alex. _______________________________________________ Bongo-devel mailing list [email protected] https://mail.gna.org/listinfo/bongo-devel
