(fix) the EAS maximum response size being per-folder, and not global

pull/85/head
Ludovic Marcotte 2015-05-04 09:11:52 -04:00
parent 50896eb526
commit a37f438663
2 changed files with 4 additions and 1 deletions

View File

@ -1452,6 +1452,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
inBuffer: s
changeDetected: &changeDetected
maxSyncResponseSize: maxSyncResponseSize];
if (maxSyncResponseSize > 0 && [s length] >= maxSyncResponseSize)
break;
}
if (changeDetected)

2
NEWS
View File

@ -43,7 +43,7 @@ Bug fixes
- Fix server side crash when reading some recurrence appointments (Zentyal)
- Outlook clients can use reply all functionality on multidomain environment (Zentyal)
- Optional attendes on events are now shown properly (Zentyal)
- fixed the EAS maximum response size being per-folder, and not global
2.2.17a (2015-03-15)
--------------------