update page now

Voting

: seven minus two?
(Example: nine)

The Note You're Voting On

Min He
16 years ago
For Chinese charset, we can use: 

mb_convert_encoding($mailbox, "UTF7-IMAP", "GB2312"); 

when you want to create a mailbox in Chinese. 

OR 

mb_convert_encoding($mailbox, "GB2312", "UTF7-IMAP");

when you want to show the listed mailbox with the right charset.

<< Back to user notes page

To Top