Re: [SOGo] Thunderbird 31

2014-07-24 Thread Adi Kriegisch
Hi!

current Connector and integrator doesnt work with thunderbird 31
ant timeline to release the new xpi ?
Overall it appears to be working... I just got an error where auto
completion does not work when composing a mail:
in sogo-connec...@inverse.ca.xpi!/components/SOGoConnectorAutocompleteSearch.js
Line: 326
Error: _parser.makeFullAddress is not a function.

Any ideas?

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


Re: [SOGo] Thunderbird 31

2014-07-24 Thread Adi Kriegisch
Hey!

 current Connector and integrator doesnt work with thunderbird 31
 ant timeline to release the new xpi ?
 Overall it appears to be working... I just got an error where auto
 completion does not work when composing a mail:
 in 
 sogo-connec...@inverse.ca.xpi!/components/SOGoConnectorAutocompleteSearch.js
 Line: 326
 Error: _parser.makeFullAddress is not a function.
So... they changed the API:
https://bugzilla.mozilla.org/show_bug.cgi?id=842632
mainly makeFullAddress was renamed to makeMimeAddress. After changing the
name of the function, things kind of started to work again.
There are two issues now:
* a pretty long empty list of addresses is shown
* the search string remains in the address: typing kri (to search for my
  name) results in a mail address like kri  Adi Kriegisch ...@

Except for that, searching kind of works. Probably some Thunderbird plugin
magician may have a look at this?

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


Re: [SOGo] Thunderbird 31

2014-07-24 Thread Sven Schwedas


On 2014-07-24 14:27, Adi Kriegisch wrote:
 Hey!
 
current Connector and integrator doesnt work with thunderbird 31
ant timeline to release the new xpi ?
 Overall it appears to be working... I just got an error where auto
 completion does not work when composing a mail:
 in 
 sogo-connec...@inverse.ca.xpi!/components/SOGoConnectorAutocompleteSearch.js
 Line: 326
 Error: _parser.makeFullAddress is not a function.
 So... they changed the API:
 https://bugzilla.mozilla.org/show_bug.cgi?id=842632
 mainly makeFullAddress was renamed to makeMimeAddress. After changing the
 name of the function, things kind of started to work again.
 There are two issues now:
 * a pretty long empty list of addresses is shown
 * the search string remains in the address: typing kri (to search for my
   name) results in a mail address like kri  Adi Kriegisch ...@
 
 Except for that, searching kind of works. Probably some Thunderbird plugin
 magician may have a look at this?

Is that a feature?

 http://i1-news.softpedia-static.com/images/extra/WINDOWS3/large/Thunderbird%2031/Mozilla%20Thunderbird%20-%20autocomplete%20email%20address.jpg



 
 -- Adi
 

-- 
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] Thunderbird 31

2014-07-24 Thread Adi Kriegisch
Hey!

  There are two issues now:
  * a pretty long empty list of addresses is shown
  * the search string remains in the address: typing kri (to search for my
name) results in a mail address like kri  Adi Kriegisch ...@
  
  Except for that, searching kind of works. Probably some Thunderbird plugin
  magician may have a look at this?
 
 Is that a feature?
 
  http://i1-news.softpedia-static.com/images/extra/WINDOWS3/large/Thunderbird%2031/Mozilla%20Thunderbird%20-%20autocomplete%20email%20address.jpg
interesting... :-) 

Probably happened during implementation of
https://bugzilla.mozilla.org/show_bug.cgi?id=529584
Because when I search for Adi the entry displays correctly; just for an
inner name/domain part this error happens; this seems to be the bug report
for this: https://bugzilla.mozilla.org/show_bug.cgi?id=1043310

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


Re: [SOGo] Thunderbird 31

2014-07-24 Thread Charles Marcus

On 7/24/2014 6:07 AM, Adi Kriegisch a...@cg.tuwien.ac.at wrote:

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



Overall it appears to be working... I just got an error where auto
completion does not work when composing a mail:
in sogo-connec...@inverse.ca.xpi!/components/SOGoConnectorAutocompleteSearch.js
Line: 326
Error: _parser.makeFullAddress is not a function.

Any ideas?


Autocomplete works fine here (Windows 7 x64)...

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


Re: [SOGo] Thunderbird 31

2014-07-24 Thread Adi Kriegisch
Hey!

 Overall it appears to be working... I just got an error where auto
 completion does not work when composing a mail:
 in 
 sogo-connec...@inverse.ca.xpi!/components/SOGoConnectorAutocompleteSearch.js
 Line: 326
 Error: _parser.makeFullAddress is not a function.
 
 Any ideas?
 
 Autocomplete works fine here (Windows 7 x64)...
Interesting... Wherefrom did you get sogo-connector? In the github repo it
still uses makeFullAddress which does not exist in TB31 any more.

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


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

2014-07-24 Thread Wolfgang Klein
Hello!

Christian Mack wrote:

 
 
 I assume with groups you mean address lists.

No, I am not talking about Thunderbird's address lists. I am talking
about groups of contacts in Android and in OwnCloud. Both systems can
assemble people to groups. If you look at your cell phone's contact
editor, you'll see what I mean. I am sure, there's no difference between
Android and an iPhone concerning this.



Regards,
Wolfgang Klein
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 31

2014-07-24 Thread Charles Marcus

On 7/24/2014 9:41 AM, Adi Kriegisch a...@cg.tuwien.ac.at wrote:

Hey!


Overall it appears to be working... I just got an error where auto
completion does not work when composing a mail:
in sogo-connec...@inverse.ca.xpi!/components/SOGoConnectorAutocompleteSearch.js
Line: 326
Error: _parser.makeFullAddress is not a function.

Any ideas?

Autocomplete works fine here (Windows 7 x64)...

Interesting... Wherefrom did you get sogo-connector? In the github repo it
still uses makeFullAddress which does not exist in TB31 any more.


Same 24.0.5 we downloaded from the inverse website when it was released...

We do use Integrator too (if that matters)...

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


[SOGo] Outlook FreeBusy lookups

2014-07-24 Thread Martin Simovic
Hi,

I am trying to implement FreeBusy lookups for Outlook 2010 for meeting 
scheduling. We are using SOGo without Openchange layer, email is accessed via 
IMAP and calendars / contacts are synced with SOGo server via iCal4OL software.

I read in SOGo documentation that:
- freebusy lookups are supported using the Internet Free/Busy feature of Outlook
- URL to use must be of the following format: 
http://hostname/SOGo/dav/public/%NAME%/freebusy.ifb
- SOGoEnablePublicAccess must be set to YES

This works, with one limitation: Each user’s calendar ACL’s have to be updated 
for public access (View Date and Time). Whilst there is a setting 
SOGoCalendarDefaultRoles, this is ignored for public access. Is there another 
way of enabling FreeBusy lookups for Outlook other than granting public 
calendar access on user-by-user basis?

Many thanks for any hints

--
Martin Šimovič

NETSON s.r.o.
Mlynská 1/2338
934 01 Levice
tel: +421 915 393 570
mail: mar...@netson.sk





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

Re: RES: [SOGo] Question regarding SOGo scalability

2014-07-24 Thread Federico Alberto Sayd

On 21/07/14 17:35, Rodrigo Mello Mattos Habib Gregori wrote:

RES: [SOGo] Question regarding SOGo scalability

Hello Federico,

Thanks for your reply. It will be very useful to us here!

Would you care to share your user base size? How many mailboxes do you 
have there? And for how long do you have SOGo implemented?


We have hardware resources for doing loading balance (both web, mail 
and DB).


As for the storage, I was indeed thinking of a centralized solution. 
Still not sure of which protocol to choose.


Regards,

Rodrigo Habib Gregori

Analista de Tecnologia da Informação - Matrícula 35444

+55 47 3431-3232

Prefeitura Municipal de Joinville

www.joinville.sc.gov.br



We have around 1500 mailboxes. We are using SOGo for more than 2 years.

We only balance web access with HAproxy

Regards

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

Re: [SOGo] SOGo repos for Ubuntu Trusty 14.04

2014-07-24 Thread Steve Ankeny

From these openchange issues links . . .

https://github.com/openchange/openchange/issues
https://github.com/openchange/openchange/pull/34

It looks like the 'openchange' patches will be merged in the next 1-2 weeks

Some of us are anxiously awaiting the release of Openchange v.2.2 to 
complete our rebuild on Trusty.


On 06/25/2014 03:37 PM, Ludovic Marcotte wrote:

On 2014-06-25, 3:35 PM, Steve Ankeny wrote:
What concerned me were the correct OpenChange packages? 
Not yet ready for Trusty. We'll put energy towards this when 
OpenChange v2.2 is released.




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


[SOGo] BTS activities for Thursday, July 24 2014

2014-07-24 Thread SOGo reporter
Title: BTS activities for Thursday, July 24 2014





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2870
	2014-07-24 23:22:05
	updated (open)
	SOGo Connector
	Thunderbird 31: address auto complete not working
	
	  
	
2759
	2014-07-24 14:05:08
	assigned (reopened)
	Web Calendar
	Events and tasks cannot be moved to other calendars using drag