6.0.0-beta1
11/9/25

[#5342] Can't reply to iTip
Summary Can't reply to iTip
Queue IMP
Queue Version HEAD
Type Bug
State No Feedback
Priority 1. Low
Owners
Requester selsky (at) columbia (dot) edu
Created 05/09/2007 (6759 days ago)
Due
Updated 07/09/2007 (6698 days ago)
Assigned 05/09/2007 (6759 days ago)
Resolved 07/09/2007 (6698 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/09/2007 08:09:43 PM Chuck Hagenbuch State ⇒ No Feedback
 
06/15/2007 08:29:27 PM Chuck Hagenbuch Comment #7 Reply to this comment
Matt, any update on where this is actually failing?
05/28/2007 08:13:26 AM Jan Schneider Comment #6 Reply to this comment
So it doesn't fail, everything works as expected. I have no idea why 
this should not work with the itip viewer.
05/28/2007 01:30:06 AM Matt Selsky Comment #5 Reply to this comment
require '/etc/httpd/htdocs/horde/imp/lib/Identity/imp.php';



$identity = new Identity_imp();



var_dump($identity->getMatchingIdentity('me@columbia.edu'));

var_dump($identity->getMatchingIdentity('notme@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@columbia.edu"]=>

   int(0)

}

string(19) "me@columbia.edu"

string(6) "me"

string(12) "columbia.edu"
05/25/2007 02:27:28 PM Jan Schneider Comment #4 Reply to this comment
IMP_MIME_Viewer_itip is using Identity_imp->getMatchingIdentity() 
which is using getAllFromAddresses() which is using getFromAddress() 
which is building the email address from $_SESSION['imp']['user'] and 
$_SESSION['imp']['maildomain'] if the from address in an identity is 
empty. That I why switched from using Identity to Identity_imp.

Can you trace where on the road this fails?
05/21/2007 09:55:06 PM Matt Selsky Comment #3 Reply to this comment
It's available as the combination of user name and maildomain setting.
05/09/2007 07:35:56 AM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
Your email address must be available to IMP *anywhere*. Either in the 
identities or as a combination of user name and maildomain setting.
05/09/2007 12:01:56 AM Matt Selsky Comment #1
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Queue ⇒ IMP
Summary ⇒ Can't reply to iTip
Type ⇒ Bug
Reply to this comment
I received an iTip invite where the attendee is listed as 
abc123@example.edu (aka my address) but my only option is to "Add to 
my calendar".



My "from address" is still blank in my identity.

Saved Queries