Bug 377761 â Outlook 200x does not recognize iTIP/iMIP invitation because of MIME type issues; r=ctalbert
git-svn-id: svn://10.0.0.236/trunk@251344 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2262,7 +2262,7 @@ function sendItipInvitation(aItem, aTypeOfInvitation, aRecipientsList) {
|
||||
|
||||
if (aRecipientsList.length == 0) {
|
||||
// Fix up our attendees for invitations using some good defaults
|
||||
var itemAtt = item.getAttendees({}); // reuse cloned attendees
|
||||
var itemAtt = item.getAttendees({});
|
||||
item.removeAllAttendees();
|
||||
for each (var attendee in itemAtt) {
|
||||
attendee = attendee.clone();
|
||||
|
||||
@@ -220,6 +220,7 @@ calItipEmailTransport.prototype = {
|
||||
// To somehow have a last resort before sending spam, the user can choose to send the mail.
|
||||
// XXX todo: We should consider a more sophisticated dialiog,
|
||||
// so the user could choose the account for sending.
|
||||
// i.e. bug 432660
|
||||
var promptService = Components.classes["@mozilla.org/embedcomp/prompt-service;1"]
|
||||
.getService(Components.interfaces.nsIPromptService);
|
||||
var prefCompatMode = getPrefSafe("calendar.itip.compatSendMode", 0);
|
||||
@@ -268,6 +269,7 @@ calItipEmailTransport.prototype = {
|
||||
// xxx todo: add send/progress UI, maybe recycle
|
||||
// "@mozilla.org/messengercompose/composesendlistener;1"
|
||||
// and/or "chrome://messenger/content/messengercompose/sendProgress.xul"
|
||||
// i.e. bug 432662
|
||||
var msgSend = Components.classes["@mozilla.org/messengercompose/send;1"]
|
||||
.createInstance(Components.interfaces.nsIMsgSend);
|
||||
msgSend.sendMessageFile(this.mDefaultIdentity,
|
||||
|
||||
@@ -70,6 +70,9 @@ imipCancelInvitation.label=Delete
|
||||
imipDeclineInvitation.label=Decline
|
||||
imipUpdateInvitation.label=Update
|
||||
imipAcceptTentativeInvitation.label=Tentative
|
||||
imipSendMailTitle=Notify Attendees
|
||||
imipSendMail=Would you like to send out notification E-Mails now?
|
||||
imipSendMailOutlook2000CompatMode=Support Outlook 2000 and Outlook 2002.
|
||||
|
||||
itipReplySubject=Event Invitation Reply: %1$S
|
||||
itipReplyBodyAccept=%1$S has accepted your event invitation.
|
||||
|
||||
Reference in New Issue
Block a user