On Thu, Apr 26, 2012 at 21:50, Michael Heydekamp listuser@freexp.de wrote:
Am 26.04.2012 11:20, schrieb Thomas Bruederli:
On Mon, Apr 23, 2012 at 23:59, Michael Heydekamp listuser@freexp.de wrote:
Result still is (right after clicking the Save button): HTTP 500
Are you probably using functions in this patch which are not available in 0.7.2?
Oops, my fault. Please replace
rcube_mime::decode_address_list(...)
with
$IMAP->decode_address_list(...)
for the 0.7 series.
Done, still HTTP 500.
Both patches (the original one and the manually fixed one) attached. Anything wrong with them?
I again have to apologize for providing a quick but untested patch. $IMAP isn't initialized in settings actions and thus you still get errors. Please find attached a patch against the 0.7 series which is also tested and verified to work :-)
~Thomas