Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inverse-inc/sogo-connector.tb10
SOGo Connector for Thunderbird 10
https://github.com/inverse-inc/sogo-connector.tb10
Last synced: about 2 months ago
JSON representation
SOGo Connector for Thunderbird 10
- Host: GitHub
- URL: https://github.com/inverse-inc/sogo-connector.tb10
- Owner: inverse-inc
- License: gpl-2.0
- Created: 2012-09-12T16:29:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-11T17:05:20.000Z (almost 12 years ago)
- Last Synced: 2024-05-12T00:42:22.791Z (8 months ago)
- Language: JavaScript
- Homepage: http://sogo.nu/
- Size: 1.12 MB
- Stars: 3
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
=====================================================
To package the extension
=====================================================
edit in install.rdf
run make========================================================
Logging
========================================================
var logLevelVal = {
debug : 3, //Default for now
info : 2,
warn : 1,
error : 0
}in UserProfileDirectory/prefs.js
user_pref("extensions.ca.inverse.logLevel", 3);log file is UserProfileDirectory/extensions.ca.inverse.addressbook.groupdav.log
========================================================
Lightning Modifications
========================================================Modifications to Lightning (such as methods overwrite) are done within
// INVERSE - BEGIN
// INVERSE - END