]> err.no Git - sope/blobdiff - sope-mime/NGImap4/ChangeLog
fixed some gcc 4.0 warning
[sope] / sope-mime / NGImap4 / ChangeLog
index 1d7ec86c99e84542d47e02593a9fb51e20bd206d..79279d5a56260a432afad4cdd554c58544302228 100644 (file)
@@ -1,3 +1,120 @@
+2005-07-27  Helge Hess  <helge.hess@skyrix.com>
+
+       * NGImap4Connection.m: fixed gcc 4.0 warnings
+
+2005-07-26  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGImap4Connection.m: fixed a Cocoa compatibility issue with
+         -doesMailboxExistAtURL
+
+2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGImap4ResponseParser.m: fixed a bug in parsing mailbox names in ACL
+         responses
+
+2005-07-14  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGImap4Connection.m: updated defaults to use NGImap4Connection*
+         names, made the IMAP4 folder separator an ivar, consolidated the
+         fetching of the mailbox hierarchy
+
+2005-07-13  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGImap4Connection.m: added a -description
+
+2005-07-13  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * NGImap4.xcodeproj: synced with GNUmakefile
+
+2005-07-11  Helge Hess  <helge.hess@opengroupware.org>
+
+       * added NGImap4Connection/NGImap4ConnectionManager classes, a simpler
+         interface to the IMAP4 client library
+
+2005-07-07  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGImap4Client.m: added -storeFlags:forMSNs:addOrRemove: method to
+         change flags for a set of MSNs (instead of ranges)
+
+2005-04-24  Helge Hess  <helge.hess@opengroupware.org>
+
+       * fixed gcc 4.0 warnings
+
+2005-03-24  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOQualifier+IMAPAdditions.m: fixed a warning
+
+2005-03-05  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGImap4Folder.m: properly create NSURL if the absolute name doesn't
+         start with a slash
+
+       * NGImap4Context.m: initialize NSURL with a path to avoid an issue on
+         MacOSX
+
+2005-03-03  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGImap4FileManager.m: added debug logs which can be enabled using
+         the 'NGImap4FileManagerDebugEnabled' default, improved handling of
+         root folder in -fileExists method
+
+       * NGImap4Context.m: improved -description
+
+       * NGImap4Functions.m: added some debugging facilities
+
+2005-02-14  Helge Hess  <helge.hess@skyrix.com>
+
+       * NGSieveClient.m: encode base64 with a large line break to fix OGo
+         bug #1228
+
+2005-02-12  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOQualifier+IMAPAdditions.m: more reworks in qualifier generation,
+         changed handling of spaces, fixed handling of OR qualifiers
+
+       * EOQualifier+IMAPAdditions.m: allow contains: qualifier operator for
+         key searches
+
+       * NGImap4Client.m: moved EOSortOrdering => IMAP4 code to an own
+         category/file
+
+       * NGImap4Client.m: added -copyUids:toFolder: method to perform set copy
+         operations without sequence numbers (uses UID COPY IMAP4 command)
+
+2005-02-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGImap4Client.m: added -selectedFolderName method to retrieve the 
+         folder which was selected last
+
+       * NGImap4ResponseParser.m: properly parse from/reply-to as lists
+
+       * NGImap4Envelope.m: properly use NSArray for 'from' and 'reply-to',
+         both can be multi valued (only 'sender' is a single mailbox in RFC
+         2822, 3.6.2) - Note: might break API!
+       
+2005-01-31  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGImap4Envelope.m, NGImap4EnvelopeAddress.m: added support for
+         bodystructure dictionaries
+
+2005-01-30  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGImap4ResponseNormalizer.m: code cleanup
+
+       * NGSieveClient.m: removed a superflous "{" in the script-put call
+
+2005-01-30  Helge Hess  <helge.hess@skyrix.com>
+
+       * NGImap4Client.m: minor code cleanups
+
+2005-01-04  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGSieveClient.m: fixed a warning when compiling with Xcode
+
+2004-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * NGImap4.xcode: minor fixes and updated
+
 2004-12-03  Helge Hess  <helge.hess@skyrix.com>
 
        * NGSieveClient.m: fixed error processing on missing scripts