Class Horde_Mime_Mdn
The Horde_Mime_Mdn:: class implements Message Disposition Notifications as described by RFC 3798.
Copyright 2004-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Package: Mime
Category: Horde
License: LGPL 2.1
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Mime/Mdn.php
Category: Horde
License: LGPL 2.1
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Mime/Mdn.php
public
|
|
public
string
|
|
public
boolean
|
#
userConfirmationNeeded( )
Is user input required to send the MDN? Explicit confirmation is needed in some cases to prevent mail loops and the use of MDNs for mail bombing. |
public
|
#
originalMessageText( string $text )
When generating the MDN, should we return the enitre text of the original message? The default is no - we only return the headers of the original message. If the text is passed in via this method, we will return the entire message. |
public
|
|
public
|
#
addMdnRequestHeaders( string $to )
Add a MDN (read receipt) request headers to the Horde_Mime_Headers:: object. |
string |
MDN_HEADER
|
#
'Disposition-Notification-To'
|