X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-mime%2FNGImap4%2FChangeLog;h=79279d5a56260a432afad4cdd554c58544302228;hb=f38ca32b5e30fb00098dfdeacb0e26b5f6d6f56d;hp=60bb5a77d92d221ec1a4e93ff8536647b119a764;hpb=31485fdb4811b31420b6dfe189b5d03bf4cddd7d;p=sope diff --git a/sope-mime/NGImap4/ChangeLog b/sope-mime/NGImap4/ChangeLog index 60bb5a77..79279d5a 100644 --- a/sope-mime/NGImap4/ChangeLog +++ b/sope-mime/NGImap4/ChangeLog @@ -1,3 +1,57 @@ +2005-07-27 Helge Hess + + * NGImap4Connection.m: fixed gcc 4.0 warnings + +2005-07-26 Helge Hess + + * NGImap4Connection.m: fixed a Cocoa compatibility issue with + -doesMailboxExistAtURL + +2005-07-15 Helge Hess + + * NGImap4ResponseParser.m: fixed a bug in parsing mailbox names in ACL + responses + +2005-07-14 Helge Hess + + * 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 + + * NGImap4Connection.m: added a -description + +2005-07-13 Marcus Mueller + + * NGImap4.xcodeproj: synced with GNUmakefile + +2005-07-11 Helge Hess + + * added NGImap4Connection/NGImap4ConnectionManager classes, a simpler + interface to the IMAP4 client library + +2005-07-07 Helge Hess + + * NGImap4Client.m: added -storeFlags:forMSNs:addOrRemove: method to + change flags for a set of MSNs (instead of ranges) + +2005-04-24 Helge Hess + + * fixed gcc 4.0 warnings + +2005-03-24 Helge Hess + + * EOQualifier+IMAPAdditions.m: fixed a warning + +2005-03-05 Helge Hess + + * 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 * NGImap4FileManager.m: added debug logs which can be enabled using