Skip to content

Commit

Permalink
Actually, need a separate property for this, since it may be different.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 16, 2015
1 parent 59e449e commit 5d6802c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php
Expand Up @@ -91,6 +91,13 @@ class Horde_Compress_Tnef_ICalendar extends Horde_Compress_Tnef_Object
*/
protected $_lastModifier;

/**
* The "From" attribute used by iTip responses.
*
* @var string
*/
protected $_from;

/**
*
* @var string
Expand Down Expand Up @@ -263,6 +270,8 @@ public function setMapiAttribute($type, $name, $value, $ns = null)
$this->_summary = $value;
break;
case Horde_Compress_Tnef::MAPI_SENT_REP_SMTP_ADDR:
$this->_from = $value;
break;
case Horde_Compress_Tnef::MAPI_LAST_MODIFIER_NAME:
// Sender SMTP is more appropriate, but not present in all
// meeting request MAPI objects (it's normally taken form the
Expand Down

0 comments on commit 5d6802c

Please sign in to comment.