New upstream version 4.0.0-beta5
Showing
with
62929 additions
and
27500 deletions
+62929
-27500
- CHANGELOG.md CHANGELOG.md +44 -1
- README.md README.md +94 -9
- addressbook/content/abCardOverlay.js addressbook/content/abCardOverlay.js +139 -0
- addressbook/content/abCardOverlay.xul addressbook/content/abCardOverlay.xul +35 -0
- addressbook/content/addressbookOverlay.css addressbook/content/addressbookOverlay.css +0 -0
- addressbook/content/addressbookOverlay.js addressbook/content/addressbookOverlay.js +307 -0
- addressbook/content/addressbookOverlay.xul addressbook/content/addressbookOverlay.xul +74 -0
- addressbook/content/button-addcontact.22x22.png addressbook/content/button-addcontact.22x22.png +0 -0
- addressbook/content/button-addcontact.png addressbook/content/button-addcontact.png +0 -0
- addressbook/content/button-deletecontact.22x22.png addressbook/content/button-deletecontact.22x22.png +0 -0
- addressbook/content/error-loading-from-server.png addressbook/content/error-loading-from-server.png +0 -0
- addressbook/content/exchangeContactSettings.js addressbook/content/exchangeContactSettings.js +118 -0
- addressbook/content/exchangeContactSettings.xul addressbook/content/exchangeContactSettings.xul +57 -0
- addressbook/content/exchangeContactsInit.js addressbook/content/exchangeContactsInit.js +50 -0
- addressbook/content/exchangeContactsInit.xul addressbook/content/exchangeContactsInit.xul +32 -0
- addressbook/content/exchangecontacts.png addressbook/content/exchangecontacts.png +0 -0
- addressbook/content/loading-from-server.png addressbook/content/loading-from-server.png +0 -0
- addressbook/exchangeAddressBook.manifest addressbook/exchangeAddressBook.manifest +30 -0
- addressbook/exchangeapi/erExpandDL.js addressbook/exchangeapi/erExpandDL.js +136 -0
- addressbook/exchangeapi/erFindContacts.js addressbook/exchangeapi/erFindContacts.js +185 -0
- addressbook/exchangeapi/erGetContacts.js addressbook/exchangeapi/erGetContacts.js +149 -0
- addressbook/exchangeapi/erResolveNames.js addressbook/exchangeapi/erResolveNames.js +158 -0
- addressbook/exchangeapi/erSyncContactsFolder.js addressbook/exchangeapi/erSyncContactsFolder.js +219 -0
- addressbook/exchangeapi/exchangeAbFunctions.js addressbook/exchangeapi/exchangeAbFunctions.js +294 -0
- addressbook/interface/exchangeAbCard/mivExchangeAbCard.idl addressbook/interface/exchangeAbCard/mivExchangeAbCard.idl +0 -0
- addressbook/interface/exchangeAbCard/mivExchangeAbCard.js addressbook/interface/exchangeAbCard/mivExchangeAbCard.js +570 -0
- addressbook/interface/exchangeAbCard/mivExchangeAbCard.manifest ...sbook/interface/exchangeAbCard/mivExchangeAbCard.manifest +0 -0
- addressbook/interface/exchangeAbCard/mivExchangeAbCard.xpt addressbook/interface/exchangeAbCard/mivExchangeAbCard.xpt +0 -0
- addressbook/interface/exchangeAbDirFactory/exchangeAbDirFactory.idl ...k/interface/exchangeAbDirFactory/exchangeAbDirFactory.idl +0 -0
- addressbook/interface/exchangeAbDirFactory/exchangeAbDirFactory.js ...ok/interface/exchangeAbDirFactory/exchangeAbDirFactory.js +93 -0
- addressbook/interface/exchangeAbDirFactory/exchangeAbDirFactory.manifest ...erface/exchangeAbDirFactory/exchangeAbDirFactory.manifest +0 -0
- addressbook/interface/exchangeAbDirFactory/exchangeAbDirFactory.xpt ...k/interface/exchangeAbDirFactory/exchangeAbDirFactory.xpt +0 -0
- addressbook/interface/exchangeAbDistListDirectory/exchangeAbDistListDirectory.idl ...changeAbDistListDirectory/exchangeAbDistListDirectory.idl +0 -0
- addressbook/interface/exchangeAbDistListDirectory/exchangeAbDistListDirectory.js ...xchangeAbDistListDirectory/exchangeAbDistListDirectory.js +1425 -0
- addressbook/interface/exchangeAbDistListDirectory/exchangeAbDistListDirectory.manifest ...eAbDistListDirectory/exchangeAbDistListDirectory.manifest +0 -0
- addressbook/interface/exchangeAbDistListDirectory/exchangeAbDistListDirectory.xpt ...changeAbDistListDirectory/exchangeAbDistListDirectory.xpt +0 -0
- addressbook/interface/exchangeAbFolderDirectory/exchangeAbFolderDirectory.idl ...e/exchangeAbFolderDirectory/exchangeAbFolderDirectory.idl +0 -0
- addressbook/interface/exchangeAbFolderDirectory/exchangeAbFolderDirectory.js ...ce/exchangeAbFolderDirectory/exchangeAbFolderDirectory.js +1507 -0
- addressbook/interface/exchangeAbFolderDirectory/exchangeAbFolderDirectory.manifest ...hangeAbFolderDirectory/exchangeAbFolderDirectory.manifest +0 -0
- addressbook/interface/exchangeAbFolderDirectory/exchangeAbFolderDirectory.xpt ...e/exchangeAbFolderDirectory/exchangeAbFolderDirectory.xpt +0 -0
- addressbook/interface/exchangeAbRootDirectory/exchangeAbRootDirectory.idl ...rface/exchangeAbRootDirectory/exchangeAbRootDirectory.idl +0 -0
- addressbook/interface/exchangeAbRootDirectory/exchangeAbRootDirectory.js ...erface/exchangeAbRootDirectory/exchangeAbRootDirectory.js +826 -0
- addressbook/interface/exchangeAbRootDirectory/exchangeAbRootDirectory.manifest .../exchangeAbRootDirectory/exchangeAbRootDirectory.manifest +0 -0
- addressbook/interface/exchangeAbRootDirectory/exchangeAbRootDirectory.xpt ...rface/exchangeAbRootDirectory/exchangeAbRootDirectory.xpt +0 -0
- addressbook/interface/exchangeAutoCompleteResult/mivExchangeAutoCompleteResult.idl ...hangeAutoCompleteResult/mivExchangeAutoCompleteResult.idl +0 -0
- addressbook/interface/exchangeAutoCompleteResult/mivExchangeAutoCompleteResult.js ...changeAutoCompleteResult/mivExchangeAutoCompleteResult.js +298 -0
- addressbook/interface/exchangeAutoCompleteResult/mivExchangeAutoCompleteResult.manifest ...AutoCompleteResult/mivExchangeAutoCompleteResult.manifest +0 -0
- addressbook/interface/exchangeAutoCompleteResult/mivExchangeAutoCompleteResult.xpt ...hangeAutoCompleteResult/mivExchangeAutoCompleteResult.xpt +0 -0
- addressbook/interface/exchangeAutoCompleteSearch/mivExchangeAutoCompleteSearch.idl ...hangeAutoCompleteSearch/mivExchangeAutoCompleteSearch.idl +0 -0
- addressbook/interface/exchangeAutoCompleteSearch/mivExchangeAutoCompleteSearch.js ...changeAutoCompleteSearch/mivExchangeAutoCompleteSearch.js +237 -0
- addressbook/interface/exchangeAutoCompleteSearch/mivExchangeAutoCompleteSearch.manifest ...AutoCompleteSearch/mivExchangeAutoCompleteSearch.manifest +0 -0
- addressbook/interface/exchangeAutoCompleteSearch/mivExchangeAutoCompleteSearch.xpt ...hangeAutoCompleteSearch/mivExchangeAutoCompleteSearch.xpt +0 -0
- addressbook/locale/cs_CZ/ExchangeContacts.properties addressbook/locale/cs_CZ/ExchangeContacts.properties +3 -0
- addressbook/locale/cs_CZ/ExchangeDistLists.properties addressbook/locale/cs_CZ/ExchangeDistLists.properties +3 -0
- addressbook/locale/cs_CZ/addressbookOverlay.dtd addressbook/locale/cs_CZ/addressbookOverlay.dtd +9 -0
- addressbook/locale/cs_CZ/exchangeContactSettings.dtd addressbook/locale/cs_CZ/exchangeContactSettings.dtd +11 -0
- addressbook/locale/de/ExchangeContacts.properties addressbook/locale/de/ExchangeContacts.properties +0 -0
- addressbook/locale/de/ExchangeDistLists.properties addressbook/locale/de/ExchangeDistLists.properties +0 -0
- addressbook/locale/de/addressbookOverlay.dtd addressbook/locale/de/addressbookOverlay.dtd +0 -0
- addressbook/locale/de/exchangeContactSettings.dtd addressbook/locale/de/exchangeContactSettings.dtd +0 -0
- addressbook/locale/en/ExchangeContacts.properties addressbook/locale/en/ExchangeContacts.properties +0 -0
- addressbook/locale/en/ExchangeDistLists.properties addressbook/locale/en/ExchangeDistLists.properties +0 -0
- addressbook/locale/en/addressbookOverlay.dtd addressbook/locale/en/addressbookOverlay.dtd +0 -0
- addressbook/locale/en/exchangeContactSettings.dtd addressbook/locale/en/exchangeContactSettings.dtd +0 -0
- addressbook/locale/en_US/ExchangeContacts.properties addressbook/locale/en_US/ExchangeContacts.properties +3 -0
- addressbook/locale/en_US/ExchangeDistLists.properties addressbook/locale/en_US/ExchangeDistLists.properties +0 -0
- addressbook/locale/en_US/addressbookOverlay.dtd addressbook/locale/en_US/addressbookOverlay.dtd +0 -0
- addressbook/locale/en_US/exchangeContactSettings.dtd addressbook/locale/en_US/exchangeContactSettings.dtd +0 -0
- addressbook/locale/fr_FR/ExchangeContacts.properties addressbook/locale/fr_FR/ExchangeContacts.properties +0 -0
- addressbook/locale/fr_FR/ExchangeDistLists.properties addressbook/locale/fr_FR/ExchangeDistLists.properties +0 -0
- addressbook/locale/fr_FR/addressbookOverlay.dtd addressbook/locale/fr_FR/addressbookOverlay.dtd +0 -0
- addressbook/locale/fr_FR/exchangeContactSettings.dtd addressbook/locale/fr_FR/exchangeContactSettings.dtd +0 -0
- addressbook/locale/it_IT/ExchangeContacts.properties addressbook/locale/it_IT/ExchangeContacts.properties +3 -0
- addressbook/locale/it_IT/ExchangeDistLists.properties addressbook/locale/it_IT/ExchangeDistLists.properties +3 -0
- addressbook/locale/it_IT/addressbookOverlay.dtd addressbook/locale/it_IT/addressbookOverlay.dtd +9 -0
- addressbook/locale/it_IT/exchangeContactSettings.dtd addressbook/locale/it_IT/exchangeContactSettings.dtd +11 -0
- addressbook/locale/ja_JP/ExchangeContacts.properties addressbook/locale/ja_JP/ExchangeContacts.properties +0 -0
- addressbook/locale/ja_JP/ExchangeDistLists.properties addressbook/locale/ja_JP/ExchangeDistLists.properties +3 -0
- addressbook/locale/ja_JP/addressbookOverlay.dtd addressbook/locale/ja_JP/addressbookOverlay.dtd +9 -0
- addressbook/locale/ja_JP/exchangeContactSettings.dtd addressbook/locale/ja_JP/exchangeContactSettings.dtd +11 -0
- addressbook/locale/nl/ExchangeContacts.properties addressbook/locale/nl/ExchangeContacts.properties +0 -0
- addressbook/locale/nl/ExchangeDistLists.properties addressbook/locale/nl/ExchangeDistLists.properties +0 -0
- addressbook/locale/nl/addressbookOverlay.dtd addressbook/locale/nl/addressbookOverlay.dtd +0 -0
- addressbook/locale/nl/exchangeContactSettings.dtd addressbook/locale/nl/exchangeContactSettings.dtd +0 -0
- addressbook/locale/pl/ExchangeContacts.properties addressbook/locale/pl/ExchangeContacts.properties +3 -0
- addressbook/locale/pl/ExchangeDistLists.properties addressbook/locale/pl/ExchangeDistLists.properties +3 -0
- addressbook/locale/pl/addressbookOverlay.dtd addressbook/locale/pl/addressbookOverlay.dtd +9 -0
- addressbook/locale/pl/exchangeContactSettings.dtd addressbook/locale/pl/exchangeContactSettings.dtd +11 -0
- addressbook/locale/ru/ExchangeContacts.properties addressbook/locale/ru/ExchangeContacts.properties +0 -0
- addressbook/locale/ru/ExchangeDistLists.properties addressbook/locale/ru/ExchangeDistLists.properties +0 -0
- addressbook/locale/ru/addressbookOverlay.dtd addressbook/locale/ru/addressbookOverlay.dtd +0 -0
- addressbook/locale/ru/exchangeContactSettings.dtd addressbook/locale/ru/exchangeContactSettings.dtd +0 -0
- addressbook/locale/sk/ExchangeContacts.properties addressbook/locale/sk/ExchangeContacts.properties +3 -0
- addressbook/locale/sk/ExchangeDistLists.properties addressbook/locale/sk/ExchangeDistLists.properties +3 -0
- addressbook/locale/sk/addressbookOverlay.dtd addressbook/locale/sk/addressbookOverlay.dtd +9 -0
- addressbook/locale/sk/exchangeContactSettings.dtd addressbook/locale/sk/exchangeContactSettings.dtd +11 -0
- addressbook/locale/sv/ExchangeContacts.properties addressbook/locale/sv/ExchangeContacts.properties +0 -0
- addressbook/locale/sv/ExchangeDistLists.properties addressbook/locale/sv/ExchangeDistLists.properties +0 -0
- addressbook/locale/sv/addressbookOverlay.dtd addressbook/locale/sv/addressbookOverlay.dtd +0 -0
- addressbook/locale/sv/exchangeContactSettings.dtd addressbook/locale/sv/exchangeContactSettings.dtd +0 -0
- addressbook/locale/tr/ExchangeContacts.properties addressbook/locale/tr/ExchangeContacts.properties +3 -0
- addressbook/locale/tr/ExchangeDistLists.properties addressbook/locale/tr/ExchangeDistLists.properties +3 -0
- addressbook/locale/tr/addressbookOverlay.dtd addressbook/locale/tr/addressbookOverlay.dtd +9 -0
- addressbook/locale/tr/exchangeContactSettings.dtd addressbook/locale/tr/exchangeContactSettings.dtd +11 -0
- build.sh build.sh +0 -32
- calendar/content/calendar-calendars-list.js calendar/content/calendar-calendars-list.js +277 -0
- calendar/content/calendar-calendars-list.xul calendar/content/calendar-calendars-list.xul +84 -0
- calendar/content/calendar-common-sets.js calendar/content/calendar-common-sets.js +134 -0
- calendar/content/calendar-common-sets.xul calendar/content/calendar-common-sets.xul +69 -0
- calendar/content/calendar-event-dialog-attendees.xml calendar/content/calendar-event-dialog-attendees.xml +181 -0
- calendar/content/calendar-event-dialog-attendees.xul calendar/content/calendar-event-dialog-attendees.xul +44 -0
- calendar/content/calendar-event-dialog-reminder.js calendar/content/calendar-event-dialog-reminder.js +144 -0
- calendar/content/calendar-event-dialog-reminder.xul calendar/content/calendar-event-dialog-reminder.xul +60 -0
- calendar/content/calendar-event-dialog.js calendar/content/calendar-event-dialog.js +60 -0
- calendar/content/calendar-event-dialog.xul calendar/content/calendar-event-dialog.xul +54 -0
- calendar/content/calendar-list-tree.xml calendar/content/calendar-list-tree.xml +237 -0
- calendar/content/calendar-properties-dialog.js calendar/content/calendar-properties-dialog.js +76 -0
- calendar/content/calendar-properties-dialog.xul calendar/content/calendar-properties-dialog.xul +54 -0
- calendar/content/calendar-summary-dialog.js calendar/content/calendar-summary-dialog.js +701 -0
- calendar/content/calendar-summary-dialog.xul calendar/content/calendar-summary-dialog.xul +160 -0
- calendar/content/calendar-task-view.js calendar/content/calendar-task-view.js +107 -0
- calendar/content/calendar-task-view.xul calendar/content/calendar-task-view.xul +94 -0
- calendar/content/delegateCalendar.js calendar/content/delegateCalendar.js +896 -0
- calendar/content/delegateCalendar.xul calendar/content/delegateCalendar.xul +323 -0
- calendar/content/ecCalendarCreation.js calendar/content/ecCalendarCreation.js +221 -0
- calendar/content/ecCalendarCreation.xul calendar/content/ecCalendarCreation.xul +83 -0
- calendar/content/lightning-item-iframe.js calendar/content/lightning-item-iframe.js +324 -0
- calendar/content/lightning-item-iframe.xul calendar/content/lightning-item-iframe.xul +142 -0
- calendar/content/messenger_task_delegation.js calendar/content/messenger_task_delegation.js +177 -0
- calendar/content/messenger_task_delegation.xul calendar/content/messenger_task_delegation.xul +100 -0
- calendar/exchangeCalendar.manifest calendar/exchangeCalendar.manifest +45 -0
- calendar/exchangeapi/erAddDelegateRequest.js calendar/exchangeapi/erAddDelegateRequest.js +188 -0
- calendar/exchangeapi/erCreateAttachment.js calendar/exchangeapi/erCreateAttachment.js +207 -0
- calendar/exchangeapi/erDeleteAttachment.js calendar/exchangeapi/erDeleteAttachment.js +151 -0
- calendar/exchangeapi/erFindCalendarItems.js calendar/exchangeapi/erFindCalendarItems.js +302 -0
- calendar/exchangeapi/erFindFollowupItems.js calendar/exchangeapi/erFindFollowupItems.js +143 -0
- calendar/exchangeapi/erFindMasterOccurrences.js calendar/exchangeapi/erFindMasterOccurrences.js +338 -0
- calendar/exchangeapi/erFindOccurrences.js calendar/exchangeapi/erFindOccurrences.js +276 -0
- calendar/exchangeapi/erFindTaskItems.js calendar/exchangeapi/erFindTaskItems.js +131 -0
- calendar/exchangeapi/erGetDelegateRequest.js calendar/exchangeapi/erGetDelegateRequest.js +199 -0
- calendar/exchangeapi/erGetMasterOccurrenceId.js calendar/exchangeapi/erGetMasterOccurrenceId.js +140 -0
- calendar/exchangeapi/erGetMeetingRequestByUID.js calendar/exchangeapi/erGetMeetingRequestByUID.js +201 -0
- calendar/exchangeapi/erGetOccurrenceIndex.js calendar/exchangeapi/erGetOccurrenceIndex.js +207 -0
- calendar/exchangeapi/erGetTimeZones.js calendar/exchangeapi/erGetTimeZones.js +136 -0
- calendar/exchangeapi/erRemoveDelegateRequest.js calendar/exchangeapi/erRemoveDelegateRequest.js +158 -0
- calendar/exchangeapi/erSendMeetingRespons.js calendar/exchangeapi/erSendMeetingRespons.js +180 -0
- calendar/exchangeapi/erSyncInbox.js calendar/exchangeapi/erSyncInbox.js +237 -0
- calendar/exchangeapi/erUpdateDelegateRequest.js calendar/exchangeapi/erUpdateDelegateRequest.js +198 -0
- calendar/interface/exchangeAttendee/mivExchangeAttendee.idl calendar/interface/exchangeAttendee/mivExchangeAttendee.idl +0 -0
- calendar/interface/exchangeAttendee/mivExchangeAttendee.js calendar/interface/exchangeAttendee/mivExchangeAttendee.js +339 -0
- calendar/interface/exchangeAttendee/mivExchangeAttendee.manifest ...r/interface/exchangeAttendee/mivExchangeAttendee.manifest +0 -0
- calendar/interface/exchangeAttendee/mivExchangeAttendee.xpt calendar/interface/exchangeAttendee/mivExchangeAttendee.xpt +0 -0
- calendar/interface/exchangeCalendar/mivExchangeCalendar.idl calendar/interface/exchangeCalendar/mivExchangeCalendar.idl +0 -0
- calendar/interface/exchangeCalendar/mivExchangeCalendar.js calendar/interface/exchangeCalendar/mivExchangeCalendar.js +11050 -0
- calendar/interface/exchangeCalendar/mivExchangeCalendar.manifest ...r/interface/exchangeCalendar/mivExchangeCalendar.manifest +0 -0
- calendar/interface/exchangeCalendar/mivExchangeCalendar.xpt calendar/interface/exchangeCalendar/mivExchangeCalendar.xpt +0 -0
- calendar/interface/exchangeEvent/mivExchangeEvent.idl calendar/interface/exchangeEvent/mivExchangeEvent.idl +0 -0
- calendar/interface/exchangeEvent/mivExchangeEvent.js calendar/interface/exchangeEvent/mivExchangeEvent.js +667 -0
- calendar/interface/exchangeEvent/mivExchangeEvent.manifest calendar/interface/exchangeEvent/mivExchangeEvent.manifest +0 -0
- calendar/interface/exchangeEvent/mivExchangeEvent.xpt calendar/interface/exchangeEvent/mivExchangeEvent.xpt +0 -0
- calendar/interface/exchangeRecurrenceInfo/mivExchangeRecurrenceInfo.idl ...face/exchangeRecurrenceInfo/mivExchangeRecurrenceInfo.idl +0 -0
- calendar/interface/exchangeRecurrenceInfo/mivExchangeRecurrenceInfo.js ...rface/exchangeRecurrenceInfo/mivExchangeRecurrenceInfo.js +461 -0
- calendar/interface/exchangeRecurrenceInfo/mivExchangeRecurrenceInfo.manifest ...exchangeRecurrenceInfo/mivExchangeRecurrenceInfo.manifest +0 -0
- calendar/interface/exchangeRecurrenceInfo/mivExchangeRecurrenceInfo.xpt ...face/exchangeRecurrenceInfo/mivExchangeRecurrenceInfo.xpt +0 -0
- calendar/interface/exchangeTimeZones/ewsTimesZoneDefinitions_2007.xml ...erface/exchangeTimeZones/ewsTimesZoneDefinitions_2007.xml +0 -0
- calendar/interface/exchangeTimeZones/mivExchangeTimeZone.idl calendar/interface/exchangeTimeZones/mivExchangeTimeZone.idl +0 -0
- calendar/interface/exchangeTimeZones/mivExchangeTimeZone.js calendar/interface/exchangeTimeZones/mivExchangeTimeZone.js +421 -0
- calendar/interface/exchangeTimeZones/mivExchangeTimeZone.xpt calendar/interface/exchangeTimeZones/mivExchangeTimeZone.xpt +0 -0
- calendar/interface/exchangeTimeZones/mivExchangeTimeZones.idl ...ndar/interface/exchangeTimeZones/mivExchangeTimeZones.idl +0 -0
- calendar/interface/exchangeTimeZones/mivExchangeTimeZones.js calendar/interface/exchangeTimeZones/mivExchangeTimeZones.js +473 -0
- calendar/interface/exchangeTimeZones/mivExchangeTimeZones.manifest ...interface/exchangeTimeZones/mivExchangeTimeZones.manifest +0 -0
- calendar/interface/exchangeTimeZones/mivExchangeTimeZones.xpt ...ndar/interface/exchangeTimeZones/mivExchangeTimeZones.xpt +0 -0
- calendar/interface/exchangeTodo/mivExchangeTodo.idl calendar/interface/exchangeTodo/mivExchangeTodo.idl +0 -0
- calendar/interface/exchangeTodo/mivExchangeTodo.js calendar/interface/exchangeTodo/mivExchangeTodo.js +1191 -0
- calendar/interface/exchangeTodo/mivExchangeTodo.manifest calendar/interface/exchangeTodo/mivExchangeTodo.manifest +0 -0
- calendar/interface/exchangeTodo/mivExchangeTodo.xpt calendar/interface/exchangeTodo/mivExchangeTodo.xpt +0 -0
- calendar/locale/cs_CZ/attachments-view.dtd calendar/locale/cs_CZ/attachments-view.dtd +2 -0
- calendar/locale/cs_CZ/calendar-calendars-list.dtd calendar/locale/cs_CZ/calendar-calendars-list.dtd +5 -0
- calendar/locale/cs_CZ/calendar-summary-dialog.dtd calendar/locale/cs_CZ/calendar-summary-dialog.dtd +3 -0
- calendar/locale/cs_CZ/delegate-calendar-dialog.dtd calendar/locale/cs_CZ/delegate-calendar-dialog.dtd +25 -0
- calendar/locale/cs_CZ/ecCalendarCreation.dtd calendar/locale/cs_CZ/ecCalendarCreation.dtd +5 -0
- calendar/locale/cs_CZ/exchangeReminderDialog.dtd calendar/locale/cs_CZ/exchangeReminderDialog.dtd +4 -0
- calendar/locale/cs_CZ/lightning-item-iframe.dtd calendar/locale/cs_CZ/lightning-item-iframe.dtd +7 -0
- calendar/locale/cs_CZ/messenger_task_delegation.dtd calendar/locale/cs_CZ/messenger_task_delegation.dtd +6 -0
- calendar/locale/de/attachments-view.dtd calendar/locale/de/attachments-view.dtd +0 -0
- calendar/locale/de/calendar-calendars-list.dtd calendar/locale/de/calendar-calendars-list.dtd +0 -0
- calendar/locale/de/calendar-summary-dialog.dtd calendar/locale/de/calendar-summary-dialog.dtd +0 -0
- calendar/locale/de/delegate-calendar-dialog.dtd calendar/locale/de/delegate-calendar-dialog.dtd +0 -0
- calendar/locale/de/ecCalendarCreation.dtd calendar/locale/de/ecCalendarCreation.dtd +0 -0
- calendar/locale/de/exchangeReminderDialog.dtd calendar/locale/de/exchangeReminderDialog.dtd +0 -0
- calendar/locale/de/lightning-item-iframe.dtd calendar/locale/de/lightning-item-iframe.dtd +0 -0
- calendar/locale/de/messenger_task_delegation.dtd calendar/locale/de/messenger_task_delegation.dtd +0 -0
- calendar/locale/en/attachments-view.dtd calendar/locale/en/attachments-view.dtd +0 -0
- calendar/locale/en/calendar-calendars-list.dtd calendar/locale/en/calendar-calendars-list.dtd +5 -0
- calendar/locale/en/calendar-summary-dialog.dtd calendar/locale/en/calendar-summary-dialog.dtd +3 -0
- calendar/locale/en/delegate-calendar-dialog.dtd calendar/locale/en/delegate-calendar-dialog.dtd +25 -0
- calendar/locale/en/ecCalendarCreation.dtd calendar/locale/en/ecCalendarCreation.dtd +0 -0
- calendar/locale/en/exchangeReminderDialog.dtd calendar/locale/en/exchangeReminderDialog.dtd +0 -0
- calendar/locale/en/lightning-item-iframe.dtd calendar/locale/en/lightning-item-iframe.dtd +0 -0
- calendar/locale/en/messenger_task_delegation.dtd calendar/locale/en/messenger_task_delegation.dtd +0 -0
- calendar/locale/en_US/attachments-view.dtd calendar/locale/en_US/attachments-view.dtd +0 -0
- calendar/locale/en_US/calendar-calendars-list.dtd calendar/locale/en_US/calendar-calendars-list.dtd +5 -0
- calendar/locale/en_US/calendar-summary-dialog.dtd calendar/locale/en_US/calendar-summary-dialog.dtd +3 -0
- calendar/locale/en_US/delegate-calendar-dialog.dtd calendar/locale/en_US/delegate-calendar-dialog.dtd +25 -0
- calendar/locale/en_US/ecCalendarCreation.dtd calendar/locale/en_US/ecCalendarCreation.dtd +5 -0
- calendar/locale/en_US/exchangeReminderDialog.dtd calendar/locale/en_US/exchangeReminderDialog.dtd +0 -0
- calendar/locale/en_US/lightning-item-iframe.dtd calendar/locale/en_US/lightning-item-iframe.dtd +0 -0
- calendar/locale/en_US/messenger_task_delegation.dtd calendar/locale/en_US/messenger_task_delegation.dtd +0 -0
- calendar/locale/fr_FR/attachments-view.dtd calendar/locale/fr_FR/attachments-view.dtd +0 -0
- calendar/locale/fr_FR/calendar-calendars-list.dtd calendar/locale/fr_FR/calendar-calendars-list.dtd +0 -0
- calendar/locale/fr_FR/calendar-summary-dialog.dtd calendar/locale/fr_FR/calendar-summary-dialog.dtd +0 -0
- calendar/locale/fr_FR/delegate-calendar-dialog.dtd calendar/locale/fr_FR/delegate-calendar-dialog.dtd +0 -0
- calendar/locale/fr_FR/ecCalendarCreation.dtd calendar/locale/fr_FR/ecCalendarCreation.dtd +0 -0
- calendar/locale/fr_FR/exchangeReminderDialog.dtd calendar/locale/fr_FR/exchangeReminderDialog.dtd +0 -0
- calendar/locale/fr_FR/lightning-item-iframe.dtd calendar/locale/fr_FR/lightning-item-iframe.dtd +0 -0
- calendar/locale/fr_FR/messenger_task_delegation.dtd calendar/locale/fr_FR/messenger_task_delegation.dtd +0 -0
- calendar/locale/it_IT/attachments-view.dtd calendar/locale/it_IT/attachments-view.dtd +0 -0
- calendar/locale/it_IT/calendar-calendars-list.dtd calendar/locale/it_IT/calendar-calendars-list.dtd +0 -0
- calendar/locale/it_IT/calendar-summary-dialog.dtd calendar/locale/it_IT/calendar-summary-dialog.dtd +0 -0
- calendar/locale/it_IT/delegate-calendar-dialog.dtd calendar/locale/it_IT/delegate-calendar-dialog.dtd +0 -0
- calendar/locale/it_IT/ecCalendarCreation.dtd calendar/locale/it_IT/ecCalendarCreation.dtd +0 -0
- calendar/locale/it_IT/exchangeReminderDialog.dtd calendar/locale/it_IT/exchangeReminderDialog.dtd +0 -0
- calendar/locale/it_IT/lightning-item-iframe.dtd calendar/locale/it_IT/lightning-item-iframe.dtd +0 -0
- calendar/locale/it_IT/messenger_task_delegation.dtd calendar/locale/it_IT/messenger_task_delegation.dtd +0 -0
- calendar/locale/ja_JP/attachments-view.dtd calendar/locale/ja_JP/attachments-view.dtd +2 -0
- calendar/locale/ja_JP/calendar-calendars-list.dtd calendar/locale/ja_JP/calendar-calendars-list.dtd +0 -0
- calendar/locale/ja_JP/calendar-summary-dialog.dtd calendar/locale/ja_JP/calendar-summary-dialog.dtd +0 -0
- calendar/locale/ja_JP/delegate-calendar-dialog.dtd calendar/locale/ja_JP/delegate-calendar-dialog.dtd +0 -0
- calendar/locale/ja_JP/ecCalendarCreation.dtd calendar/locale/ja_JP/ecCalendarCreation.dtd +0 -0
- calendar/locale/ja_JP/exchangeReminderDialog.dtd calendar/locale/ja_JP/exchangeReminderDialog.dtd +4 -0
- calendar/locale/ja_JP/lightning-item-iframe.dtd calendar/locale/ja_JP/lightning-item-iframe.dtd +7 -0
- calendar/locale/ja_JP/messenger_task_delegation.dtd calendar/locale/ja_JP/messenger_task_delegation.dtd +6 -0
- calendar/locale/nl/attachments-view.dtd calendar/locale/nl/attachments-view.dtd +0 -0
- calendar/locale/nl/calendar-calendars-list.dtd calendar/locale/nl/calendar-calendars-list.dtd +0 -0
- calendar/locale/nl/calendar-summary-dialog.dtd calendar/locale/nl/calendar-summary-dialog.dtd +0 -0
- calendar/locale/nl/delegate-calendar-dialog.dtd calendar/locale/nl/delegate-calendar-dialog.dtd +0 -0
- calendar/locale/nl/ecCalendarCreation.dtd calendar/locale/nl/ecCalendarCreation.dtd +0 -0
- calendar/locale/nl/exchangeReminderDialog.dtd calendar/locale/nl/exchangeReminderDialog.dtd +0 -0
- calendar/locale/nl/lightning-item-iframe.dtd calendar/locale/nl/lightning-item-iframe.dtd +0 -0
- calendar/locale/nl/messenger_task_delegation.dtd calendar/locale/nl/messenger_task_delegation.dtd +0 -0
- calendar/locale/pl/attachments-view.dtd calendar/locale/pl/attachments-view.dtd +2 -0
- calendar/locale/pl/calendar-calendars-list.dtd calendar/locale/pl/calendar-calendars-list.dtd +5 -0
- calendar/locale/pl/calendar-summary-dialog.dtd calendar/locale/pl/calendar-summary-dialog.dtd +3 -0
- calendar/locale/pl/delegate-calendar-dialog.dtd calendar/locale/pl/delegate-calendar-dialog.dtd +25 -0
- calendar/locale/pl/ecCalendarCreation.dtd calendar/locale/pl/ecCalendarCreation.dtd +5 -0
- calendar/locale/pl/exchangeReminderDialog.dtd calendar/locale/pl/exchangeReminderDialog.dtd +4 -0
- calendar/locale/pl/lightning-item-iframe.dtd calendar/locale/pl/lightning-item-iframe.dtd +7 -0
- calendar/locale/pl/messenger_task_delegation.dtd calendar/locale/pl/messenger_task_delegation.dtd +6 -0
- calendar/locale/ru/attachments-view.dtd calendar/locale/ru/attachments-view.dtd +0 -0
- calendar/locale/ru/calendar-calendars-list.dtd calendar/locale/ru/calendar-calendars-list.dtd +0 -0
- calendar/locale/ru/calendar-summary-dialog.dtd calendar/locale/ru/calendar-summary-dialog.dtd +0 -0
- calendar/locale/ru/delegate-calendar-dialog.dtd calendar/locale/ru/delegate-calendar-dialog.dtd +0 -0
- calendar/locale/ru/ecCalendarCreation.dtd calendar/locale/ru/ecCalendarCreation.dtd +0 -0
- calendar/locale/ru/exchangeReminderDialog.dtd calendar/locale/ru/exchangeReminderDialog.dtd +0 -0
- calendar/locale/ru/lightning-item-iframe.dtd calendar/locale/ru/lightning-item-iframe.dtd +0 -0
- calendar/locale/ru/messenger_task_delegation.dtd calendar/locale/ru/messenger_task_delegation.dtd +0 -0
- calendar/locale/sk/attachments-view.dtd calendar/locale/sk/attachments-view.dtd +2 -0
- calendar/locale/sk/calendar-calendars-list.dtd calendar/locale/sk/calendar-calendars-list.dtd +5 -0
- calendar/locale/sk/calendar-summary-dialog.dtd calendar/locale/sk/calendar-summary-dialog.dtd +3 -0
- calendar/locale/sk/delegate-calendar-dialog.dtd calendar/locale/sk/delegate-calendar-dialog.dtd +25 -0
- calendar/locale/sk/ecCalendarCreation.dtd calendar/locale/sk/ecCalendarCreation.dtd +5 -0
- calendar/locale/sk/exchangeReminderDialog.dtd calendar/locale/sk/exchangeReminderDialog.dtd +4 -0
- calendar/locale/sk/lightning-item-iframe.dtd calendar/locale/sk/lightning-item-iframe.dtd +7 -0
- calendar/locale/sk/messenger_task_delegation.dtd calendar/locale/sk/messenger_task_delegation.dtd +6 -0
- calendar/locale/sv/attachments-view.dtd calendar/locale/sv/attachments-view.dtd +0 -0
- calendar/locale/sv/calendar-calendars-list.dtd calendar/locale/sv/calendar-calendars-list.dtd +0 -0
- calendar/locale/sv/calendar-summary-dialog.dtd calendar/locale/sv/calendar-summary-dialog.dtd +0 -0
- calendar/locale/sv/delegate-calendar-dialog.dtd calendar/locale/sv/delegate-calendar-dialog.dtd +0 -0
- calendar/locale/sv/ecCalendarCreation.dtd calendar/locale/sv/ecCalendarCreation.dtd +0 -0
- calendar/locale/sv/exchangeReminderDialog.dtd calendar/locale/sv/exchangeReminderDialog.dtd +0 -0
- calendar/locale/sv/lightning-item-iframe.dtd calendar/locale/sv/lightning-item-iframe.dtd +0 -0
- calendar/locale/sv/messenger_task_delegation.dtd calendar/locale/sv/messenger_task_delegation.dtd +0 -0
- calendar/locale/tr/attachments-view.dtd calendar/locale/tr/attachments-view.dtd +1 -0
- calendar/locale/tr/calendar-calendars-list.dtd calendar/locale/tr/calendar-calendars-list.dtd +5 -0
- calendar/locale/tr/calendar-summary-dialog.dtd calendar/locale/tr/calendar-summary-dialog.dtd +0 -0
- calendar/locale/tr/delegate-calendar-dialog.dtd calendar/locale/tr/delegate-calendar-dialog.dtd +25 -0
- calendar/locale/tr/ecCalendarCreation.dtd calendar/locale/tr/ecCalendarCreation.dtd +4 -0
- calendar/locale/tr/exchangeReminderDialog.dtd calendar/locale/tr/exchangeReminderDialog.dtd +3 -0
- calendar/locale/tr/lightning-item-iframe.dtd calendar/locale/tr/lightning-item-iframe.dtd +6 -0
- calendar/locale/tr/messenger_task_delegation.dtd calendar/locale/tr/messenger_task_delegation.dtd +6 -0
- chrome.manifest chrome.manifest +57 -70
- chrome/content/OutOfOfficeMenu.js chrome/content/OutOfOfficeMenu.js +0 -125
- chrome/content/OutOfOfficeMenu.xul chrome/content/OutOfOfficeMenu.xul +0 -55
- chrome/content/addressingWidgetOverlay.js chrome/content/addressingWidgetOverlay.js +0 -48
- chrome/content/addressingWidgetOverlay.xul chrome/content/addressingWidgetOverlay.xul +0 -31
- chrome/content/adutils.js chrome/content/adutils.js +0 -508
- chrome/content/attachments-view.js chrome/content/attachments-view.js +0 -620
- chrome/content/attachments-view.xul chrome/content/attachments-view.xul +0 -81
- chrome/content/browseFolder.js chrome/content/browseFolder.js +0 -411
- chrome/content/browseFolder.xul chrome/content/browseFolder.xul +0 -73
- chrome/content/cachePreferences.xul chrome/content/cachePreferences.xul +0 -86
- chrome/content/calendar-calendars-list.js chrome/content/calendar-calendars-list.js +0 -266
- chrome/content/calendar-calendars-list.xul chrome/content/calendar-calendars-list.xul +0 -86
- chrome/content/calendar-common-sets.js chrome/content/calendar-common-sets.js +0 -135
- chrome/content/calendar-common-sets.xul chrome/content/calendar-common-sets.xul +0 -65
- chrome/content/calendar-event-dialog-attendees.xml chrome/content/calendar-event-dialog-attendees.xml +0 -170
- chrome/content/calendar-event-dialog-attendees.xul chrome/content/calendar-event-dialog-attendees.xul +0 -45
- chrome/content/calendar-event-dialog-reminder.js chrome/content/calendar-event-dialog-reminder.js +0 -143
- chrome/content/calendar-event-dialog-reminder.xul chrome/content/calendar-event-dialog-reminder.xul +0 -59
- chrome/content/calendar-event-dialog.js chrome/content/calendar-event-dialog.js +0 -59
- chrome/content/calendar-event-dialog.xul chrome/content/calendar-event-dialog.xul +0 -62
- chrome/content/calendar-list-tree.xml chrome/content/calendar-list-tree.xml +0 -232
- chrome/content/calendar-properties-dialog.js chrome/content/calendar-properties-dialog.js +0 -76
- chrome/content/calendar-properties-dialog.xul chrome/content/calendar-properties-dialog.xul +0 -59
- chrome/content/calendar-summary-dialog.js chrome/content/calendar-summary-dialog.js +0 -699
- chrome/content/calendar-summary-dialog.xul chrome/content/calendar-summary-dialog.xul +0 -127
- chrome/content/calendar-task-view.js chrome/content/calendar-task-view.js +0 -109
- chrome/content/calendar-task-view.xul chrome/content/calendar-task-view.xul +0 -98
- chrome/content/check4lightning.js chrome/content/check4lightning.js +0 -244
- chrome/content/check4lightning.xul chrome/content/check4lightning.xul +0 -40
- chrome/content/debugPreferences.js chrome/content/debugPreferences.js +0 -102
- chrome/content/debugPreferences.xul chrome/content/debugPreferences.xul +0 -197
- chrome/content/delegateCalendar.js chrome/content/delegateCalendar.js +0 -916
- chrome/content/delegateCalendar.xul chrome/content/delegateCalendar.xul +0 -229
- chrome/content/delegateFolder.js chrome/content/delegateFolder.js +0 -737
- chrome/content/ecCalendarCreation.js chrome/content/ecCalendarCreation.js +0 -226
- chrome/content/ecCalendarCreation.xul chrome/content/ecCalendarCreation.xul +0 -78
- chrome/content/exchService-common-sets.js chrome/content/exchService-common-sets.js +0 -145
- chrome/content/exchService-followup-event-dialog.xml chrome/content/exchService-followup-event-dialog.xml +0 -1380
- chrome/content/exchWebServiceEditor.xml chrome/content/exchWebServiceEditor.xml +0 -773
- chrome/content/exchWebService_bindings.xml chrome/content/exchWebService_bindings.xml +0 -58
- chrome/content/exchangeCloneSettings.js chrome/content/exchangeCloneSettings.js +0 -96
- chrome/content/exchangeCloneSettings.xul chrome/content/exchangeCloneSettings.xul +0 -55
- chrome/content/exchangeSettings.js chrome/content/exchangeSettings.js +0 -424
- chrome/content/exchangeSettings.xul chrome/content/exchangeSettings.xul +0 -448
- chrome/content/exchangeSettingsOverlay.js chrome/content/exchangeSettingsOverlay.js +0 -971
- chrome/content/exchangeSettingsOverlay.xul chrome/content/exchangeSettingsOverlay.xul +0 -173
- chrome/content/extra-messenger-preferences.xul chrome/content/extra-messenger-preferences.xul +0 -102
- chrome/content/extra-suite-preferences.xul chrome/content/extra-suite-preferences.xul +0 -109
- chrome/content/folderPropsOverlay.xul chrome/content/folderPropsOverlay.xul +0 -232
- chrome/content/invitationResponse.js chrome/content/invitationResponse.js +0 -142
- chrome/content/invitationResponse.xul chrome/content/invitationResponse.xul +0 -102
- chrome/content/invite-style.js chrome/content/invite-style.js +0 -262
- chrome/content/invite-style.xul chrome/content/invite-style.xul +0 -19
- chrome/content/lightning-item-iframe.js chrome/content/lightning-item-iframe.js +0 -324
- chrome/content/lightning-item-iframe.xul chrome/content/lightning-item-iframe.xul +0 -151
- chrome/content/lightningtimezoneOverlay.js chrome/content/lightningtimezoneOverlay.js +0 -80
- chrome/content/lightningtimezoneOverlay.xul chrome/content/lightningtimezoneOverlay.xul +0 -5
- chrome/content/manageEWSAccounts.js chrome/content/manageEWSAccounts.js +0 -432
- chrome/content/manageEWSAccounts.xul chrome/content/manageEWSAccounts.xul +0 -101
- chrome/content/manageEWSAccountsMenu.js chrome/content/manageEWSAccountsMenu.js +0 -42
- chrome/content/manageEWSAccountsMenu.xul chrome/content/manageEWSAccountsMenu.xul +0 -48
- chrome/content/messenger-overlay-preferences.xul chrome/content/messenger-overlay-preferences.xul +0 -95
- chrome/content/messenger_task_delegation.js chrome/content/messenger_task_delegation.js +0 -166
- chrome/content/messenger_task_delegation.xul chrome/content/messenger_task_delegation.xul +0 -69
- chrome/content/msgHdrUtils.js chrome/content/msgHdrUtils.js +0 -412
- chrome/content/offlineCacheSettings.js chrome/content/offlineCacheSettings.js +0 -191
- chrome/content/oofSettings.js chrome/content/oofSettings.js +0 -258
- chrome/content/oofSettings.xul chrome/content/oofSettings.xul +0 -145
- chrome/content/otherPreferences.js chrome/content/otherPreferences.js +0 -94
- chrome/content/otherPreferences.xul chrome/content/otherPreferences.xul +0 -177
- chrome/content/preInvitationResponse.js chrome/content/preInvitationResponse.js +0 -82
- chrome/content/preInvitationResponse.xul chrome/content/preInvitationResponse.xul +0 -86
- chrome/content/priority-display.js chrome/content/priority-display.js +0 -234
- chrome/content/priority-display.xul chrome/content/priority-display.xul +0 -15
- chrome/content/progress_panel.js chrome/content/progress_panel.js +0 -213
- chrome/content/progress_panel.xml chrome/content/progress_panel.xml +0 -125
- chrome/content/progress_panel.xul chrome/content/progress_panel.xul +0 -63
- chrome/content/rtews-overlay.xul chrome/content/rtews-overlay.xul +0 -9
- chrome/content/rtews.js chrome/content/rtews.js +0 -1332
- chrome/content/selectEWSUrl.js chrome/content/selectEWSUrl.js +0 -81
- chrome/content/selectEWSUrl.xul chrome/content/selectEWSUrl.xul +0 -71
- chrome/content/sendUpdateTo.js chrome/content/sendUpdateTo.js +0 -58
- chrome/content/sendUpdateTo.xul chrome/content/sendUpdateTo.xul +0 -72
- chrome/content/sharedCalendarParser.js chrome/content/sharedCalendarParser.js +0 -145
- chrome/content/sharedCalendarParser.xul chrome/content/sharedCalendarParser.xul +0 -71
- chrome/content/suite-overlay-preferences.xul chrome/content/suite-overlay-preferences.xul +0 -101
- chrome/content/timezonePreference.js chrome/content/timezonePreference.js +0 -43
- chrome/content/timezonePreference.xul chrome/content/timezonePreference.xul +0 -24
- chrome/skins/common/addressingWidgetOverlay.css chrome/skins/common/addressingWidgetOverlay.css +0 -11
- chrome/skins/common/browseFolder.css chrome/skins/common/browseFolder.css +0 -6
- chrome/skins/common/calendar-calendars-list.css chrome/skins/common/calendar-calendars-list.css +0 -13
- chrome/skins/common/exchWebServiceEditor.css chrome/skins/common/exchWebServiceEditor.css +0 -110
- chrome/skins/common/extras-preferences.css chrome/skins/common/extras-preferences.css +0 -3
- chrome/skins/common/invite-style.css chrome/skins/common/invite-style.css +0 -3
- chrome/skins/common/itemBodyEditor.css chrome/skins/common/itemBodyEditor.css +0 -3
- chrome/skins/common/manageEWSAccounts.css chrome/skins/common/manageEWSAccounts.css +0 -26
- chrome/skins/common/oofSettings.css chrome/skins/common/oofSettings.css +0 -3
- chrome/skins/common/preferences.css chrome/skins/common/preferences.css +0 -3
- chrome/skins/common/priority-display.css chrome/skins/common/priority-display.css +0 -564
- chrome/skins/common/progress_panel.css chrome/skins/common/progress_panel.css +0 -28
- chrome/skins/mac/addressingWidgetOverlay.css chrome/skins/mac/addressingWidgetOverlay.css +0 -1
- chrome/skins/mac/browseFolder.css chrome/skins/mac/browseFolder.css +0 -1
- chrome/skins/mac/calendar-calendars-list.css chrome/skins/mac/calendar-calendars-list.css +0 -1
- chrome/skins/mac/calendar-event-dialog-attendees.css chrome/skins/mac/calendar-event-dialog-attendees.css +0 -1
- chrome/skins/mac/calendar-summary-dialog.css chrome/skins/mac/calendar-summary-dialog.css +0 -1
- chrome/skins/mac/delegateCalendar.css chrome/skins/mac/delegateCalendar.css +0 -1
- chrome/skins/mac/exchWebServiceEditor.css chrome/skins/mac/exchWebServiceEditor.css +0 -1
- chrome/skins/mac/extras-preferences.css chrome/skins/mac/extras-preferences.css +0 -1
- chrome/skins/mac/invite-style.css chrome/skins/mac/invite-style.css +0 -1
- chrome/skins/mac/itemBodyEditor.css chrome/skins/mac/itemBodyEditor.css +0 -1
- chrome/skins/mac/manageEWSAccounts.css chrome/skins/mac/manageEWSAccounts.css +0 -1
- chrome/skins/mac/oofSettings.css chrome/skins/mac/oofSettings.css +0 -1
- chrome/skins/mac/preferences.css chrome/skins/mac/preferences.css +0 -2
- chrome/skins/mac/priority-display.css chrome/skins/mac/priority-display.css +0 -1
- chrome/skins/mac/progress_panel.css chrome/skins/mac/progress_panel.css +0 -1
- chrome/skins/mac/sharedCalendarParser.css chrome/skins/mac/sharedCalendarParser.css +0 -1
- chrome/skins/unix/addressingWidgetOverlay.css chrome/skins/unix/addressingWidgetOverlay.css +0 -1
- chrome/skins/unix/browseFolder.css chrome/skins/unix/browseFolder.css +0 -1
- chrome/skins/unix/calendar-calendars-list.css chrome/skins/unix/calendar-calendars-list.css +0 -1
- chrome/skins/unix/calendar-event-dialog-attendees.css chrome/skins/unix/calendar-event-dialog-attendees.css +0 -1
- chrome/skins/unix/calendar-summary-dialog.css chrome/skins/unix/calendar-summary-dialog.css +0 -1
- chrome/skins/unix/delegateCalendar.css chrome/skins/unix/delegateCalendar.css +0 -1
- chrome/skins/unix/exchWebServiceEditor.css chrome/skins/unix/exchWebServiceEditor.css +0 -1
- chrome/skins/unix/extras-preferences.css chrome/skins/unix/extras-preferences.css +0 -1
- chrome/skins/unix/invite-style.css chrome/skins/unix/invite-style.css +0 -1
- chrome/skins/unix/itemBodyEditor.css chrome/skins/unix/itemBodyEditor.css +0 -1
- chrome/skins/unix/manageEWSAccounts.css chrome/skins/unix/manageEWSAccounts.css +0 -1
- chrome/skins/unix/oofSettings.css chrome/skins/unix/oofSettings.css +0 -1
- chrome/skins/unix/preferences.css chrome/skins/unix/preferences.css +0 -2
- chrome/skins/unix/priority-display.css chrome/skins/unix/priority-display.css +0 -1
- chrome/skins/unix/progress_panel.css chrome/skins/unix/progress_panel.css +0 -1
- chrome/skins/unix/sharedCalendarParser.css chrome/skins/unix/sharedCalendarParser.css +0 -1
- chrome/skins/win/addressingWidgetOverlay.css chrome/skins/win/addressingWidgetOverlay.css +0 -1
- chrome/skins/win/browseFolder.css chrome/skins/win/browseFolder.css +0 -1
- chrome/skins/win/calendar-calendars-list.css chrome/skins/win/calendar-calendars-list.css +0 -1
- chrome/skins/win/calendar-event-dialog-attendees.css chrome/skins/win/calendar-event-dialog-attendees.css +0 -1
- chrome/skins/win/calendar-summary-dialog.css chrome/skins/win/calendar-summary-dialog.css +0 -1
- chrome/skins/win/delegateCalendar.css chrome/skins/win/delegateCalendar.css +0 -1
- chrome/skins/win/exchWebServiceEditor.css chrome/skins/win/exchWebServiceEditor.css +0 -1
- chrome/skins/win/extras-preferences.css chrome/skins/win/extras-preferences.css +0 -1
- chrome/skins/win/invite-style.css chrome/skins/win/invite-style.css +0 -1
- chrome/skins/win/itemBodyEditor.css chrome/skins/win/itemBodyEditor.css +0 -1
- chrome/skins/win/manageEWSAccounts.css chrome/skins/win/manageEWSAccounts.css +0 -1
- chrome/skins/win/oofSettings.css chrome/skins/win/oofSettings.css +0 -1
- chrome/skins/win/preferences.css chrome/skins/win/preferences.css +0 -2
- chrome/skins/win/priority-display.css chrome/skins/win/priority-display.css +0 -1
- chrome/skins/win/progress_panel.css chrome/skins/win/progress_panel.css +0 -1
- chrome/skins/win/sharedCalendarParser.css chrome/skins/win/sharedCalendarParser.css +0 -1
- chrome/skins/winaero/addressingWidgetOverlay.css chrome/skins/winaero/addressingWidgetOverlay.css +0 -1
- chrome/skins/winaero/browseFolder.css chrome/skins/winaero/browseFolder.css +0 -1
- chrome/skins/winaero/calendar-calendars-list.css chrome/skins/winaero/calendar-calendars-list.css +0 -1
- chrome/skins/winaero/calendar-event-dialog-attendees.css chrome/skins/winaero/calendar-event-dialog-attendees.css +0 -1
- chrome/skins/winaero/calendar-summary-dialog.css chrome/skins/winaero/calendar-summary-dialog.css +0 -1
- chrome/skins/winaero/delegateCalendar.css chrome/skins/winaero/delegateCalendar.css +0 -1
- chrome/skins/winaero/exchWebServiceEditor.css chrome/skins/winaero/exchWebServiceEditor.css +0 -1
- chrome/skins/winaero/extras-preferences.css chrome/skins/winaero/extras-preferences.css +0 -1
- chrome/skins/winaero/invite-style.css chrome/skins/winaero/invite-style.css +0 -1
- chrome/skins/winaero/itemBodyEditor.css chrome/skins/winaero/itemBodyEditor.css +0 -1
- chrome/skins/winaero/manageEWSAccounts.css chrome/skins/winaero/manageEWSAccounts.css +0 -1
- chrome/skins/winaero/oofSettings.css chrome/skins/winaero/oofSettings.css +0 -1
- chrome/skins/winaero/preferences.css chrome/skins/winaero/preferences.css +0 -2
- chrome/skins/winaero/priority-display.css chrome/skins/winaero/priority-display.css +0 -1
- chrome/skins/winaero/progress_panel.css chrome/skins/winaero/progress_panel.css +0 -1
- chrome/skins/winaero/sharedCalendarParser.css chrome/skins/winaero/sharedCalendarParser.css +0 -1
- common/content/OutOfOfficeMenu.js common/content/OutOfOfficeMenu.js +131 -0
- common/content/OutOfOfficeMenu.xul common/content/OutOfOfficeMenu.xul +59 -0
- common/content/addressingWidgetOverlay.js common/content/addressingWidgetOverlay.js +48 -0
- common/content/addressingWidgetOverlay.xul common/content/addressingWidgetOverlay.xul +28 -0
- common/content/adutils.js common/content/adutils.js +514 -0
- common/content/attachments-view.js common/content/attachments-view.js +640 -0
- common/content/attachments-view.xul common/content/attachments-view.xul +75 -0
- common/content/browseFolder.js common/content/browseFolder.js +417 -0
- common/content/browseFolder.xul common/content/browseFolder.xul +79 -0
- common/content/cachePreferences.xul common/content/cachePreferences.xul +85 -0
- common/content/check4lightning.js common/content/check4lightning.js +253 -0
- common/content/check4lightning.xul common/content/check4lightning.xul +39 -0
- common/content/debugPreferences.js common/content/debugPreferences.js +99 -0
- common/content/debugPreferences.xul common/content/debugPreferences.xul +194 -0
- common/content/delegateFolder.js common/content/delegateFolder.js +766 -0
- common/content/exchService-followup-event-dialog.xml common/content/exchService-followup-event-dialog.xml +1376 -0
- common/content/exchWebServiceEditor.xml common/content/exchWebServiceEditor.xml +795 -0
- common/content/exchWebService_bindings.xml common/content/exchWebService_bindings.xml +49 -0
- common/content/exchangeCloneSettings.js common/content/exchangeCloneSettings.js +91 -0
- common/content/exchangeCloneSettings.xul common/content/exchangeCloneSettings.xul +48 -0
- common/content/exchangeSettings.js common/content/exchangeSettings.js +420 -0
- common/content/exchangeSettings.xul common/content/exchangeSettings.xul +456 -0
- common/content/exchangeSettingsOverlay.js common/content/exchangeSettingsOverlay.js +995 -0
- common/content/exchangeSettingsOverlay.xul common/content/exchangeSettingsOverlay.xul +277 -0
- common/content/extra-messenger-preferences.xul common/content/extra-messenger-preferences.xul +108 -0
- common/content/extra-suite-preferences.xul common/content/extra-suite-preferences.xul +116 -0
- common/content/folderPropsOverlay.xul common/content/folderPropsOverlay.xul +328 -0
- common/content/invitationResponse.js common/content/invitationResponse.js +138 -0
- common/content/invitationResponse.xul common/content/invitationResponse.xul +137 -0
- common/content/invite-style.js common/content/invite-style.js +270 -0
- common/content/invite-style.xul common/content/invite-style.xul +26 -0
- common/content/lightningtimezoneOverlay.js common/content/lightningtimezoneOverlay.js +81 -0
- common/content/lightningtimezoneOverlay.xul common/content/lightningtimezoneOverlay.xul +6 -0
- common/content/manageEWSAccounts.js common/content/manageEWSAccounts.js +425 -0
- common/content/manageEWSAccounts.xul common/content/manageEWSAccounts.xul +127 -0
- common/content/manageEWSAccountsMenu.js common/content/manageEWSAccountsMenu.js +40 -0
- common/content/manageEWSAccountsMenu.xul common/content/manageEWSAccountsMenu.xul +45 -0
- common/content/messenger-overlay-preferences.xul common/content/messenger-overlay-preferences.xul +91 -0
- common/content/msgHdrUtils.js common/content/msgHdrUtils.js +423 -0
- common/content/offlineCacheSettings.js common/content/offlineCacheSettings.js +186 -0
- common/content/oofSettings.js common/content/oofSettings.js +259 -0
- common/content/oofSettings.xul common/content/oofSettings.xul +159 -0
- common/content/otherPreferences.js common/content/otherPreferences.js +92 -0
- common/content/otherPreferences.xul common/content/otherPreferences.xul +192 -0
- common/content/preInvitationResponse.js common/content/preInvitationResponse.js +80 -0
- common/content/preInvitationResponse.xul common/content/preInvitationResponse.xul +95 -0
- common/content/priority-display.js common/content/priority-display.js +233 -0
- common/content/priority-display.xul common/content/priority-display.xul +19 -0
- common/content/progress_panel.js common/content/progress_panel.js +213 -0
- common/content/progress_panel.xml common/content/progress_panel.xml +130 -0
- common/content/progress_panel.xul common/content/progress_panel.xul +58 -0
- common/content/selectEWSUrl.js common/content/selectEWSUrl.js +79 -0
- common/content/selectEWSUrl.xul common/content/selectEWSUrl.xul +65 -0
- common/content/sendUpdateTo.js common/content/sendUpdateTo.js +56 -0
- common/content/sendUpdateTo.xul common/content/sendUpdateTo.xul +69 -0
- common/content/sharedCalendarParser.js common/content/sharedCalendarParser.js +138 -0
- common/content/sharedCalendarParser.xul common/content/sharedCalendarParser.xul +70 -0
- common/content/suite-overlay-preferences.xul common/content/suite-overlay-preferences.xul +98 -0
- common/content/timezonePreference.js common/content/timezonePreference.js +43 -0
- common/content/timezonePreference.xul common/content/timezonePreference.xul +25 -0
- common/exchangeapi/ecExchangeRequest.js common/exchangeapi/ecExchangeRequest.js +1692 -0
- common/exchangeapi/ecFunctions.js common/exchangeapi/ecFunctions.js +146 -0
- common/exchangeapi/erAutoDiscover.js common/exchangeapi/erAutoDiscover.js +199 -0
- common/exchangeapi/erAutoDiscoverySOAP.js common/exchangeapi/erAutoDiscoverySOAP.js +219 -0
- common/exchangeapi/erBrowseFolder.js common/exchangeapi/erBrowseFolder.js +181 -0
- common/exchangeapi/erConvertID.js common/exchangeapi/erConvertID.js +147 -0
- common/exchangeapi/erCreateItem.js common/exchangeapi/erCreateItem.js +154 -0
- common/exchangeapi/erDeleteItem.js common/exchangeapi/erDeleteItem.js +199 -0
- common/exchangeapi/erFindFolder.js common/exchangeapi/erFindFolder.js +205 -0
- common/exchangeapi/erFindInboxFolder.js common/exchangeapi/erFindInboxFolder.js +179 -0
- common/exchangeapi/erFindItems.js common/exchangeapi/erFindItems.js +177 -0
- common/exchangeapi/erForewardItem.js common/exchangeapi/erForewardItem.js +158 -0
- common/exchangeapi/erGetAttachments.js common/exchangeapi/erGetAttachments.js +142 -0
- common/exchangeapi/erGetEvents.js common/exchangeapi/erGetEvents.js +110 -0
- common/exchangeapi/erGetFolder.js common/exchangeapi/erGetFolder.js +169 -0
- common/exchangeapi/erGetFolderPermission.js common/exchangeapi/erGetFolderPermission.js +241 -0
- common/exchangeapi/erGetItems.js common/exchangeapi/erGetItems.js +464 -0
- common/exchangeapi/erGetUserAvailability.js common/exchangeapi/erGetUserAvailability.js +185 -0
- common/exchangeapi/erGetUserOofSettings.js common/exchangeapi/erGetUserOofSettings.js +158 -0
- common/exchangeapi/erPrimarySMTPCheck.js common/exchangeapi/erPrimarySMTPCheck.js +154 -0
- common/exchangeapi/erSetUserOofSettings.js common/exchangeapi/erSetUserOofSettings.js +140 -0
- common/exchangeapi/erSubscribe.js common/exchangeapi/erSubscribe.js +145 -0
- common/exchangeapi/erSyncFolderItems.js common/exchangeapi/erSyncFolderItems.js +279 -0
- common/exchangeapi/erUnsubscribe.js common/exchangeapi/erUnsubscribe.js +106 -0
- common/exchangeapi/erUpdateFolderPermission.js common/exchangeapi/erUpdateFolderPermission.js +144 -0
- common/exchangeapi/erUpdateItem.js common/exchangeapi/erUpdateItem.js +187 -0
- common/exchangeapi/soapFunctions.js common/exchangeapi/soapFunctions.js +120 -0
- common/interface/exchangeAccountManager/mivExchangeAccountManager.idl ...face/exchangeAccountManager/mivExchangeAccountManager.idl +0 -0
- common/interface/exchangeAccountManager/mivExchangeAccountManager.js ...rface/exchangeAccountManager/mivExchangeAccountManager.js +231 -0
- common/interface/exchangeAccountManager/mivExchangeAccountManager.manifest ...exchangeAccountManager/mivExchangeAccountManager.manifest +0 -0
- common/interface/exchangeAccountManager/mivExchangeAccountManager.xpt ...face/exchangeAccountManager/mivExchangeAccountManager.xpt +0 -0
- common/interface/exchangeAuthPrompt2/mivExchangeAuthPrompt2.idl .../interface/exchangeAuthPrompt2/mivExchangeAuthPrompt2.idl +0 -0
- common/interface/exchangeAuthPrompt2/mivExchangeAuthPrompt2.js ...n/interface/exchangeAuthPrompt2/mivExchangeAuthPrompt2.js +810 -0
- common/interface/exchangeAuthPrompt2/mivExchangeAuthPrompt2.manifest ...rface/exchangeAuthPrompt2/mivExchangeAuthPrompt2.manifest +0 -0
- common/interface/exchangeAuthPrompt2/mivExchangeAuthPrompt2.xpt .../interface/exchangeAuthPrompt2/mivExchangeAuthPrompt2.xpt +0 -0
- common/interface/exchangeAuthPromptProvider/mivExchangeAuthPromptProvider.idl ...hangeAuthPromptProvider/mivExchangeAuthPromptProvider.idl +0 -0
- common/interface/exchangeAuthPromptProvider/mivExchangeAuthPromptProvider.js ...changeAuthPromptProvider/mivExchangeAuthPromptProvider.js +103 -0
- common/interface/exchangeAuthPromptProvider/mivExchangeAuthPromptProvider.manifest ...AuthPromptProvider/mivExchangeAuthPromptProvider.manifest +0 -0
- common/interface/exchangeAuthPromptProvider/mivExchangeAuthPromptProvider.xpt ...hangeAuthPromptProvider/mivExchangeAuthPromptProvider.xpt +0 -0
- common/interface/exchangeBadCertListener2/mivExchangeBadCertListener2.idl .../exchangeBadCertListener2/mivExchangeBadCertListener2.idl +0 -0
- common/interface/exchangeBadCertListener2/mivExchangeBadCertListener2.js ...e/exchangeBadCertListener2/mivExchangeBadCertListener2.js +176 -0
- common/interface/exchangeBadCertListener2/mivExchangeBadCertListener2.manifest ...angeBadCertListener2/mivExchangeBadCertListener2.manifest +0 -0
- common/interface/exchangeBadCertListener2/mivExchangeBadCertListener2.xpt .../exchangeBadCertListener2/mivExchangeBadCertListener2.xpt +0 -0
- common/interface/exchangeBaseItem/mivExchangeBaseItem.idl common/interface/exchangeBaseItem/mivExchangeBaseItem.idl +0 -0
- common/interface/exchangeBaseItem/mivExchangeBaseItem.js common/interface/exchangeBaseItem/mivExchangeBaseItem.js +3872 -0
- common/interface/exchangeBaseItem/mivExchangeBaseItem.manifest ...n/interface/exchangeBaseItem/mivExchangeBaseItem.manifest +0 -0
- common/interface/exchangeBaseItem/mivExchangeBaseItem.xpt common/interface/exchangeBaseItem/mivExchangeBaseItem.xpt +0 -0
- common/interface/exchangeItemsManager/mivExchangeItemsManager.idl ...nterface/exchangeItemsManager/mivExchangeItemsManager.idl +0 -0
- common/interface/exchangeItemsManager/mivExchangeItemsManager.js ...interface/exchangeItemsManager/mivExchangeItemsManager.js +250 -0
- common/interface/exchangeItemsManager/mivExchangeItemsManager.manifest ...ace/exchangeItemsManager/mivExchangeItemsManager.manifest +0 -0
- common/interface/exchangeItemsManager/mivExchangeItemsManager.xpt ...nterface/exchangeItemsManager/mivExchangeItemsManager.xpt +0 -0
- common/interface/exchangeLightningNotifier/mivExchangeLightningNotifier.idl ...xchangeLightningNotifier/mivExchangeLightningNotifier.idl +0 -0
- common/interface/exchangeLightningNotifier/mivExchangeLightningNotifier.js ...exchangeLightningNotifier/mivExchangeLightningNotifier.js +126 -0
- common/interface/exchangeLightningNotifier/mivExchangeLightningNotifier.manifest ...geLightningNotifier/mivExchangeLightningNotifier.manifest +0 -0
- common/interface/exchangeLightningNotifier/mivExchangeLightningNotifier.xpt ...xchangeLightningNotifier/mivExchangeLightningNotifier.xpt +0 -0
- common/interface/exchangeLoadBalancer/mivExchangeLoadBalancer.idl ...nterface/exchangeLoadBalancer/mivExchangeLoadBalancer.idl +0 -0
- common/interface/exchangeLoadBalancer/mivExchangeLoadBalancer.js ...interface/exchangeLoadBalancer/mivExchangeLoadBalancer.js +382 -0
- common/interface/exchangeLoadBalancer/mivExchangeLoadBalancer.manifest ...ace/exchangeLoadBalancer/mivExchangeLoadBalancer.manifest +0 -0
- common/interface/exchangeLoadBalancer/mivExchangeLoadBalancer.xpt ...nterface/exchangeLoadBalancer/mivExchangeLoadBalancer.xpt +0 -0
- common/interface/exchangeStatistics/mivExchangeStatistics.idl ...on/interface/exchangeStatistics/mivExchangeStatistics.idl +0 -0
- common/interface/exchangeStatistics/mivExchangeStatistics.js common/interface/exchangeStatistics/mivExchangeStatistics.js +206 -0
- common/interface/exchangeStatistics/mivExchangeStatistics.manifest ...terface/exchangeStatistics/mivExchangeStatistics.manifest +0 -0
- common/interface/exchangeStatistics/mivExchangeStatistics.xpt ...on/interface/exchangeStatistics/mivExchangeStatistics.xpt +0 -0
- common/interface/global/mivFunctions.idl common/interface/global/mivFunctions.idl +0 -0
- common/interface/global/mivFunctions.js common/interface/global/mivFunctions.js +907 -0
- common/interface/global/mivFunctions.manifest common/interface/global/mivFunctions.manifest +0 -0
- common/interface/global/mivFunctions.xpt common/interface/global/mivFunctions.xpt +0 -0
- common/interface/updater/mivUpdater.idl common/interface/updater/mivUpdater.idl +0 -0
- common/interface/updater/mivUpdater.js common/interface/updater/mivUpdater.js +480 -0
- common/interface/updater/mivUpdater.manifest common/interface/updater/mivUpdater.manifest +0 -0
- common/interface/updater/mivUpdater.xpt common/interface/updater/mivUpdater.xpt +0 -0
- common/interface/xml2json/xml2json.js common/interface/xml2json/xml2json.js +1046 -0
- common/interface/xml2jxon/mivIxml2jxon.idl common/interface/xml2jxon/mivIxml2jxon.idl +0 -0
- common/interface/xml2jxon/mivIxml2jxon.js common/interface/xml2jxon/mivIxml2jxon.js +1197 -0
- common/interface/xml2jxon/mivIxml2jxon.js.backup common/interface/xml2jxon/mivIxml2jxon.js.backup +0 -0
- common/interface/xml2jxon/mivIxml2jxon.manifest common/interface/xml2jxon/mivIxml2jxon.manifest +0 -0
- common/interface/xml2jxon/mivIxml2jxon.xpt common/interface/xml2jxon/mivIxml2jxon.xpt +0 -0
- common/interface/xml2jxon/mivNameSpaces.idl common/interface/xml2jxon/mivNameSpaces.idl +0 -0
- common/interface/xml2jxon/mivNameSpaces.js common/interface/xml2jxon/mivNameSpaces.js +145 -0
- common/interface/xml2jxon/mivNameSpaces.manifest common/interface/xml2jxon/mivNameSpaces.manifest +0 -0
- common/interface/xml2jxon/mivNameSpaces.xpt common/interface/xml2jxon/mivNameSpaces.xpt +0 -0
- common/interface/xml2jxon/mivTagNames.idl common/interface/xml2jxon/mivTagNames.idl +0 -0
- common/interface/xml2jxon/mivTagNames.js common/interface/xml2jxon/mivTagNames.js +93 -0
- common/interface/xml2jxon/mivTagNames.manifest common/interface/xml2jxon/mivTagNames.manifest +0 -0
- common/interface/xml2jxon/mivTagNames.xpt common/interface/xml2jxon/mivTagNames.xpt +0 -0
- common/locale/cs_CZ/browseFolder.dtd common/locale/cs_CZ/browseFolder.dtd +12 -0
- common/locale/cs_CZ/calExchangeCalendar.properties common/locale/cs_CZ/calExchangeCalendar.properties +49 -0
- common/locale/cs_CZ/delegate-folder.dtd common/locale/cs_CZ/delegate-folder.dtd +45 -0
- common/locale/cs_CZ/exchangeCloneSettings.dtd common/locale/cs_CZ/exchangeCloneSettings.dtd +6 -0
- common/locale/cs_CZ/exchangeSettings.dtd common/locale/cs_CZ/exchangeSettings.dtd +54 -0
- common/locale/cs_CZ/exchangeSettingsOverlay.dtd common/locale/cs_CZ/exchangeSettingsOverlay.dtd +56 -0
- common/locale/cs_CZ/extra-priority.dtd common/locale/cs_CZ/extra-priority.dtd +18 -0
- common/locale/cs_CZ/invitationResponse.dtd common/locale/cs_CZ/invitationResponse.dtd +19 -0
- common/locale/cs_CZ/inviteStyle.dtd common/locale/cs_CZ/inviteStyle.dtd +2 -0
- common/locale/cs_CZ/manageEWSAccounts.dtd common/locale/cs_CZ/manageEWSAccounts.dtd +16 -0
- common/locale/cs_CZ/oofSettings.dtd common/locale/cs_CZ/oofSettings.dtd +26 -0
- common/locale/cs_CZ/preInvitationResponse.dtd common/locale/cs_CZ/preInvitationResponse.dtd +14 -0
- common/locale/cs_CZ/preferences.dtd common/locale/cs_CZ/preferences.dtd +52 -0
- common/locale/cs_CZ/selectEWSUrl.dtd common/locale/cs_CZ/selectEWSUrl.dtd +9 -0
- common/locale/cs_CZ/sendUpdateTo.dtd common/locale/cs_CZ/sendUpdateTo.dtd +9 -0
- common/locale/cs_CZ/sharedCalendarParser.dtd common/locale/cs_CZ/sharedCalendarParser.dtd +3 -0
- common/locale/cs_CZ/timezonePreference.dtd common/locale/cs_CZ/timezonePreference.dtd +1 -0
- common/locale/de/browseFolder.dtd common/locale/de/browseFolder.dtd +0 -0
- common/locale/de/calExchangeCalendar.properties common/locale/de/calExchangeCalendar.properties +0 -0
- common/locale/de/delegate-folder.dtd common/locale/de/delegate-folder.dtd +0 -0
- common/locale/de/exchangeCloneSettings.dtd common/locale/de/exchangeCloneSettings.dtd +0 -0
- common/locale/de/exchangeSettings.dtd common/locale/de/exchangeSettings.dtd +0 -0
- common/locale/de/exchangeSettingsOverlay.dtd common/locale/de/exchangeSettingsOverlay.dtd +0 -0
- common/locale/de/extra-priority.dtd common/locale/de/extra-priority.dtd +0 -0
- common/locale/de/invitationResponse.dtd common/locale/de/invitationResponse.dtd +0 -0
- common/locale/de/inviteStyle.dtd common/locale/de/inviteStyle.dtd +0 -0
- common/locale/de/manageEWSAccounts.dtd common/locale/de/manageEWSAccounts.dtd +0 -0
- common/locale/de/oofSettings.dtd common/locale/de/oofSettings.dtd +0 -0
- common/locale/de/preInvitationResponse.dtd common/locale/de/preInvitationResponse.dtd +0 -0
- common/locale/de/preferences.dtd common/locale/de/preferences.dtd +52 -0
- common/locale/de/selectEWSUrl.dtd common/locale/de/selectEWSUrl.dtd +0 -0
- common/locale/de/sendUpdateTo.dtd common/locale/de/sendUpdateTo.dtd +0 -0
- common/locale/de/sharedCalendarParser.dtd common/locale/de/sharedCalendarParser.dtd +0 -0
- common/locale/de/timezonePreference.dtd common/locale/de/timezonePreference.dtd +0 -0
- common/locale/en/browseFolder.dtd common/locale/en/browseFolder.dtd +0 -0
- common/locale/en/calExchangeCalendar.properties common/locale/en/calExchangeCalendar.properties +49 -0
- common/locale/en/delegate-folder.dtd common/locale/en/delegate-folder.dtd +45 -0
- common/locale/en/exchangeCloneSettings.dtd common/locale/en/exchangeCloneSettings.dtd +0 -0
- common/locale/en/exchangeSettings.dtd common/locale/en/exchangeSettings.dtd +54 -0
- common/locale/en/exchangeSettingsOverlay.dtd common/locale/en/exchangeSettingsOverlay.dtd +56 -0
- common/locale/en/extra-priority.dtd common/locale/en/extra-priority.dtd +18 -0
- common/locale/en/invitationResponse.dtd common/locale/en/invitationResponse.dtd +0 -0
- common/locale/en/inviteStyle.dtd common/locale/en/inviteStyle.dtd +2 -0
- common/locale/en/manageEWSAccounts.dtd common/locale/en/manageEWSAccounts.dtd +16 -0
- common/locale/en/oofSettings.dtd common/locale/en/oofSettings.dtd +26 -0
- common/locale/en/preInvitationResponse.dtd common/locale/en/preInvitationResponse.dtd +14 -0
- common/locale/en/preferences.dtd common/locale/en/preferences.dtd +52 -0
- common/locale/en/selectEWSUrl.dtd common/locale/en/selectEWSUrl.dtd +9 -0
- common/locale/en/sendUpdateTo.dtd common/locale/en/sendUpdateTo.dtd +0 -0
- common/locale/en/sharedCalendarParser.dtd common/locale/en/sharedCalendarParser.dtd +3 -0
- common/locale/en/timezonePreference.dtd common/locale/en/timezonePreference.dtd +0 -0
- common/locale/en_US/browseFolder.dtd common/locale/en_US/browseFolder.dtd +0 -0
- common/locale/en_US/calExchangeCalendar.properties common/locale/en_US/calExchangeCalendar.properties +49 -0
- common/locale/en_US/delegate-folder.dtd common/locale/en_US/delegate-folder.dtd +45 -0
- common/locale/en_US/exchangeCloneSettings.dtd common/locale/en_US/exchangeCloneSettings.dtd +0 -0
- common/locale/en_US/exchangeSettings.dtd common/locale/en_US/exchangeSettings.dtd +54 -0
- common/locale/en_US/exchangeSettingsOverlay.dtd common/locale/en_US/exchangeSettingsOverlay.dtd +56 -0
- common/locale/en_US/extra-priority.dtd common/locale/en_US/extra-priority.dtd +18 -0
- common/locale/en_US/invitationResponse.dtd common/locale/en_US/invitationResponse.dtd +20 -0
- common/locale/en_US/inviteStyle.dtd common/locale/en_US/inviteStyle.dtd +2 -0
- common/locale/en_US/manageEWSAccounts.dtd common/locale/en_US/manageEWSAccounts.dtd +16 -0
- common/locale/en_US/oofSettings.dtd common/locale/en_US/oofSettings.dtd +26 -0
- common/locale/en_US/preInvitationResponse.dtd common/locale/en_US/preInvitationResponse.dtd +14 -0
- common/locale/en_US/preferences.dtd common/locale/en_US/preferences.dtd +52 -0
- common/locale/en_US/selectEWSUrl.dtd common/locale/en_US/selectEWSUrl.dtd +9 -0
- common/locale/en_US/sendUpdateTo.dtd common/locale/en_US/sendUpdateTo.dtd +0 -0
- common/locale/en_US/sharedCalendarParser.dtd common/locale/en_US/sharedCalendarParser.dtd +3 -0
- common/locale/en_US/timezonePreference.dtd common/locale/en_US/timezonePreference.dtd +0 -0
- common/locale/fr_FR/browseFolder.dtd common/locale/fr_FR/browseFolder.dtd +0 -0
- common/locale/fr_FR/calExchangeCalendar.properties common/locale/fr_FR/calExchangeCalendar.properties +0 -0
- common/locale/fr_FR/delegate-folder.dtd common/locale/fr_FR/delegate-folder.dtd +0 -0
- common/locale/fr_FR/exchangeCloneSettings.dtd common/locale/fr_FR/exchangeCloneSettings.dtd +0 -0
- common/locale/fr_FR/exchangeSettings.dtd common/locale/fr_FR/exchangeSettings.dtd +0 -0
- common/locale/fr_FR/exchangeSettingsOverlay.dtd common/locale/fr_FR/exchangeSettingsOverlay.dtd +0 -0
- common/locale/fr_FR/extra-priority.dtd common/locale/fr_FR/extra-priority.dtd +0 -0
- common/locale/fr_FR/invitationResponse.dtd common/locale/fr_FR/invitationResponse.dtd +0 -0
- common/locale/fr_FR/inviteStyle.dtd common/locale/fr_FR/inviteStyle.dtd +0 -0
- common/locale/fr_FR/manageEWSAccounts.dtd common/locale/fr_FR/manageEWSAccounts.dtd +0 -0
- common/locale/fr_FR/oofSettings.dtd common/locale/fr_FR/oofSettings.dtd +0 -0
- common/locale/fr_FR/preInvitationResponse.dtd common/locale/fr_FR/preInvitationResponse.dtd +0 -0
- common/locale/fr_FR/preferences.dtd common/locale/fr_FR/preferences.dtd +52 -0
- common/locale/fr_FR/selectEWSUrl.dtd common/locale/fr_FR/selectEWSUrl.dtd +0 -0
- common/locale/fr_FR/sendUpdateTo.dtd common/locale/fr_FR/sendUpdateTo.dtd +0 -0
- common/locale/fr_FR/sharedCalendarParser.dtd common/locale/fr_FR/sharedCalendarParser.dtd +0 -0
- common/locale/fr_FR/timezonePreference.dtd common/locale/fr_FR/timezonePreference.dtd +0 -0
- common/locale/it_IT/browseFolder.dtd common/locale/it_IT/browseFolder.dtd +0 -0
- common/locale/it_IT/calExchangeCalendar.properties common/locale/it_IT/calExchangeCalendar.properties +0 -0
- common/locale/it_IT/delegate-folder.dtd common/locale/it_IT/delegate-folder.dtd +0 -0
- common/locale/it_IT/exchangeCloneSettings.dtd common/locale/it_IT/exchangeCloneSettings.dtd +0 -0
- common/locale/it_IT/exchangeSettings.dtd common/locale/it_IT/exchangeSettings.dtd +0 -0
- common/locale/it_IT/exchangeSettingsOverlay.dtd common/locale/it_IT/exchangeSettingsOverlay.dtd +0 -0
- common/locale/it_IT/extra-priority.dtd common/locale/it_IT/extra-priority.dtd +0 -0
- common/locale/it_IT/invitationResponse.dtd common/locale/it_IT/invitationResponse.dtd +0 -0
- common/locale/it_IT/inviteStyle.dtd common/locale/it_IT/inviteStyle.dtd +0 -0
- common/locale/it_IT/manageEWSAccounts.dtd common/locale/it_IT/manageEWSAccounts.dtd +0 -0
- common/locale/it_IT/oofSettings.dtd common/locale/it_IT/oofSettings.dtd +0 -0
- common/locale/it_IT/preInvitationResponse.dtd common/locale/it_IT/preInvitationResponse.dtd +0 -0
- common/locale/it_IT/preferences.dtd common/locale/it_IT/preferences.dtd +52 -0
- common/locale/it_IT/selectEWSUrl.dtd common/locale/it_IT/selectEWSUrl.dtd +0 -0
- common/locale/it_IT/sendUpdateTo.dtd common/locale/it_IT/sendUpdateTo.dtd +0 -0
- common/locale/it_IT/sharedCalendarParser.dtd common/locale/it_IT/sharedCalendarParser.dtd +0 -0
- common/locale/it_IT/timezonePreference.dtd common/locale/it_IT/timezonePreference.dtd +0 -0
- common/locale/ja_JP/browseFolder.dtd common/locale/ja_JP/browseFolder.dtd +12 -0
- common/locale/ja_JP/calExchangeCalendar.properties common/locale/ja_JP/calExchangeCalendar.properties +0 -0
- common/locale/ja_JP/delegate-folder.dtd common/locale/ja_JP/delegate-folder.dtd +0 -0
- common/locale/ja_JP/exchangeCloneSettings.dtd common/locale/ja_JP/exchangeCloneSettings.dtd +6 -0
- common/locale/ja_JP/exchangeSettings.dtd common/locale/ja_JP/exchangeSettings.dtd +0 -0
- common/locale/ja_JP/exchangeSettingsOverlay.dtd common/locale/ja_JP/exchangeSettingsOverlay.dtd +0 -0
- common/locale/ja_JP/extra-priority.dtd common/locale/ja_JP/extra-priority.dtd +0 -0
- common/locale/ja_JP/invitationResponse.dtd common/locale/ja_JP/invitationResponse.dtd +0 -0
- common/locale/ja_JP/inviteStyle.dtd common/locale/ja_JP/inviteStyle.dtd +0 -0
- common/locale/ja_JP/manageEWSAccounts.dtd common/locale/ja_JP/manageEWSAccounts.dtd +0 -0
- common/locale/ja_JP/oofSettings.dtd common/locale/ja_JP/oofSettings.dtd +0 -0
- common/locale/ja_JP/preInvitationResponse.dtd common/locale/ja_JP/preInvitationResponse.dtd +0 -0
- common/locale/ja_JP/preferences.dtd common/locale/ja_JP/preferences.dtd +52 -0
- common/locale/ja_JP/selectEWSUrl.dtd common/locale/ja_JP/selectEWSUrl.dtd +0 -0
- common/locale/ja_JP/sendUpdateTo.dtd common/locale/ja_JP/sendUpdateTo.dtd +9 -0
- common/locale/ja_JP/sharedCalendarParser.dtd common/locale/ja_JP/sharedCalendarParser.dtd +0 -0
- common/locale/ja_JP/timezonePreference.dtd common/locale/ja_JP/timezonePreference.dtd +0 -0
- common/locale/nl/browseFolder.dtd common/locale/nl/browseFolder.dtd +0 -0
- common/locale/nl/calExchangeCalendar.properties common/locale/nl/calExchangeCalendar.properties +0 -0
- common/locale/nl/delegate-folder.dtd common/locale/nl/delegate-folder.dtd +0 -0
- common/locale/nl/exchangeCloneSettings.dtd common/locale/nl/exchangeCloneSettings.dtd +0 -0
- common/locale/nl/exchangeSettings.dtd common/locale/nl/exchangeSettings.dtd +0 -0
- common/locale/nl/exchangeSettingsOverlay.dtd common/locale/nl/exchangeSettingsOverlay.dtd +0 -0
- common/locale/nl/extra-priority.dtd common/locale/nl/extra-priority.dtd +0 -0
- common/locale/nl/invitationResponse.dtd common/locale/nl/invitationResponse.dtd +0 -0
- common/locale/nl/inviteStyle.dtd common/locale/nl/inviteStyle.dtd +0 -0
- common/locale/nl/manageEWSAccounts.dtd common/locale/nl/manageEWSAccounts.dtd +0 -0
- common/locale/nl/oofSettings.dtd common/locale/nl/oofSettings.dtd +0 -0
- common/locale/nl/preInvitationResponse.dtd common/locale/nl/preInvitationResponse.dtd +0 -0
- common/locale/nl/preferences.dtd common/locale/nl/preferences.dtd +52 -0
- common/locale/nl/selectEWSUrl.dtd common/locale/nl/selectEWSUrl.dtd +0 -0
- common/locale/nl/sendUpdateTo.dtd common/locale/nl/sendUpdateTo.dtd +0 -0
- common/locale/nl/sharedCalendarParser.dtd common/locale/nl/sharedCalendarParser.dtd +0 -0
- common/locale/nl/timezonePreference.dtd common/locale/nl/timezonePreference.dtd +0 -0
- common/locale/pl/browseFolder.dtd common/locale/pl/browseFolder.dtd +12 -0
- common/locale/pl/calExchangeCalendar.properties common/locale/pl/calExchangeCalendar.properties +49 -0
- common/locale/pl/delegate-folder.dtd common/locale/pl/delegate-folder.dtd +45 -0
- common/locale/pl/exchangeCloneSettings.dtd common/locale/pl/exchangeCloneSettings.dtd +6 -0
- common/locale/pl/exchangeSettings.dtd common/locale/pl/exchangeSettings.dtd +54 -0
- common/locale/pl/exchangeSettingsOverlay.dtd common/locale/pl/exchangeSettingsOverlay.dtd +56 -0
- common/locale/pl/extra-priority.dtd common/locale/pl/extra-priority.dtd +18 -0
- common/locale/pl/invitationResponse.dtd common/locale/pl/invitationResponse.dtd +20 -0
- common/locale/pl/inviteStyle.dtd common/locale/pl/inviteStyle.dtd +2 -0
- common/locale/pl/manageEWSAccounts.dtd common/locale/pl/manageEWSAccounts.dtd +16 -0
- common/locale/pl/oofSettings.dtd common/locale/pl/oofSettings.dtd +26 -0
- common/locale/pl/preInvitationResponse.dtd common/locale/pl/preInvitationResponse.dtd +14 -0
- common/locale/pl/preferences.dtd common/locale/pl/preferences.dtd +52 -0
- common/locale/pl/selectEWSUrl.dtd common/locale/pl/selectEWSUrl.dtd +9 -0
- common/locale/pl/sendUpdateTo.dtd common/locale/pl/sendUpdateTo.dtd +9 -0
- common/locale/pl/sharedCalendarParser.dtd common/locale/pl/sharedCalendarParser.dtd +3 -0
- common/locale/pl/timezonePreference.dtd common/locale/pl/timezonePreference.dtd +0 -0
- common/locale/ru/browseFolder.dtd common/locale/ru/browseFolder.dtd +0 -0
- common/locale/ru/calExchangeCalendar.properties common/locale/ru/calExchangeCalendar.properties +0 -0
- common/locale/ru/delegate-folder.dtd common/locale/ru/delegate-folder.dtd +0 -0
- common/locale/ru/exchangeCloneSettings.dtd common/locale/ru/exchangeCloneSettings.dtd +0 -0
- common/locale/ru/exchangeSettings.dtd common/locale/ru/exchangeSettings.dtd +0 -0
- common/locale/ru/exchangeSettingsOverlay.dtd common/locale/ru/exchangeSettingsOverlay.dtd +0 -0
- common/locale/ru/extra-priority.dtd common/locale/ru/extra-priority.dtd +0 -0
- common/locale/ru/invitationResponse.dtd common/locale/ru/invitationResponse.dtd +0 -0
- common/locale/ru/inviteStyle.dtd common/locale/ru/inviteStyle.dtd +0 -0
- common/locale/ru/manageEWSAccounts.dtd common/locale/ru/manageEWSAccounts.dtd +0 -0
- common/locale/ru/oofSettings.dtd common/locale/ru/oofSettings.dtd +0 -0
- common/locale/ru/preInvitationResponse.dtd common/locale/ru/preInvitationResponse.dtd +0 -0
- common/locale/ru/preferences.dtd common/locale/ru/preferences.dtd +52 -0
- common/locale/ru/selectEWSUrl.dtd common/locale/ru/selectEWSUrl.dtd +0 -0
- common/locale/ru/sendUpdateTo.dtd common/locale/ru/sendUpdateTo.dtd +0 -0
- common/locale/ru/sharedCalendarParser.dtd common/locale/ru/sharedCalendarParser.dtd +0 -0
- common/locale/ru/timezonePreference.dtd common/locale/ru/timezonePreference.dtd +1 -0
- common/locale/sk/browseFolder.dtd common/locale/sk/browseFolder.dtd +12 -0
- common/locale/sk/calExchangeCalendar.properties common/locale/sk/calExchangeCalendar.properties +49 -0
- common/locale/sk/delegate-folder.dtd common/locale/sk/delegate-folder.dtd +45 -0
- common/locale/sk/exchangeCloneSettings.dtd common/locale/sk/exchangeCloneSettings.dtd +6 -0
- common/locale/sk/exchangeSettings.dtd common/locale/sk/exchangeSettings.dtd +54 -0
- common/locale/sk/exchangeSettingsOverlay.dtd common/locale/sk/exchangeSettingsOverlay.dtd +56 -0
- common/locale/sk/extra-priority.dtd common/locale/sk/extra-priority.dtd +18 -0
- common/locale/sk/invitationResponse.dtd common/locale/sk/invitationResponse.dtd +20 -0
- common/locale/sk/inviteStyle.dtd common/locale/sk/inviteStyle.dtd +2 -0
- common/locale/sk/manageEWSAccounts.dtd common/locale/sk/manageEWSAccounts.dtd +16 -0
- common/locale/sk/oofSettings.dtd common/locale/sk/oofSettings.dtd +26 -0
- common/locale/sk/preInvitationResponse.dtd common/locale/sk/preInvitationResponse.dtd +14 -0
- common/locale/sk/preferences.dtd common/locale/sk/preferences.dtd +52 -0
- common/locale/sk/selectEWSUrl.dtd common/locale/sk/selectEWSUrl.dtd +9 -0
- common/locale/sk/sendUpdateTo.dtd common/locale/sk/sendUpdateTo.dtd +9 -0
- common/locale/sk/sharedCalendarParser.dtd common/locale/sk/sharedCalendarParser.dtd +3 -0
- common/locale/sk/timezonePreference.dtd common/locale/sk/timezonePreference.dtd +1 -0
- common/locale/sv/browseFolder.dtd common/locale/sv/browseFolder.dtd +0 -0
- common/locale/sv/calExchangeCalendar.properties common/locale/sv/calExchangeCalendar.properties +0 -0
- common/locale/sv/delegate-folder.dtd common/locale/sv/delegate-folder.dtd +0 -0
- common/locale/sv/exchangeCloneSettings.dtd common/locale/sv/exchangeCloneSettings.dtd +0 -0
- common/locale/sv/exchangeSettings.dtd common/locale/sv/exchangeSettings.dtd +0 -0
- common/locale/sv/exchangeSettingsOverlay.dtd common/locale/sv/exchangeSettingsOverlay.dtd +0 -0
- common/locale/sv/extra-priority.dtd common/locale/sv/extra-priority.dtd +0 -0
- common/locale/sv/invitationResponse.dtd common/locale/sv/invitationResponse.dtd +0 -0
- common/locale/sv/inviteStyle.dtd common/locale/sv/inviteStyle.dtd +0 -0
- common/locale/sv/manageEWSAccounts.dtd common/locale/sv/manageEWSAccounts.dtd +0 -0
- common/locale/sv/oofSettings.dtd common/locale/sv/oofSettings.dtd +0 -0
- common/locale/sv/preInvitationResponse.dtd common/locale/sv/preInvitationResponse.dtd +0 -0
- common/locale/sv/preferences.dtd common/locale/sv/preferences.dtd +52 -0
- common/locale/sv/selectEWSUrl.dtd common/locale/sv/selectEWSUrl.dtd +0 -0
- common/locale/sv/sendUpdateTo.dtd common/locale/sv/sendUpdateTo.dtd +0 -0
- common/locale/sv/sharedCalendarParser.dtd common/locale/sv/sharedCalendarParser.dtd +0 -0
- common/locale/sv/timezonePreference.dtd common/locale/sv/timezonePreference.dtd +1 -0
- common/locale/tr/browseFolder.dtd common/locale/tr/browseFolder.dtd +11 -0
- common/locale/tr/calExchangeCalendar.properties common/locale/tr/calExchangeCalendar.properties +0 -0
- common/locale/tr/delegate-folder.dtd common/locale/tr/delegate-folder.dtd +0 -0
- common/locale/tr/exchangeCloneSettings.dtd common/locale/tr/exchangeCloneSettings.dtd +5 -0
- common/locale/tr/exchangeSettings.dtd common/locale/tr/exchangeSettings.dtd +53 -0
- common/locale/tr/exchangeSettingsOverlay.dtd common/locale/tr/exchangeSettingsOverlay.dtd +55 -0
- common/locale/tr/extra-priority.dtd common/locale/tr/extra-priority.dtd +17 -0
- common/locale/tr/invitationResponse.dtd common/locale/tr/invitationResponse.dtd +22 -0
- common/locale/tr/inviteStyle.dtd common/locale/tr/inviteStyle.dtd +2 -0
- common/locale/tr/manageEWSAccounts.dtd common/locale/tr/manageEWSAccounts.dtd +16 -0
- common/locale/tr/oofSettings.dtd common/locale/tr/oofSettings.dtd +26 -0
- common/locale/tr/preInvitationResponse.dtd common/locale/tr/preInvitationResponse.dtd +14 -0
- common/locale/tr/preferences.dtd common/locale/tr/preferences.dtd +52 -0
- common/locale/tr/selectEWSUrl.dtd common/locale/tr/selectEWSUrl.dtd +9 -0
- common/locale/tr/sendUpdateTo.dtd common/locale/tr/sendUpdateTo.dtd +8 -0
- common/locale/tr/sharedCalendarParser.dtd common/locale/tr/sharedCalendarParser.dtd +3 -0
- common/locale/tr/timezonePreference.dtd common/locale/tr/timezonePreference.dtd +0 -0
- common/theme/common/addressingWidgetOverlay.css common/theme/common/addressingWidgetOverlay.css +11 -0
- common/theme/common/browseFolder.css common/theme/common/browseFolder.css +6 -0
- common/theme/common/calendar-calendars-list.css common/theme/common/calendar-calendars-list.css +13 -0
- common/theme/common/calendar-event-dialog-attendees.css common/theme/common/calendar-event-dialog-attendees.css +0 -0
- common/theme/common/calendar-summary-dialog.css common/theme/common/calendar-summary-dialog.css +0 -0
- common/theme/common/delegateCalendar.css common/theme/common/delegateCalendar.css +0 -0
- common/theme/common/exchWebServiceEditor.css common/theme/common/exchWebServiceEditor.css +110 -0
- common/theme/common/extras-preferences.css common/theme/common/extras-preferences.css +3 -0
- common/theme/common/images/Fugue Icons README.txt common/theme/common/images/Fugue Icons README.txt +0 -0
- common/theme/common/images/accepted.png common/theme/common/images/accepted.png +0 -0
- common/theme/common/images/address-book.png common/theme/common/images/address-book.png +0 -0
- common/theme/common/images/arrow-circle-135.png common/theme/common/images/arrow-circle-135.png +0 -0
- common/theme/common/images/arrow-circle-225.png common/theme/common/images/arrow-circle-225.png +0 -0
- common/theme/common/images/arrow-circle-315.png common/theme/common/images/arrow-circle-315.png +0 -0
- common/theme/common/images/arrow-circle.png common/theme/common/images/arrow-circle.png +0 -0
- common/theme/common/images/asterisk-small-yellow.png common/theme/common/images/asterisk-small-yellow.png +0 -0
- common/theme/common/images/blog.png common/theme/common/images/blog.png +0 -0
- common/theme/common/images/calendar-month.png common/theme/common/images/calendar-month.png +0 -0
- common/theme/common/images/cancelled.png common/theme/common/images/cancelled.png +0 -0
- common/theme/common/images/certificate.png common/theme/common/images/certificate.png +0 -0
- common/theme/common/images/chain--minus.png common/theme/common/images/chain--minus.png +0 -0
- common/theme/common/images/chain--pencil.png common/theme/common/images/chain--pencil.png +0 -0
- common/theme/common/images/chain--plus.png common/theme/common/images/chain--plus.png +0 -0
- common/theme/common/images/cross.png common/theme/common/images/cross.png +0 -0
- common/theme/common/images/declined.png common/theme/common/images/declined.png +0 -0
- common/theme/common/images/document--exclamation.png common/theme/common/images/document--exclamation.png +0 -0
- common/theme/common/images/document-binary.png common/theme/common/images/document-binary.png +0 -0
- common/theme/common/images/document-excel-csv.png common/theme/common/images/document-excel-csv.png +0 -0
- common/theme/common/images/document-excel.png common/theme/common/images/document-excel.png +0 -0
- common/theme/common/images/document-flash-movie.png common/theme/common/images/document-flash-movie.png +0 -0
- common/theme/common/images/document-image.png common/theme/common/images/document-image.png +0 -0
- common/theme/common/images/document-office.png common/theme/common/images/document-office.png +0 -0
- common/theme/common/images/document-pdf.png common/theme/common/images/document-pdf.png +0 -0
- common/theme/common/images/document-photoshop.png common/theme/common/images/document-photoshop.png +0 -0
- common/theme/common/images/document-php.png common/theme/common/images/document-php.png +0 -0
- common/theme/common/images/document-powerpoint.png common/theme/common/images/document-powerpoint.png +0 -0
- common/theme/common/images/document-tex.png common/theme/common/images/document-tex.png +0 -0
- common/theme/common/images/document-text.png common/theme/common/images/document-text.png +0 -0
- common/theme/common/images/document-word.png common/theme/common/images/document-word.png +0 -0
- common/theme/common/images/edit-alignment-center.png common/theme/common/images/edit-alignment-center.png +0 -0
- common/theme/common/images/edit-alignment-justify.png common/theme/common/images/edit-alignment-justify.png +0 -0
- common/theme/common/images/edit-alignment-right.png common/theme/common/images/edit-alignment-right.png +0 -0
- common/theme/common/images/edit-alignment.png common/theme/common/images/edit-alignment.png +0 -0
- common/theme/common/images/edit-bold.png common/theme/common/images/edit-bold.png +0 -0
- common/theme/common/images/edit-color.png common/theme/common/images/edit-color.png +0 -0
- common/theme/common/images/edit-indent.png common/theme/common/images/edit-indent.png +0 -0
- common/theme/common/images/edit-italic.png common/theme/common/images/edit-italic.png +0 -0
- common/theme/common/images/edit-list-order.png common/theme/common/images/edit-list-order.png +0 -0
- common/theme/common/images/edit-list.png common/theme/common/images/edit-list.png +0 -0
- common/theme/common/images/edit-outdent.png common/theme/common/images/edit-outdent.png +0 -0
- common/theme/common/images/edit-size-down.png common/theme/common/images/edit-size-down.png +0 -0
- common/theme/common/images/edit-size-up.png common/theme/common/images/edit-size-up.png +0 -0
- common/theme/common/images/edit-underline.png common/theme/common/images/edit-underline.png +0 -0
- common/theme/common/images/exchange-addrbook.png common/theme/common/images/exchange-addrbook.png +0 -0
- common/theme/common/images/extra-icon.png common/theme/common/images/extra-icon.png +0 -0
- common/theme/common/images/feed.png common/theme/common/images/feed.png +0 -0
- common/theme/common/images/folder-open.png common/theme/common/images/folder-open.png +0 -0
- common/theme/common/images/folder.png common/theme/common/images/folder.png +0 -0
- common/theme/common/images/high.gif common/theme/common/images/high.gif +0 -0
- common/theme/common/images/highest.gif common/theme/common/images/highest.gif +0 -0
- common/theme/common/images/invited.png common/theme/common/images/invited.png +0 -0
- common/theme/common/images/lightningexchangecalendar.png common/theme/common/images/lightningexchangecalendar.png +0 -0
- common/theme/common/images/low.gif common/theme/common/images/low.gif +0 -0
- common/theme/common/images/lowest.gif common/theme/common/images/lowest.gif +0 -0
- common/theme/common/images/mail.png common/theme/common/images/mail.png +0 -0
- common/theme/common/images/notify-icon.png common/theme/common/images/notify-icon.png +0 -0
- common/theme/common/images/plug-connect.png common/theme/common/images/plug-connect.png +0 -0
- common/theme/common/images/plug-disconnect-prohibition.png common/theme/common/images/plug-disconnect-prohibition.png +0 -0
- common/theme/common/images/scissors.png common/theme/common/images/scissors.png +0 -0
- common/theme/common/images/sticky-notes.png common/theme/common/images/sticky-notes.png +0 -0
- common/theme/common/images/task.png common/theme/common/images/task.png +0 -0
- common/theme/common/images/tentative.png common/theme/common/images/tentative.png +0 -0
- common/theme/common/images/threadCol-PriorityIcon.gif common/theme/common/images/threadCol-PriorityIcon.gif +0 -0
- common/theme/common/images/threadcol-invite.gif common/theme/common/images/threadcol-invite.gif +0 -0
- common/theme/common/images/tick.png common/theme/common/images/tick.png +0 -0
- common/theme/common/images/updated.png common/theme/common/images/updated.png +0 -0
- common/theme/common/images/view-refresh.png common/theme/common/images/view-refresh.png +0 -0
- common/theme/common/images/wrench-screwdriver.png common/theme/common/images/wrench-screwdriver.png +0 -0
- common/theme/common/invite-style.css common/theme/common/invite-style.css +3 -0
- common/theme/common/itemBodyEditor.css common/theme/common/itemBodyEditor.css +3 -0
- common/theme/common/manageEWSAccounts.css common/theme/common/manageEWSAccounts.css +26 -0
- common/theme/common/oofSettings.css common/theme/common/oofSettings.css +3 -0
- common/theme/common/preferences.css common/theme/common/preferences.css +3 -0
- common/theme/common/priority-display.css common/theme/common/priority-display.css +564 -0
- common/theme/common/progress_panel.css common/theme/common/progress_panel.css +28 -0
- common/theme/common/sharedCalendarParser.css common/theme/common/sharedCalendarParser.css +0 -0
- common/theme/mac/addressingWidgetOverlay.css common/theme/mac/addressingWidgetOverlay.css +1 -0
- common/theme/mac/attachments-view.css common/theme/mac/attachments-view.css +0 -0
- common/theme/mac/browseFolder.css common/theme/mac/browseFolder.css +1 -0
- common/theme/mac/calendar-calendars-list.css common/theme/mac/calendar-calendars-list.css +1 -0
- common/theme/mac/calendar-event-dialog-attendees.css common/theme/mac/calendar-event-dialog-attendees.css +1 -0
- common/theme/mac/calendar-summary-dialog.css common/theme/mac/calendar-summary-dialog.css +1 -0
- common/theme/mac/delegateCalendar.css common/theme/mac/delegateCalendar.css +1 -0
- common/theme/mac/exchWebServiceEditor.css common/theme/mac/exchWebServiceEditor.css +1 -0
- common/theme/mac/extras-preferences.css common/theme/mac/extras-preferences.css +1 -0
- common/theme/mac/invite-style.css common/theme/mac/invite-style.css +1 -0
- common/theme/mac/itemBodyEditor.css common/theme/mac/itemBodyEditor.css +1 -0
- common/theme/mac/manageEWSAccounts.css common/theme/mac/manageEWSAccounts.css +1 -0
- common/theme/mac/oofSettings.css common/theme/mac/oofSettings.css +1 -0
- common/theme/mac/preferences.css common/theme/mac/preferences.css +2 -0
- common/theme/mac/priority-display.css common/theme/mac/priority-display.css +1 -0
- common/theme/mac/progress_panel.css common/theme/mac/progress_panel.css +1 -0
- common/theme/mac/sharedCalendarParser.css common/theme/mac/sharedCalendarParser.css +1 -0
- common/theme/unix/addressingWidgetOverlay.css common/theme/unix/addressingWidgetOverlay.css +1 -0
- common/theme/unix/attachments-view.css common/theme/unix/attachments-view.css +0 -0
- common/theme/unix/browseFolder.css common/theme/unix/browseFolder.css +1 -0
- common/theme/unix/calendar-calendars-list.css common/theme/unix/calendar-calendars-list.css +1 -0
- common/theme/unix/calendar-event-dialog-attendees.css common/theme/unix/calendar-event-dialog-attendees.css +1 -0
- common/theme/unix/calendar-summary-dialog.css common/theme/unix/calendar-summary-dialog.css +1 -0
- common/theme/unix/delegateCalendar.css common/theme/unix/delegateCalendar.css +1 -0
- common/theme/unix/exchWebServiceEditor.css common/theme/unix/exchWebServiceEditor.css +1 -0
- common/theme/unix/extras-preferences.css common/theme/unix/extras-preferences.css +1 -0
- common/theme/unix/invite-style.css common/theme/unix/invite-style.css +1 -0
- common/theme/unix/itemBodyEditor.css common/theme/unix/itemBodyEditor.css +1 -0
- common/theme/unix/manageEWSAccounts.css common/theme/unix/manageEWSAccounts.css +1 -0
- common/theme/unix/oofSettings.css common/theme/unix/oofSettings.css +1 -0
- common/theme/unix/preferences.css common/theme/unix/preferences.css +2 -0
- common/theme/unix/priority-display.css common/theme/unix/priority-display.css +1 -0
- common/theme/unix/progress_panel.css common/theme/unix/progress_panel.css +1 -0
- common/theme/unix/sharedCalendarParser.css common/theme/unix/sharedCalendarParser.css +1 -0
- common/theme/win/addressingWidgetOverlay.css common/theme/win/addressingWidgetOverlay.css +1 -0
- common/theme/win/attachments-view.css common/theme/win/attachments-view.css +0 -0
- common/theme/win/browseFolder.css common/theme/win/browseFolder.css +1 -0
- common/theme/win/calendar-calendars-list.css common/theme/win/calendar-calendars-list.css +1 -0
- common/theme/win/calendar-event-dialog-attendees.css common/theme/win/calendar-event-dialog-attendees.css +1 -0
- common/theme/win/calendar-summary-dialog.css common/theme/win/calendar-summary-dialog.css +1 -0
- common/theme/win/delegateCalendar.css common/theme/win/delegateCalendar.css +1 -0
- common/theme/win/exchWebServiceEditor.css common/theme/win/exchWebServiceEditor.css +1 -0
- common/theme/win/extras-preferences.css common/theme/win/extras-preferences.css +1 -0
- common/theme/win/invite-style.css common/theme/win/invite-style.css +1 -0
- common/theme/win/itemBodyEditor.css common/theme/win/itemBodyEditor.css +1 -0
- common/theme/win/manageEWSAccounts.css common/theme/win/manageEWSAccounts.css +1 -0
- common/theme/win/oofSettings.css common/theme/win/oofSettings.css +1 -0
- common/theme/win/preferences.css common/theme/win/preferences.css +2 -0
- common/theme/win/priority-display.css common/theme/win/priority-display.css +1 -0
- common/theme/win/progress_panel.css common/theme/win/progress_panel.css +1 -0
- common/theme/win/sharedCalendarParser.css common/theme/win/sharedCalendarParser.css +1 -0
- common/theme/winaero/addressingWidgetOverlay.css common/theme/winaero/addressingWidgetOverlay.css +1 -0
- common/theme/winaero/attachments-view.css common/theme/winaero/attachments-view.css +0 -0
- common/theme/winaero/browseFolder.css common/theme/winaero/browseFolder.css +1 -0
- common/theme/winaero/calendar-calendars-list.css common/theme/winaero/calendar-calendars-list.css +1 -0
- common/theme/winaero/calendar-event-dialog-attendees.css common/theme/winaero/calendar-event-dialog-attendees.css +1 -0
- common/theme/winaero/calendar-summary-dialog.css common/theme/winaero/calendar-summary-dialog.css +1 -0
- common/theme/winaero/delegateCalendar.css common/theme/winaero/delegateCalendar.css +1 -0
- common/theme/winaero/exchWebServiceEditor.css common/theme/winaero/exchWebServiceEditor.css +1 -0
- common/theme/winaero/extras-preferences.css common/theme/winaero/extras-preferences.css +1 -0
- common/theme/winaero/invite-style.css common/theme/winaero/invite-style.css +1 -0
- common/theme/winaero/itemBodyEditor.css common/theme/winaero/itemBodyEditor.css +1 -0
- common/theme/winaero/manageEWSAccounts.css common/theme/winaero/manageEWSAccounts.css +1 -0
- common/theme/winaero/oofSettings.css common/theme/winaero/oofSettings.css +1 -0
- common/theme/winaero/preferences.css common/theme/winaero/preferences.css +2 -0
- common/theme/winaero/priority-display.css common/theme/winaero/priority-display.css +1 -0
- common/theme/winaero/progress_panel.css common/theme/winaero/progress_panel.css +1 -0
- common/theme/winaero/sharedCalendarParser.css common/theme/winaero/sharedCalendarParser.css +1 -0
- components/ecExchangeRequest.js components/ecExchangeRequest.js +0 -1589
- components/ecFunctions.js components/ecFunctions.js +0 -148
- components/erAddDelegateRequest.js components/erAddDelegateRequest.js +0 -189
- components/erAutoDiscover.js components/erAutoDiscover.js +0 -201
- components/erAutoDiscoverySOAP.js components/erAutoDiscoverySOAP.js +0 -221
- components/erBrowseFolder.js components/erBrowseFolder.js +0 -181
- components/erConvertID.js components/erConvertID.js +0 -148
- components/erCreateAttachment.js components/erCreateAttachment.js +0 -207
- components/erCreateItem.js components/erCreateItem.js +0 -156
- components/erDeleteAttachment.js components/erDeleteAttachment.js +0 -153
- components/erDeleteItem.js components/erDeleteItem.js +0 -201
- components/erExpandDL.js components/erExpandDL.js +0 -138
- components/erFindCalendarItems.js components/erFindCalendarItems.js +0 -301
- components/erFindContacts.js components/erFindContacts.js +0 -183
- components/erFindFolder.js components/erFindFolder.js +0 -207
- components/erFindFollowupItems.js components/erFindFollowupItems.js +0 -144
- components/erFindInboxFolder.js components/erFindInboxFolder.js +0 -180
- components/erFindItems.js components/erFindItems.js +0 -177
- components/erFindMasterOccurrences.js components/erFindMasterOccurrences.js +0 -341
- components/erFindOccurrences.js components/erFindOccurrences.js +0 -270
- components/erFindTaskItems.js components/erFindTaskItems.js +0 -131
- components/erForewardItem.js components/erForewardItem.js +0 -161
- components/erGetAttachments.js components/erGetAttachments.js +0 -143
- components/erGetContacts.js components/erGetContacts.js +0 -151
- components/erGetDelegateRequest.js components/erGetDelegateRequest.js +0 -201
- components/erGetEvents.js components/erGetEvents.js +0 -112
- components/erGetFolder.js components/erGetFolder.js +0 -171
- components/erGetFolderPermission.js components/erGetFolderPermission.js +0 -240
- components/erGetItems.js components/erGetItems.js +0 -466
- components/erGetMasterOccurrenceId.js components/erGetMasterOccurrenceId.js +0 -142
- components/erGetMeetingRequestByUID.js components/erGetMeetingRequestByUID.js +0 -203
- components/erGetOccurrenceIndex.js components/erGetOccurrenceIndex.js +0 -205
- components/erGetTimeZones.js components/erGetTimeZones.js +0 -138
- components/erGetUserAvailability.js components/erGetUserAvailability.js +0 -187
- components/erGetUserOofSettings.js components/erGetUserOofSettings.js +0 -158
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.