mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 23:55:34 +00:00
Monotone-Parent: fa7f4f3829eb5576b8845dcb4c03e5327cc7e354
Monotone-Revision: bed152d621c11e6d16b59bdf26007079a05e1696 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-09-22T21:11:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -12,6 +12,16 @@
|
||||
|
||||
2009-09-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Mailer/SOGoMailObject.m (-fetchPlainTextParts:):
|
||||
handle the fact that the "fetch" key in a RawResponse (NGHashMap)
|
||||
may not be the only response. Since [NGHashMap objectForKey:]
|
||||
returns only the first one, we use the new "flattenedDictionaries"
|
||||
to make sure we can retrieve all requested keys.
|
||||
|
||||
* SoObjects/SOGo/NSArray+Utilities.m (-flattenedDictionaries): new
|
||||
method that merges the keys and values of all contained
|
||||
dictionaries into one single dictionary.
|
||||
|
||||
* Tests/webdavlib.py (_WD_XMLTreeElement.__init__): added a new
|
||||
optional parameter "attributes" that enables the setting of
|
||||
element attributes during the rendering of the element.
|
||||
|
||||
Reference in New Issue
Block a user