Commit graph

5 commits

Author SHA1 Message Date
taca
c778b02b46 Update SOGo to 2.3.3a.
2.3.3a (2015-11-18)
-------------------

Bug fixes
 - expanded mail folders list is not saved (#3386)
 - cleanup translations

2.3.3 (2015-11-11)
------------------

New features
 - initial S/MIME support for EAS (#3327)
 - now possible to choose which folders to sync over EAS

Enhancements
 - we no longer always entirely rewrite messages for Outlook 2013 when using EAS
 - support for ghosted elements on contacts over EAS
 - added Macedonian (mk_MK) translation - thanks to Miroslav Jovanovic
 - added Portuguese (pt) translation - thanks to Eduardo Crispim

Bug fixes
 - numerous EAS fixes when connections are dropped before the EAS client receives the response (#3058, #2849)
 - correctly handle the References header over EAS (#3365)
 - make sure English is always used when generating Date headers using EAS (#3356)
 - don't escape quoted strings during versit generation
 - we now return all cards when we receive an empty addressbook-query REPORT
 - avoid crash when replying to a mail with no recipients (#3359)
 - inline images sent from SOGo webmail are not displayed in Mozilla Thunderbird (#3271)
 - prevent postal address showing on single line over EAS (#2614)
 - display missing events when printing working hours only
 - fix corner case making server crash when syncing hard deleted messages when clear offline items was set up (Zentyal)
 - avoid infinite Outlook client loops trying to set read flag when it is already set (Zentyal)
 - avoid crashing when calendar metadata is missing in the cache (Zentyal)
 - fix recurrence pattern event corner case created by Mozilla Thunderbird which made server crash (Zentyal)
 - fix corner case that removes attachments on sending messages from Outlook (Zentyal)
 - freebusy on web interface works again in multidomain environments (Zentyal)
 - fix double creation of folders in Outlook when the folder name starts with a digit (Zentyal)
 - avoid crashing Outlook after setting a custom view in a calendar folder (Zentyal)
 - handle emails having an attachment as their content
 - fixed JavaScript syntax error in attendees editor
 - fixed wrong comparison of meta vs. META tag in HTML mails
 - fixed popup menu position when moved to the left (#3381)
 - fixed dialog position when at the bottom of the window (#2646, #3378)
 - fixed addressbrook-only source entires having a c_uid set
2015-12-13 14:59:35 +00:00
taca
448f810e26 Update SOGo to 2.0.4b.
2.0.4b (2013-02-04)
------------------

Bug fixes
 - Fixed order of precedence for options (#2166)
   The following order is enforced - first match wins
     1. Command line arguments
     2. .GNUstepDefaults
     3. /etc/sogo/{debconf,sogo}.conf
     4. SOGoDefaults.plist
 - fixed handling of LDAP DN containing special characters (#2152, #2207)
 - fixed handling of credential files for older GNUsteps (#2216)
 - fixed display of messages with control characters (#2079, #2177)
 - fixed tooltips in contacts list (#2211)
 - fixed classification menu in component editor (#2223)
 - fixed link to ACL editor for 'any authenticated user' (#2222, #2224)
 - fixed saving preferences when mail module is disabled
 - fixed handling for long credential strings (#2212)

2.0.4a (2013-01-30)
------------------

Enhancements
 - updated Czech translation
 - birthday is now properly formatted in addressbook module

Bug fixes
 - fixed handling of groups with spaces in their UID
 - fixed possible infinite loop in repeatable object
 - fixed until date in component editor
 - fixed saving all-day event in appointment editor
 - fixed handling of decoding contacts UID
 - fixed support of GNUstep 1.20 / Debian Squeeze

2.0.4 (2013-01-25)
------------------

New features
 - sogo-tool: new "dump-defaults" command to easily create /etc/sogo/sogo.conf

Enhancements
 - The sogo user is now a system user.
   For new installs, this means that 'su - sogo' won't work anymore.
   Please use 'sudo -u sogo cmd' instead
   If used in scripts from cronjobs, 'requiretty' must be disabled in sudoers
 - added basic support for LDAP URL in user sources
 - renamed default SOGoForceIMAPLoginWithEmail to
   SOGoForceExternalLoginWithEmail and extended it to SMTP authentication
 - updated the timezone files to the 2012j edition and removed RRDATES
 - updated CKEditor to version 4.0.1
 - added Finnish translation - thanks to Kari Salmu
 - updated translations
 - recurrence-id of all-day events is now set as a proper date with no time
 - 'show completed tasks' is now persistent
 - fixed memory usage consumption for remote ICS subscriptions

Bug fixes
 - fixed usage of browser's language for the login page
 - fixed partstat of attendee in her/his calendar
 - fixed French templates encoding
 - fixed CardDAV collections for OS X
 - fixed event recurrence editor (until date)
 - fixed column display for subfolders of draft & sent
 - improved IE7 support
 - fixed drag'n'drop of events with Safari
 - fixed first day of the week in datepickers
 - fixed exceptions of recurring all-day events

2.0.3 (2012-12-06)
------------------

New features
 - support for SAML2 for single sign-on, with the help of the lasso library
 - added support for the "AUTHENTICATE" command and SASL mechanisms
 - added domain default SieveHostFieldName
 - added a search field for tasks

Enhancements
 - search the contacts for the organization attribute
 - in HTML mode, optionally place answer after the quoted text
 - improved memory usage of "sogo-tool restore"
 - fixed invitations status in OSX iCal.app/Calendar.app (cleanup RSVP attribute)
 - now uses "imap4flags" instead of the deprecated "imapflags"
 - added Slovak translation - thanks to Martin Pastor
 - updated translations

Bug fixes
 - fixed LDIF import with categories
 - imported events now keep their UID when possible
 - fixed importation of multiple calendars
 - fixed modification date when drag'n'droping events
 - fixed missing 'from' header in Outlook
 - fixed invitations in Outlook
 - fixed JavaScript regexp for Firefox
 - fixed JavaScript syntax for IE7
 - fixed all-day event display in day/week view
 - fixed parsing of alarm
 - fixed Sieve server URL fallback
 - fixed Debian cronjob (spool directory cleanup)
2013-03-16 15:12:57 +00:00
manu
95958c0e85 Update SOGo (and its SOPE dependency) to 2.0.2a
ChangeLog since 2.0.0

2.0.2a (2012-11-15)
-------------------

Enhancements
 - improved user rights editor in calendar module
 - disable alarms for newly subsribed calendars

Bug fixes
 - fixed typos in Spanish (Spain) translation
 - fixed display of raw source for tasks
 - fixed title display of cards with a photo
 - fixed null address in reply-to header of messages
 - fixed scrolling for calendar/addressbooks lists
 - fixed display of invitations on BlackBerry devices
 - fixed sogo-tool rename-user for MySQL database
 - fixed corrupted attachments in Webmail
 - fixed parsing of URLs that can throw an exception
 - fixed password encoding in user sources

2.0.2 (2012-10-24)
------------------

New features
 - added support for SMTP AUTH
 - sogo configuration can now be set in /etc/sogo/sogo.conf
 - added support for GNU TLS

Enhancements
 - speed up of the parsing of IMAP traffic
 - minor speed up of the web interface
 - speed up the scrolling of the message list in the mail module
 - speed up the deletion of a large amounts of entries in the contacts module
 - updated the timezone files to the 2012.g edition
 - openchange backend: miscellaneous speed up of the synchronization
   operations
 - open file descriptors are now closed when the process starts

Bug fixes
 - the parameters included in the url of remote calendars are now taken into
   account
 - fixed an issue occurring with timezone definitions providing multiple entries
 - openchange backend: miscellaneous crashes during certain Outlook
   operations, which have appeared in version 2.0.0, have been fixed
 - fixed issues occuring on OpenBSD and potentially other BSD flavours

2.0.1 (2012-10-10)
-------------------

Enhancements
 - deletion of contacts is now performed in batch, which speeds up the
   operation for large numbers of items
 - scalability enhancements in the OpenChange backend that enables the first
   synchronization of mailboxes in a more reasonable time and using less
   memory
 - the task list is now sortable

Bug Fixes
 - improved support of IE 9
2012-11-24 14:06:43 +00:00
joerg
14891e81af Restrict crypt.h to Solaris for now. 2011-12-05 22:57:35 +00:00
manu
8d4d031071 Groupware server supporting CalDAV, CardDAV and GroupDAV 2011-10-16 05:36:32 +00:00