2007/2/16, till klimpong@gmail.com:
On 2/16/07, Robin Elfrink elfrink@introweb.nl wrote:
The only thing I'm not sure about is charset conversions. I have no experience with those. Are special charset thingies used in mailbox names?
Maybe? We *should* probably test and see what happens when.
The mbox parameter should only contain UTF-7 representations of the mailboxes. We don't need to care about charset conversion here. if ($mbox = get_input_value('_mbox', RCUBE_INPUT_GET)) should fix this isse.
~Thomas