| 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 |
this should not work with the itip viewer.
$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"
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?
State ⇒ Feedback
identities or as a combination of user name and maildomain setting.
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Queue ⇒ IMP
Summary ⇒ Can't reply to iTip
Type ⇒ Bug
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.