Closed
Bug 450381
Opened 17 years ago
Closed 17 years ago
Itip email are not sent while being offline
Categories
(Calendar :: E-mail based Scheduling (iTIP/iMIP), defect)
Calendar
E-mail based Scheduling (iTIP/iMIP)
Tracking
(Not tracked)
VERIFIED
FIXED
0.9
People
(Reporter: informatique.internet, Assigned: informatique.internet)
Details
Attachments
(1 file)
2.39 KB,
patch
|
dbo
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1
Build Identifier:
When you are in offline mode, itip/imip mails are not sent at all... the dialog box "do you want to invite attendees" appear but the mail is not put in "awaiting message"
Reproducible: Always
Steps to Reproduce:
1. Create an event on a local storage calendar, invite some attendees
2. Switch to offline mode
3. Try to move the event
Actual Results:
The dialog box "do you want to invite attendees" appear, but if you click on yes, the itip mail is never sent...
Expected Results:
The mail should be in the "awaiting message" folder, and will be sent when you switch in online mode...
Assignee | ||
Comment 1•17 years ago
|
||
But i think it could be better to have a nice error handling...
Comment 2•17 years ago
|
||
Hubert, you should ask for review if you attach a patch.
Flags: blocking-calendar0.9?
Assignee | ||
Updated•17 years ago
|
Attachment #333550 -
Flags: review?(daniel.boelzle)
Updated•17 years ago
|
Assignee: nobody → informatique.internet
Flags: blocking-calendar0.9? → blocking-calendar0.9-
OS: Linux → All
Hardware: PC → All
Updated•17 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 3•17 years ago
|
||
Comment on attachment 333550 [details] [diff] [review]
this patch fix the issue...
>+ var ios = Components.classes["@mozilla.org/network/io-service;1"]
>+ .getService(Components.interfaces.nsIIOService);
We have getIOService() for this in calUtils.js.
r=dbo; thanks for the patch!
I'll do the necessary changes and check it in today or tomorrow.
Attachment #333550 -
Flags: review?(daniel.boelzle) → review+
Comment 4•17 years ago
|
||
Checked in on HEAD and MOZILLA_1_8_BRANCH => FIXED.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → 0.9
Comment 5•17 years ago
|
||
Checked in lightning build 200808140403 -> VERIFIED.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•