IMAP response, this would be appended to the emails.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5461
7612ce4b-ef26-0410-bec9-
ea0150e637f0
forms. This was suggested for the gpg plugin, but might be useful elsewhere.
- Add support for Mail-Followup-To header.
- Add a confirmation for the user that their mail has been sent.
+ - Fixed issue with forwarding emails having a ) appended to the end.
**************************************
*** SquirrelMail Stable Series 1.4 ***
}
array_shift($body_a);
+ array_pop($body_a);
$body = implode('', $body_a);
$body .= "\r\n";