Thank you your help. I was able to compile imap and php with c-client. The problem is in the file ext/imap/php_imap.c, in the php 5.1.6 and in the 5.2 snapshot.
The current solution is to use the method that Andy Fiddaman provided. I was able to compile imap without the EXTRACFLAGS=-fPIC, but I was not able to compile php. In other words, you need to compile imap with the EXTRACFLAGS=-fPIC then fix the problem with utf8_mime2text() function as described in Andy Fiddaman's post. alon _______________________________________________ Imap-uw mailing list [email protected] https://mailman1.u.washington.edu/mailman/listinfo/imap-uw
