mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-02 23:34:21 +00:00
(fix) the EAS maximum response size being per-folder, and not global
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
--------------------
|
||||
|
||||
Reference in New Issue
Block a user