mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-24 22:39:31 +00:00
Monotone-Parent: 607aa602c2fc40fbaa85fb65c2f5b39d5ec5c3f6
Monotone-Revision: 6de0a98067b97567bbcbe8d9bf8d0a0add24b5fa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-06-04T19:19:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2009-06-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Mailer/SOGoMailObject+Draft.m: add a default
|
||||
attachment path of "1" when path is nil and thus unique.
|
||||
|
||||
* UI/SOGoUI/UIxComponent.m (-_parseQueryString:): fixed handling
|
||||
of bad charsets in the parameters encoding. Invalid values will be
|
||||
discarded.
|
||||
|
||||
@@ -276,7 +276,11 @@
|
||||
}
|
||||
}
|
||||
else
|
||||
[self _fetchFileAttachmentKey: part intoArray: keys withPath: path];
|
||||
{
|
||||
if (!path)
|
||||
path = @"1";
|
||||
[self _fetchFileAttachmentKey: part intoArray: keys withPath: path];
|
||||
}
|
||||
}
|
||||
|
||||
#warning we might need to handle parts with a "name" attribute
|
||||
|
||||
Reference in New Issue
Block a user