[Tickets #5342] Re: Can't reply to iTip

bugs at bugs.horde.org bugs at bugs.horde.org
Mon May 28 01:30:07 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5342
-----------------------------------------------------------------------
 Ticket             | 5342
 Updated By         | Matt Selsky <selsky at columbia.edu>
 Summary            | Can't reply to iTip
 Queue              | IMP
 Version            | HEAD
 Type               | Bug
 State              | Feedback
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


Matt Selsky <selsky at columbia.edu> (2007-05-27 18:30) wrote:

require '/etc/httpd/htdocs/horde/imp/lib/Identity/imp.php';

$identity = new Identity_imp();

var_dump($identity->getMatchingIdentity('me at columbia.edu'));
var_dump($identity->getMatchingIdentity('notme at columbia.edu'));
var_dump($identity->getAllFromAddresses());
var_dump($identity->getFromAddress());
var_dump($_SESSION['imp']['user']);
var_dump($_SESSION['imp']['maildomain']);

int(0)
int(0)
array(1) {
  ["me at columbia.edu"]=>
  int(0)
}
string(19) "me at columbia.edu"
string(6) "me"
string(12) "columbia.edu"



More information about the bugs mailing list