]> err.no Git - scalable-opengroupware.org/blob - SOGo/SoObjects/Mailer/ChangeLog
fixed SOGo bug #1054, deactivated some unused toolbar buttons
[scalable-opengroupware.org] / SOGo / SoObjects / Mailer / ChangeLog
1 2005-01-26  Helge Hess  <helge.hess@skyrix.com>
2         
3         * v0.9.56
4         
5         * SOGoMailManager.m, SOGoMailFolder.m: added method to save new
6           content in an SOGoMailFolder (to support #1054)
7         
8         * SOGoMailAccount.m: minor code cleanup
9
10 2004-12-08  Marcus Mueller  <znek@mulle-kybernetik.com>
11
12         * SOGoMailAccount.m, SOGoMailBaseObject.m, SOGoMailObject.m,
13           SOGoMailManager.m, SOGoDraftsFolder.m, SOGoMailAccounts.m,
14           SOGoMailBodyPart.m, SOGoDraftObject.m: changed to use NGLogging
15           (v0.9.55)
16
17 2004-11-27  Helge Hess  <helge.hess@skyrix.com>
18
19         * SOGoMailAccount.m: added 'Filters' key and lookup of Sieve filters
20           (v0.9.54)
21
22 2004-11-11  Helge Hess  <helge.hess@skyrix.com>
23         
24         * v0.9.53
25         
26         * SOGoMailAccounts.m: added -allFolderPathes methods to retrieve the
27           names of all folders associated with the account
28         
29         * SOGoMailManager.m: added -allFoldersForURL:password: method
30
31 2004-11-09  Helge Hess  <helge.hess@skyrix.com>
32
33         * added support for toggling mail flags (v0.9.52)
34
35         * moved all tree navigation code to UIxMailTree (v0.9.51)
36
37         * SOGoMailBaseObject.m, SOGoMailAccounts.m: moved tree code to separate
38           file (v0.9.50)
39
40         * SOGoMailBaseObject.m, SOGoMailManager.m, SOGoMailConnectionEntry.m:
41           added cache flush operations for getmail (v0.9.49)
42
43 2004-11-08  Helge Hess  <helge.hess@skyrix.com>
44
45         * SOGoMailManager.m: improved a log message (v0.9.48)
46
47 2004-10-30  Helge Hess  <helge.hess@skyrix.com>
48
49         * v0.9.47
50         
51         * SOGoMailFolder.m: added ability to create and delete subfolders using
52           WebDAV
53         
54         * SOGoMailConnectionEntry.m: added method to flush folder hierarchy
55           cache
56
57         * product.plist: added default role for adding folders (owner)
58
59         * SOGoMailObject.m: added -content and -contentAsString method to
60           retrieve raw IMAP4 message content, added GETAction to query a
61           message (v0.9.46)
62
63 2004-10-29  Helge Hess  <helge.hess@skyrix.com>
64
65         * SOGoDraftObject.m: add 'name' parameter to content-type, properly
66           encode binary attachments (v0.9.45)
67         
68 2004-10-28  Helge Hess  <helge.hess@skyrix.com>
69
70         * SOGoDraftObject.m: do not patch NGImap4Envelope ivars and use the new
71           constructor method (v0.9.44)
72
73 2004-10-27  Helge Hess  <helge.hess@opengroupware.org>
74
75         * SOGoMailManager.m: added 'SOGoIMAP4StringSeparator' default to
76           configure to folder separator. Default is '/' instead of '.'
77           (v0.9.43)
78
79         * v0.9.42
80
81         * SOGoDraftObject.m: implements some SOGoMailObject methods
82
83         * SOGoDraftsFolder.m: implemented some draft folder listing
84
85         * SOGoDraftObject.m: added mail send functionality (v0.9.41)
86
87         * SOGoDraftObject.m: added ability to create NGMime objects from draft
88           (v0.9.40)
89
90 2004-10-26  Helge Hess  <helge.hess@opengroupware.org>
91
92         * SOGoDraftObject.[hm]: added method to delete attachments (v0.9.39)
93
94 2004-10-26  Marcus Mueller  <znek@mulle-kybernetik.com>
95
96         * SOGoDraftObject.h: lF compile fix (v0.9.38)
97
98 2004-10-25  Helge Hess  <helge.hess@opengroupware.org>
99
100         * SOGoDraftObject.m: added ability to manage a draft object folder
101           (v0.9.37)
102
103 2004-10-21  Helge Hess  <helge.hess@opengroupware.org>
104
105         * SOGoMailBaseObject.m: extract IMAP4 password from HTTP basic
106           authentication (v0.9.36)
107
108 2004-10-20  Marcus Mueller  <znek@mulle-kybernetik.com>
109
110         * SOGoMailAccounts.m: changed methods according to new API of
111           AgenorUserManager (v0.9.35)
112
113 2004-10-19  Marcus Mueller  <znek@mulle-kybernetik.com>
114
115         * SOGoMailAccounts.m: values for toManyRelationshipKeys are constructed
116           from information retrieved by the AgenorUserManager now. (v0.9.34)
117
118 2004-10-11  Helge Hess  <helge.hess@opengroupware.org>
119
120         * SOGoDraftsFolder.m: added methods to deal with new draft objects
121           (v0.9.33)
122
123         * started SOGoDraftObject (v0.9.32)
124
125 2004-10-10  Helge Hess  <helge.hess@opengroupware.org>
126
127         * SOGoDraftsFolder.m: added methods to be compatible with the mail
128           folder (v0.9.31)
129
130 2004-10-08  Helge Hess  <helge.hess@opengroupware.org>
131
132         * v0.9.30
133
134         * SOGoMailObject.m: added support for davContentLength, added
135           RFC822.SIZE to coreinfo attributes
136
137         * SOGoMailFolder.m: added .mail path extensions to generated
138           toOneRelationshipKeys
139
140         * SOGoMailObject.m: fixed body part id (starts with 1, not with 0)
141
142         * v0.9.29
143
144         * SOGoMailObject.m: added toOneRelationshipKeys/toManyRelationshipKeys
145           (return the contained body parts)
146
147         * SOGoMailFolder.m: added toOneRelationshipKeys (returns the message
148           uids)
149
150         * marked collections as WebDAV collections (v0.9.28)
151
152 2004-10-06  Helge Hess  <helge.hess@opengroupware.org>
153
154         * started SOGoDraftsFolder (v0.9.27)
155
156         * v0.9.26
157
158         * SOGoMailConnectionEntry.m: added caching of sorted UIDs sets
159
160         * SOGoMailManager.m: moved SOGoMailConnectionEntry class to own file
161
162 2004-10-05  Helge Hess  <helge.hess@opengroupware.org>
163
164         * SOGoMailManager: removed range argument from -fetchUIDsInURL:..,
165           since IMAP4 doesn't support ranges anyway ... (v0.9.25)
166
167 2004-10-04  Helge Hess  <helge.hess@opengroupware.org>
168
169         * SOGoMailBodyPart.m: improved MIME type generation (v0.9.24)
170
171         * SOGoMailBodyPart.m, SOGoMailObject.m: finished first part fetching
172           support (v0.9.23)
173
174         * SOGoMailObject.m: added method to fetch core infos of a mail, added
175           various methods to retrieve core info data (like subject or date)
176           (v0.9.22)
177
178 2004-10-03  Helge Hess  <helge.hess@opengroupware.org>
179
180         * v0.9.21
181         
182         * SOGoMailObject.m: lookup 'number' names as part child objects
183         
184         * added SOGoMailBodyPart as a child object of SOGoMailObject
185         
186         * SOGoMailAccounts.m: changed link generation for active folder
187         
188         * v0.9.20
189         
190         * SOGoMailObject.m: added method to fetch parts
191         
192         * SOGoMailManager.m: properly select folder prior fetch, added method
193           to fetch parts of a single (message) URL
194
195 2004-10-02  Helge Hess  <helge.hess@opengroupware.org>
196
197         * SOGoMailFolder.[hm]: removed ability to restrict UID fetch range,
198           need to fetch all (qualifier matching!) UIDs anyway (v0.9.19)
199
200 2004-10-01  Helge Hess  <helge.hess@opengroupware.org>
201
202         * more work on fetching mails (v0.9.18)
203
204         * v0.9.17
205
206         * SOGoMailFolder.m: -fetchUIDsMatchingQualifier:sortOrdering:range: was
207           added to retrieve message UIDs
208
209         * SOGoMailManager.m: added method for fetching message ids with server
210           side sorting
211
212 2004-09-30  Helge Hess  <helge.hess@skyrix.com>
213         
214         * v0.9.16
215         
216         * SOGoMailBaseObject.m: improved debug logging
217         
218         * SOGoMailManager.m: fixed an Apple/libFoundation incompatibility
219
220 2004-09-29  Helge Hess  <helge.hess@skyrix.com>
221
222         * SOGoMailManager.m: minor improvement to error logging (v0.9.15)
223
224 2004-09-29  Helge Hess  <helge.hess@opengroupware.org>
225
226         * v0.9.14
227
228         * SOGoMailAccounts.m: added tree navigation support
229
230         * SOGoMailBaseObject.m: moved fetchSubfolders method to SOGoObject
231
232         * SOGoMailBaseObject.m: fixed WebDAV include (v0.9.13)
233
234         * v0.9.12
235         
236         * SOGoMailAccount.m: added -shortTitle and use that as the
237           -davDisplayName
238         
239         * SOGoMailBaseObject.m, SOGoMailAccounts.m: added path tree navigation
240           support
241
242 2004-09-28  Helge Hess  <helge.hess@opengroupware.org>
243
244         * SOGoMailManager.m: added caching of folder hierarchy (v0.9.11)
245
246         * SOGoMailManager.m: added connection pooling (v0.9.10)
247
248         * v0.9.9
249         
250         * SOGoMailBaseObject.m: added -mailManager method to retrieve the
251           mail manager object for a folder/mail/account
252
253         * added SOGoMailManager class, will probably be moved to SOGoLogic
254           in the long run
255
256         * SOGoMailBaseObject.m, SOGoMailAccount.m: added -mailAccountFolder
257           method to find the active root folder along the SOPE chain (v0.9.8)
258
259         * SOGoMailAccount.m: be graceful if the IMAP4 login failed (v0.9.7)
260
261 2004-09-27  Helge Hess  <helge.hess@opengroupware.org>
262
263         * v0.9.6
264
265         * added basic folder listing
266
267         * SOGoMailAccount.m: list "INBOX" as the sole account subfolder
268
269 2004-09-26  Helge Hess  <helge.hess@opengroupware.org>
270
271         * v0.9.5
272
273         * added SOGoMailBaseObject as a base object for the other mailer
274           SoObjects
275
276         * added -imapURL method to the mail SoObjects (the imapURL is used to
277           locate the object in the IMAP4 server, just like in Thunderbird)
278
279 2004-09-25  Helge Hess  <helge.hess@opengroupware.org>
280
281         * fixed compilation on MacOSX (v0.9.4)
282
283 2004-09-20  Helge Hess  <helge.hess@skyrix.com>
284
285         * SOGoMailAccounts.m: added hardcoded mail-account key (v0.9.3)
286
287 2004-09-08  Helge Hess  <helge.hess@skyrix.com>
288
289         * added missing account objects (v0.9.2)
290
291 2004-08-26  Marcus Mueller  <znek@mulle-kybernetik.com>
292
293         * ChangeLog: created