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:
daniel.boelzle%sun.com
2008-05-07 19:34:59 +00:00
parent 242a1ab099
commit c5d39ec23e
3 changed files with 6 additions and 1 deletions

View File

@@ -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();

View File

@@ -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,

View File

@@ -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.