> Number three: while opening any of the messages in "Sent" folder and some of > the > messages in inbox, php's maximum execution time is exceeded and they > don't open using webmail at all (so the only way to view them is > downloading them by an off-line mail reader program). It is possible > to delete the messages though.
I have solved this problem using this patch: 549c549 - if ( start ) fprintf(outstream,"\"CHARSET\" \'US-ASCII\""); + if ( start ) fprintf(outstream,"\"CHARSET\" \"US-ASCII\""); Best regards, Igor
