[SOGo] ActiveSync improvements

2014-10-29 Thread Ludovic Marcotte

Hi,

Today a good amount of ActiveSync improvements have landed - like fixes 
for Windows Mobile devices but more importantly, support for 
synchronizing multiple calendars and address books. Thanks to Thomas 
Fuehrer for these improvements.


Since these changes will be in the upcoming v2.2.10 release, please test 
the upcoming nightly builds and report your findings in our BTS 
(www.sogo.nu/bugs).


Thanks,

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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


[SOGo] ActiveSync improvements

2014-12-22 Thread Ludovic Marcotte

Hello,

Many EAS improvements have landed today.

The most significant changes are an important memory leak fix and the 
fact that's now possible to limit the returned EAS response size.


You can enable this by setting SOGoMaximumSyncResponseSize to 512 for 
example. This will limit the response to 512 kilobytes (or a bit greater 
if needed for syncing one item).


This makes the whole sync process *a lot smoother* - especially during 
the initial sync.


Please try the upcoming nightly builds - they should be available in 6-7 
hours from now. They are safe to use as it's basically 2.2.12a + EAS fixes.


Thanks,

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

Re: [SOGo] ActiveSync improvements

2014-10-30 Thread Martin Simovic
Thanks for the great news. 

Haven’t tried for a while, so it could have been part of some earlier version 
fix, but PUSH email notification finally works on iOS with this version.

Best Regards

--
Martin Šimovič

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



> On 30 Oct 2014, at 01:59, Ludovic Marcotte  wrote:
> 
> Hi,
> 
> Today a good amount of ActiveSync improvements have landed - like fixes for 
> Windows Mobile devices but more importantly, support for synchronizing 
> multiple calendars and address books. Thanks to Thomas Fuehrer for these 
> improvements.
> 
> Since these changes will be in the upcoming v2.2.10 release, please test the 
> upcoming nightly builds and report your findings in our BTS 
> (www.sogo.nu/bugs).
> 
> Thanks,
> 
> -- 
> Ludovic Marcotte
> lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
> Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
> (http://packetfence.org)
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] ActiveSync improvements

2014-12-23 Thread Tanstaafl
On 12/22/2014 8:05 PM, Ludovic Marcotte  wrote:
> The most significant changes are an important memory leak fix and the
> fact that's now possible to limit the returned EAS response size.
> 
> You can enable this by setting SOGoMaximumSyncResponseSize to 512 for
> example. This will limit the response to 512 kilobytes (or a bit greater
> if needed for syncing one item).

Hi Ludovic,

What is affected by this setting? We have a ton of people with a huge
amount of emails that are larger than 512KB, so it can't have anything
to do with emails can it? Is it just for calendar/task items?

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


Re: [SOGo] ActiveSync improvements

2014-12-23 Thread Ludovic Marcotte

On 23/12/2014 09:25, Tanstaafl wrote:

What is affected by this setting? We have a ton of people with a huge
amount of emails that are larger than 512KB, so it can't have anything
to do with emails can it?

I mentioned in my mail "or a bit greater if needed for syncing one item".

Say you have these five mails and you set the limit to 512KB:

1. 250 KB
2. 250 KB
3. 25 KB
4. 750 KB
5. 10 KB

Sync iteration no. 1 will pick 1, 2 and 3. Sync iteration will pick 4. 
Sync iteration will pick no. 5.



  Is it just for calendar/task items?

For mails, events, tasks and contacts.

Thanks,

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

Re: [SOGo] ActiveSync improvements

2014-12-27 Thread Charles Marcus
On 12/23/2014 9:56 AM, Ludovic Marcotte  wrote:
> On 23/12/2014 09:25, Tanstaafl wrote:
>> What is affected by this setting? We have a ton of people with a huge
>> amount of emails that are larger than 512KB, so it can't have anything
>> to do with emails can it?
> I mentioned in my mail "or a bit greater if needed for syncing one item".
>
> Say you have these five mails and you set the limit to 512KB:
>
>  1. 250 KB
>  2. 250 KB
>  3. 25 KB
>  4. 750 KB
>  5. 10 KB
>
> Sync iteration no. 1 will pick 1, 2 and 3. Sync iteration will pick 4.
> Sync iteration will pick no. 5.
>

Ok, I think I get it, but...

Don't 1, 2 and 3 equal greater than 512KB?

So, shouldn't it be:

Sync 1 will pick 1 & 2, Sync 2 will pick 3, Sync 3 will pick 4, and Sync
4 will pick 5?

Thanks again, looking forward to trying these out when I get back
(currently out of the country)!

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

Re: [SOGo] ActiveSync improvements

2014-12-27 Thread Ludovic Marcotte

On 27/12/2014 02:16, Charles Marcus wrote:
Sync 1 will pick 1 & 2, Sync 2 will pick 3, Sync 3 will pick 4, and 
Sync 4 will pick 5?
No, it'll work like I said - ie., we "stop" and return the response when 
the size is greater than the limit set. That allows to at least always 
sync one item.


--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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


Re: [SOGo] ActiveSync improvements

2014-12-27 Thread Tanstaafl
On 12/27/2014 9:32 AM, Ludovic Marcotte  wrote:
> On 27/12/2014 02:16, Charles Marcus wrote:
>> Sync 1 will pick 1 & 2, Sync 2 will pick 3, Sync 3 will pick 4, and 
>> Sync 4 will pick 5?
> No, it'll work like I said - ie., we "stop" and return the response when 
> the size is greater than the limit set. That allows to at least always 
> sync one item.
> 
oh, ok, got it now, thx
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ActiveSync improvements

2014-12-29 Thread mourik jan heupink

Hi Ludo,

Just wanted to say: thanks for this activesync improvement! Suddenly 
many activesync issues are resolved now. My personal account (quite a 
large account) never synced to my phone / outlook.


And now it does. :-)

Thanks!

Ludovic Marcotte schreef op 23-12-2014 15:56:

On 23/12/2014 09:25, Tanstaafl wrote:

What is affected by this setting? We have a ton of people with a huge
amount of emails that are larger than 512KB, so it can't have anything
to do with emails can it?

I mentioned in my mail "or a bit greater if needed for syncing one item".

Say you have these five mails and you set the limit to 512KB:

 1. 250 KB
 2. 250 KB
 3. 25 KB
 4. 750 KB
 5. 10 KB

Sync iteration no. 1 will pick 1, 2 and 3. Sync iteration will pick 4.
Sync iteration will pick no. 5.


  Is it just for calendar/task items?

For mails, events, tasks and contacts.

Thanks,

--
Ludovic Marcotte
lmarco...@inverse.ca   ::  +1.514.755.3630  ::http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)


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