Skip to content

Commit

Permalink
Disposition-Notification-To is an address header
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Nov 18, 2014
1 parent ab61993 commit 4cd6547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions framework/Mime/lib/Horde/Mime/Headers/Addresses.php
Expand Up @@ -97,6 +97,8 @@ protected function _setValue($value)
public static function getHandles()
{
return array(
// Mail: RFC 3798
'disposition-notification-to',
// Mail: RFC 5322 (Address)
'from',
'to',
Expand Down
1 change: 0 additions & 1 deletion framework/Mime/lib/Horde/Mime/Headers/Element/Single.php
Expand Up @@ -67,7 +67,6 @@ public static function getHandles()
{
return array(
// Mail: RFC 3798
'disposition-notification-to',
'disposition-notification-options',
'original-recipient',
// MIME: RFC 1864
Expand Down

0 comments on commit 4cd6547

Please sign in to comment.