Skip to content

Commit

Permalink
Send workaround to RFC 2231 by default always
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 19, 2014
1 parent d367dd5 commit e05c6ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Core/Autoloader/Callback/Mime.php
Expand Up @@ -10,7 +10,7 @@ class Horde_Core_Autoloader_Callback_Mime
*/
static public function callback()
{
Horde_Mime::$brokenRFC2231 = !empty($GLOBALS['conf']['mailformat']['brokenrfc2231']);
Horde_Mime::$brokenRFC2231 = true;
}

}
12 changes: 0 additions & 12 deletions horde/config/conf.xml
Expand Up @@ -1387,18 +1387,6 @@
</case>
</configswitch>
</configsection>
<configsection name="mailformat">
<configheader>Format</configheader>
<configboolean name="brokenrfc2231" required="false" desc="Some MUAs
(e.g. Outlook) do not correctly parse MIME parameter information according
to the relevant standard. This may result, for example, in filenames that
do not appear correctly in these MUAs. If this option is enabled, Horde
will attempt to send messages in a way that both standards compliant
agents and these broken agents can understand. However, since these
messages are no longer standards compliant, there is no guarantee these
messages will appear correctly in *any* MUA so the default is to send
in the standards compliant method only.">false</configboolean>
</configsection>
</configtab>

<configtab name="vfs" desc="Virtual File Storage">
Expand Down
5 changes: 5 additions & 0 deletions horde/docs/UPGRADING
Expand Up @@ -29,6 +29,7 @@ application, you **always** need to update configurations and database
schemes. Log in as an administrator, go to Administration => Configuration and
update anything that's highlighted as outdated.


Upgrading Horde from 5.1.x to 5.2
=================================

Expand Down Expand Up @@ -65,6 +66,10 @@ The default value for the following options were changed::

$conf['prefs']['maxsize']

The following options were removed::

$conf['mailformat']['brokenrfc2231']


Hooks (hooks.php)
-----------------
Expand Down

0 comments on commit e05c6ae

Please sign in to comment.