Re: [SOGo] Sogo 2.2.2: sieve connection does not work

2014-07-23 Thread Christian Mack
Hello Rasca Gmelch


Am 2014-07-21 15:03, schrieb Rasca Gmelch:
 
 ... 
 Now we run sogo 2.2.6 and it still does not work.
 I played a little bit with the config file and
 figured out that it works when I remove the
 tls=YES in the sieve connection URL.
 But I've to use TLS because the sieve server is
 on another machine.
 

As it works without TLS, did you enable TLS on your sieve server?


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Sogo 2.2.2: sieve connection does not work

2014-07-23 Thread Rasca Gmelch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

yes, when I connect with telnet I see:

[..]
SASL PLAIN
STARTTLS
[..]

If I type STARTTLS in this telnet session I see:

[..]
OK Begin TLS negotiation now
[..]

So it looks like in gerneral the STARTTLS is
aktivated.

Regards,
 Rasca

Am 23.07.2014 11:25, schrieb Christian Mack:
 Hello Rasca Gmelch
 
 
 Am 2014-07-21 15:03, schrieb Rasca Gmelch:
 
  ... 
 Now we run sogo 2.2.6 and it still does not work. I played a
 little bit with the config file and figured out that it works
 when I remove the tls=YES in the sieve connection URL. But I've
 to use TLS because the sieve server is on another machine.
 
 
 As it works without TLS, did you enable TLS on your sieve server?
 
 
 Kind regards, Christian Mack
 


- -- 

Rasca Gmelch | IT | JabberID: rasca.gme...@artcom.de

OpenPGP Key ID: 8168E925, Key server: pool.sks-keyservers.net
Fingerprint 1FD0 3199 13B7 7ADC 5DF1 A8EF FA4C 4AC0 8168 E925

ART+COM AG | Kleiststr. 23-26 | 10787 Berlin | Germany
Fon: +49.30.21001-466 | Fax: +49.30.21001-555
http://www.artcom.de/

HRB 68308 | Amtsgericht Charlottenburg
Vorstand: Andreas Wiek, Prof. Joachim Sauter
Aufsichtsratsvorsitzender: Volker Tietgens
USt-IdNr.: DE811998328
-BEGIN PGP SIGNATURE-

iQIcBAEBAgAGBQJTz4QyAAoJEPpMSsCBaOklvKoP/iydXy3y7QDQJcyhXS2W9aQ6
+Wh5krlXvecjLFMmZFHgAM+dVVufLD6gj5Q8LOK9Ee8GbQnap/vh1tOHWkRS63dL
M0jumfGmRsQcCHk2//BcPryi25a2UlcKPp9/dU1JV0oaPHMKICsK/ea4t19OvZHn
JiburXvn7V02XErK1MynPa9BKpIzeP8OrbPkoEVXsybakw4PltC0FxRgfeh6KbJk
W/Zp3aL8dtUT8WymYle5QxCra9ThpBXh7WmF4c1svnQzP5bnlyShdkiZyfpheJwM
SUXbJjjybrssfOkwJfmEZhRSo7tubzJ5JgqpDzKqUSvneZKybG4xTzEiY4+l7bUF
V2647K5rBjbY+caWmHixwhHin54hlUvAsMprQaaYtULxjQFk73cC7iZJH7mKm3mB
O3ypCdQyriCzEHWzr2JZW5+I/SFuw6IK4YtOa65hDSzoPifE4OVBfxDSkHLnpfzz
LHUpyeG7/d5VhXuRBpRGrzeSmCaSo/u38cboP9JrUwlZFlkxUf1GZKHyDkFDZhAg
sR3wDXzL6g3qQr8PHO42/ESaf+4/KufVJHwdTKBXbGixNVBZERy3vuxYKI2pLOZ/
bRc3cfPqU8dMOCFrFVeP19f0wcGOFkBA8NNlOVlN6JBYZuGwpxX7M1PhVzx95e7U
qgfNBKcwEEP+tkRhIqlT
=HTFh
-END PGP SIGNATURE-
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Sogo 2.2.2: sieve connection does not work

2014-07-23 Thread Daniel Berteaud


Le 23/07/2014 11:45, Rasca Gmelch a écrit :

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

yes, when I connect with telnet I see:

[..]
SASL PLAIN
STARTTLS
[..]

If I type STARTTLS in this telnet session I see:

[..]
OK Begin TLS negotiation now
[..]

So it looks like in gerneral the STARTTLS is
aktivated.


The sogo daemon also needs to be able to validate the certificate of the 
sieve server. If you're not using a valid cert from a trusted CA (eg, 
you use your own private PKI or a self-signed certificate), you need to 
add your CA in the global trusted store of the sogo daemon. This is 
different for every distribution, but on RHEL and CentOS at least, it's 
a matter of:


- install openssl-perl
- write the CA in PEM format in /etc/pki/tls/certs/my-custom-ca.pem 
(this path will be different on other distributions)

- create the hash symlinks with c_rehash /etc/pki/tls/certs/

Cheers, Daniel


Regards,
  Rasca

Am 23.07.2014 11:25, schrieb Christian Mack:

Hello Rasca Gmelch


Am 2014-07-21 15:03, schrieb Rasca Gmelch:
 ... 

Now we run sogo 2.2.6 and it still does not work. I played a
little bit with the config file and figured out that it works
when I remove the tls=YES in the sieve connection URL. But I've
to use TLS because the sieve server is on another machine.


As it works without TLS, did you enable TLS on your sieve server?


Kind regards, Christian Mack



- -- 


Rasca Gmelch | IT | JabberID: rasca.gme...@artcom.de

OpenPGP Key ID: 8168E925, Key server: pool.sks-keyservers.net
Fingerprint 1FD0 3199 13B7 7ADC 5DF1 A8EF FA4C 4AC0 8168 E925

ART+COM AG | Kleiststr. 23-26 | 10787 Berlin | Germany
Fon: +49.30.21001-466 | Fax: +49.30.21001-555
http://www.artcom.de/

HRB 68308 | Amtsgericht Charlottenburg
Vorstand: Andreas Wiek, Prof. Joachim Sauter
Aufsichtsratsvorsitzender: Volker Tietgens
USt-IdNr.: DE811998328
-BEGIN PGP SIGNATURE-

iQIcBAEBAgAGBQJTz4QyAAoJEPpMSsCBaOklvKoP/iydXy3y7QDQJcyhXS2W9aQ6
+Wh5krlXvecjLFMmZFHgAM+dVVufLD6gj5Q8LOK9Ee8GbQnap/vh1tOHWkRS63dL
M0jumfGmRsQcCHk2//BcPryi25a2UlcKPp9/dU1JV0oaPHMKICsK/ea4t19OvZHn
JiburXvn7V02XErK1MynPa9BKpIzeP8OrbPkoEVXsybakw4PltC0FxRgfeh6KbJk
W/Zp3aL8dtUT8WymYle5QxCra9ThpBXh7WmF4c1svnQzP5bnlyShdkiZyfpheJwM
SUXbJjjybrssfOkwJfmEZhRSo7tubzJ5JgqpDzKqUSvneZKybG4xTzEiY4+l7bUF
V2647K5rBjbY+caWmHixwhHin54hlUvAsMprQaaYtULxjQFk73cC7iZJH7mKm3mB
O3ypCdQyriCzEHWzr2JZW5+I/SFuw6IK4YtOa65hDSzoPifE4OVBfxDSkHLnpfzz
LHUpyeG7/d5VhXuRBpRGrzeSmCaSo/u38cboP9JrUwlZFlkxUf1GZKHyDkFDZhAg
sR3wDXzL6g3qQr8PHO42/ESaf+4/KufVJHwdTKBXbGixNVBZERy3vuxYKI2pLOZ/
bRc3cfPqU8dMOCFrFVeP19f0wcGOFkBA8NNlOVlN6JBYZuGwpxX7M1PhVzx95e7U
qgfNBKcwEEP+tkRhIqlT
=HTFh
-END PGP SIGNATURE-


--
Daniel Berteaud
FIREWALL-SERVICES SARL.
Société de Services en Logiciels Libres
Technopôle Montesquieu
33650 MARTILLAC
Tel  : 05 56 64 15 32
Fax  : 05 56 64 15 32
Visio: https://vroom.im/dani
Web  : http://www.firewall-services.com

--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Pushing modified SOGo Integrator (same version) to users via updates.php

2014-07-23 Thread Charles Marcus

Hi all,

I'm curious how others might do this...

How do you push a modified SOGo Integrator extension update, if the 
version hasn't changed?


For example, say I add some Thunderbird config/preference settings to 
custom-preferences in the current version (24.0.5), and want to force a 
reinstall/update for Integrator for everyone so they pick up the new 
Thunderbird config mods.


What I was thinking was to manually bump the version to something like 
24.0.5.1... but was wondering if there is another/better way.


Thanks,

Charles

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Pushing modified SOGo Integrator (same version) to users via updates.php

2014-07-23 Thread Márcio Merlone

Em 23-07-2014 07:38, Charles Marcus escreveu:

I'm curious how others might do this...
How do you push a modified SOGo Integrator extension update, if the 
version hasn't changed?


Just append your own minor version, for example, while the SOGo's 
version for the extension is em:version=24.0.4, mine already is 
em:version=24.0.4-5. Just don't forget to adjust your updates.php and 
wherever it gets used.


Good luck.

--
*Marcio Merlone*
--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Supporting different version of Thunderbird/Lightning via updates.php

2014-07-23 Thread Charles Marcus

Hi all,

Two more questions, both related to updates.php...

First - Thunderbird 31 was just released.

Is there an announcement or other list where Inverse announces support 
of new versions? Or do you guys test pre-releases well enough such that 
auto-updates (just had one happen on someone's home laptop yesterday, 
which is how I found out about the 31 update) shouldn't normally be a 
problem?


Everything seemed to work just fine after the updates... which was 
confusing, because I had lightning defined in updates.php, but when her 
computer connected to SOGo after the update, SOGo didn't try to 
downgrade lightning to 2.6.6.


Maybe it is smart enough to not try to downgrade when it would break things?

Which brings me to the second question...

Is it possible to support both 24.6 and 31, as far as updating extension 
(ie Lightning) via updates.php? Or do I need to worry about this?


Thunderbird 31 requires Lightning 3.3+, which obviously won't work with 
Thunderbird 24.6.


So, is there a way to specify version Lightning 2.6.x for Thunderbord 
24.x, and 3.3.x for Thunderbird 31.x in updates.php?


If not, I'm curious how others  stay on top of these updates.

Thanks,

Charles

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Pushing modified SOGo Integrator (same version) to users via updates.php

2014-07-23 Thread Ian McMichael

On 23/07/14 11:38, Charles Marcus wrote:
 What I was thinking was to manually bump the version to something like
 24.0.5.1... but was wondering if there is another/better way. 

This is what I do and it seems to work well.  I always append .001 to
the first release and increment it for any changes within that version.

-- 

Ian McMichael

• E-Mail: ian.mcmich...@gmail.com
• Phone: +44-(0)7703-192837

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Pushing modified SOGo Integrator (same version) to users via updates.php

2014-07-23 Thread Sven Schwedas
On 2014-07-23 14:04, Márcio Merlone wrote:
 Em 23-07-2014 07:38, Charles Marcus escreveu:
 I'm curious how others might do this...
 How do you push a modified SOGo Integrator extension update, if the
 version hasn't changed?
 
 Just append your own minor version, for example, while the SOGo's
 version for the extension is em:version=24.0.4, mine already is
 em:version=24.0.4-5. Just don't forget to adjust your updates.php and
 wherever it gets used.

And as the Integrator only initiates updates based on version
(mis)matching, there's no real alternative to this.

-- 
Mit freundlichen Grüßen, / Best Regards,
Sven Schwedas
Systemadministrator
TAO Beratungs- und Management GmbH | Lendplatz 45 | A - 8020 Graz
Mail/XMPP: sven.schwe...@tao.at | +43 (0)680 301 7167
http://software.tao.at



signature.asc
Description: OpenPGP digital signature


Re: [SOGo] Supporting different version of Thunderbird/Lightning via updates.php

2014-07-23 Thread Sven Schwedas
On 2014-07-23 13:32, Charles Marcus wrote:
 
 Is there an announcement or other list where Inverse announces support
 of new versions? Or do you guys test pre-releases well enough such that
 auto-updates (just had one happen on someone's home laptop yesterday,
 which is how I found out about the 31 update) shouldn't normally be a
 problem?

Announcements are usually on this list. Updates, however, tend to
problematic, and the SOGo Integrator should be disabling automated
updates for that reason.

 Maybe it is smart enough to not try to downgrade when it would break things? 

The update.php adds version information to the resulting XML, so
Thunderbird ≠24 won't get any updates.

But as far as I know it can't handle multiple Thunderbird versions in
parallel, you'd have to modify the script for that.


 If not, I'm curious how others  stay on top of these updates.

Disabling automated updates, for now.

-- 
Mit freundlichen Grüßen, / Best Regards,
Sven Schwedas
Systemadministrator
TAO Beratungs- und Management GmbH | Lendplatz 45 | A - 8020 Graz
Mail/XMPP: sven.schwe...@tao.at | +43 (0)680 301 7167
http://software.tao.at



signature.asc
Description: OpenPGP digital signature


Re: [SOGo] Supporting different version of Thunderbird/Lightning via updates.php

2014-07-23 Thread Márcio Merlone

Em 23-07-2014 09:31, Sven Schwedas escreveu:
But as far as I know it can't handle multiple Thunderbird versions in 
parallel, you'd have to modify the script for that. 


It can't out of the box, but with very little php knowledge it is easy 
to check user-agent sent to updates.php and provide the correct xml 
according to TB version.


As my boss like to say: add an 'if' and two lines of code and you are 
done!. :)


--
*Marcio Merlone*
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Sogo 2.2.2: sieve connection does not work

2014-07-23 Thread Rasca Gmelch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

sogo is installed under debian 7. I put the
intermediate cert to /etc/ssl/certs and
checked that also the toplevel CA cert is
included in /etc/ssl/certs/. And did a
c_rehash.

But it didn't help. It looks like debuging
SSL in sogo is nearly imposibble. No usefull
messages in the logfiles - I had
the same bad experiance with openldap.

Anyway for now I use stunnel4 to pass it
over the net.

Thx+Regards,
 Rasca



Am 23.07.2014 12:36, schrieb Daniel Berteaud:
 
 Le 23/07/2014 11:45, Rasca Gmelch a écrit : Hi,
 
 yes, when I connect with telnet I see:
 
 [..] SASL PLAIN STARTTLS [..]
 
 If I type STARTTLS in this telnet session I see:
 
 [..] OK Begin TLS negotiation now [..]
 
 So it looks like in gerneral the STARTTLS is aktivated.
 
 The sogo daemon also needs to be able to validate the certificate
 of the sieve server. If you're not using a valid cert from a
 trusted CA (eg, you use your own private PKI or a self-signed
 certificate), you need to add your CA in the global trusted store
 of the sogo daemon. This is different for every distribution, but
 on RHEL and CentOS at least, it's a matter of:
 
 - install openssl-perl - write the CA in PEM format in
 /etc/pki/tls/certs/my-custom-ca.pem (this path will be different
 on other distributions) - create the hash symlinks with c_rehash
 /etc/pki/tls/certs/
 
 Cheers, Daniel
 
 Regards, Rasca
 
 Am 23.07.2014 11:25, schrieb Christian Mack:
 Hello Rasca Gmelch
 
 
 Am 2014-07-21 15:03, schrieb Rasca Gmelch:  ... 
 Now we run sogo 2.2.6 and it still does not work. I played
 a little bit with the config file and figured out that it
 works when I remove the tls=YES in the sieve connection
 URL. But I've to use TLS because the sieve server is on
 another machine.
 
 As it works without TLS, did you enable TLS on your sieve
 server?
 
 
 Kind regards, Christian Mack
 
 
 

- -- 

Rasca Gmelch | IT | JabberID: rasca.gme...@artcom.de

OpenPGP Key ID: 8168E925, Key server: pool.sks-keyservers.net
Fingerprint 1FD0 3199 13B7 7ADC 5DF1 A8EF FA4C 4AC0 8168 E925

ART+COM AG | Kleiststr. 23-26 | 10787 Berlin | Germany
Fon: +49.30.21001-466 | Fax: +49.30.21001-555
http://www.artcom.de/

HRB 68308 | Amtsgericht Charlottenburg
Vorstand: Andreas Wiek, Prof. Joachim Sauter
Aufsichtsratsvorsitzender: Volker Tietgens
USt-IdNr.: DE811998328
-BEGIN PGP SIGNATURE-

iQIcBAEBAgAGBQJTz6y1AAoJEPpMSsCBaOklfA0P/0a3LhRfXUx0zbwcu4wzg0Le
KNKbxIZMH3lKz8Wtvsi+AMGU5fncHRE+M2zY3PTq4F6au1IcsYEdsD7I2tRFEqtS
F60Cb9DEM6oeKdISRJ7dL6MiMQxjotvO5UmVU0nfpJ1Q1q2ffDjoJ5+Ni6rbxtID
L7OAuWvewMgruTf67zR+kgZfwTG1O+oQvlba+XOtHK6m73eCno+Tfug3NTSg+WSl
O/ppXtFIMyXwFzVlSbdRXbh7eJQm57M12R4yTgmFlk4Mi+y3JqEcQAvFuU+I+NfY
FSElMdFGeW6UcE+B+LnzLgwWYk1xMM2Ef2m4hWq+QIkyXJ5UADVSNHWEPCBRn9Hh
+zCgYi8Z4JYGrhEqiTgMKuBbjjkAMBizElBrgf0hbyBNSm160hCMXQppCMl0SoDt
m1JUDZS2wW0vx8xmz/B4HKs1T7LypfHzU7lCKKuxZdJO8g0ppNqn34PxMd4iSyBw
cwClOAgs6RcdNIyuh/oG8mha4hbl+eUiBa7xcHRPPsxnBBpWiH5LhV1EGRGhfvbe
IXGW95HEfsDlI1qwBMxBGXC60kIoalhXxyWQ/6lLAygucTykPSfqIJDxFqv5XTPO
OUTqJdbkGmtAsNp9U4CCeeAw3CrWKedfMI1ht/4jhbQQUbqfBtFm7bW29L/sO+jK
+onfoCS44cATmDXod/oz
=hcAN
-END PGP SIGNATURE-
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Supporting different version of Thunderbird/Lightning via updates.php

2014-07-23 Thread Sven Schwedas
On 2014-07-23 14:39, Márcio Merlone wrote:
 Em 23-07-2014 09:31, Sven Schwedas escreveu:
 But as far as I know it can't handle multiple Thunderbird versions in
 parallel, you'd have to modify the script for that. 
 
 It can't out of the box, but with very little php knowledge it is easy
 to check user-agent sent to updates.php and provide the correct xml
 according to TB version.
 
 As my boss like to say: add an 'if' and two lines of code and you are
 done!. :)

It's a bit more than that, as you'll need to map addon versions to
supported thunderbird versions, but yes. Similar code is already in it
to support different architectures, I think.

-- 
Mit freundlichen Grüßen, / Best Regards,
Sven Schwedas
Systemadministrator
TAO Beratungs- und Management GmbH | Lendplatz 45 | A - 8020 Graz
Mail/XMPP: sven.schwe...@tao.at | +43 (0)680 301 7167
http://software.tao.at



signature.asc
Description: OpenPGP digital signature


Re: [SOGo] Pushing modified SOGo Integrator (same version) to users via updates.php

2014-07-23 Thread Charles Marcus

On 7/23/2014 7:11 AM, Ian McMichael ian.mcmich...@gmail.com wrote:


On 23/07/14 11:38, Charles Marcus wrote:
What I was thinking was to manually bump the version to something 
like 24.0.5.1... but was wondering if there is another/better way. 


This is what I do and it seems to work well.  I always append .001 to 
the first release and increment it for any changes within that version.


Thanks guys... this is what I'll do then... :)

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Body filters

2014-07-23 Thread Francis Lachapelle
Hi Jean-Philippe

On Jul 23, 2014, at 9:16 AM, Jean-Philippe Ghibaudo 
jean-philippe.ghiba...@oca.eu wrote:

 Maybe I'm missing something, but since v2.2.0, we should be able to use body 
 filters with SOGo/Sieve but I can't see anything on the Web GUI.

Your Sieve server must advertise its support when asked for its capabilities. 
Which Sieve/IMAP server do you use?


Francis-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Thunderbird 31

2014-07-23 Thread ABBAS Alain

Hello
current Connector and integrator doesnt work with thunderbird 31
ant timeline to release the new xpi ?
Regards

--
Alain Abbas
11 rue Robert Schumann
54500 Vandoeuvre
Tel : +333 83 18 02 70
skype: alain.abbas-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Thunderbird 31

2014-07-23 Thread Charles Marcus

On 7/23/2014 12:48 PM, ABBAS Alain alain.ab...@libertech.fr wrote:

Hello
current Connector and integrator doesnt work with thunderbird 31
ant timeline to release the new xpi ?


Seems to be working for us as well...

--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] How to assign contacts to groups stored in OwnCloud

2014-07-23 Thread Wolfgang Klein
Hello!

I am using OwnCloud to synch Thunderbird and Android (via CardDAV),
which is working fine except for one little thing: I can not assign
contacts to groups, neither in Thunderbird nor in Android. I have to log
into OC's web GUI and make the change there. As far as I know and of
what I have read, group editing in Android is possible only when using
Google to synchronise contacts, but for obvious reasons, that is not an
option.

Am I missing something there, should this be doable in SoGo? Is there
some option or some setting I simply haven't found yet? I know that
there are categories, but these are not the same as OC's groups.
Changing a contact's categories doesn't show any effect on OwnCloud's
groups.

Many thanks an advance for any help.

Sincerely,
Wolfgang Klein

-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 31

2014-07-23 Thread ABBAS Alain

OK found
Thunderbird 31 needs Lightning 3.3 after the update of lightning all is fine
Regards


Le Mercredi 23 Juillet 2014 19:37 CEST, Charles Marcus 
cmar...@media-brokers.com a écrit:
 On 7/23/2014 12:48 PM, ABBAS Alain alain.ab...@libertech.fr wrote:
 Hello
 current Connector and integrator doesnt work with thunderbird 31
 ant timeline to release the new xpi ?

Seems to be working for us as well...

--
users@sogo.nu
https://inverse.ca/sogo/lists
--
Alain Abbas
11 rue Robert Schumann
54500 Vandoeuvre
Tel : +333 83 18 02 70
skype: alain.abbas-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Thunderbird 31

2014-07-23 Thread ABBAS Alain

After the upgrade
i have this following error on all calendars
[Exception... Component returned failure code: 0x80570015 
(NS_ERROR_XPC_CI_RETURNED_FAILURE) [nsIJSCID.createInstance]  nsresult: 
0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE)  location: JS frame :: 
resource://calendar/modules/calUtils.jsm -


Le Mercredi 23 Juillet 2014 19:37 CEST, Charles Marcus 
cmar...@media-brokers.com a écrit:
 On 7/23/2014 12:48 PM, ABBAS Alain alain.ab...@libertech.fr wrote:
 Hello
 current Connector and integrator doesnt work with thunderbird 31
 ant timeline to release the new xpi ?

Seems to be working for us as well...

--
users@sogo.nu
https://inverse.ca/sogo/lists
--
Alain Abbas
11 rue Robert Schumann
54500 Vandoeuvre
Tel : +333 83 18 02 70
skype: alain.abbas-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] BTS activities for Wednesday, July 23 2014

2014-07-23 Thread SOGo reporter
Title: BTS activities for Wednesday, July 23 2014





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, July 23 2014

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2870
	2014-07-23 10:04:17
	updated (open)
	SOGo Connector
	Thunderbird 31: address auto complete not working
	
	  
	
2863
	2014-07-23 11:35:46
	updated (open)
	Backend Calendar
	No email invitations sent to attendees when using Thunderbird and CalDAV
	
	  
	
2868
	2014-07-23 04:08:27
	updated (open)
	Backend Calendar
	Moving events between calendars
	
	  
	
2871
	2014-07-23 11:35:33
	updated (open)
	Web Calendar
	Missing "Copy event to my calendar" in the event list.
	
	  
	
2869
	2014-07-23 08:23:44
	resolved (fixed)
	Backend Calendar
	Color categories are not displayed