Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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