Home
last modified time | relevance | path

Searched refs:attachmentKeys (Results 1 – 10 of 10) sorted by relevance

/dports/www/sogo-activesync/SOGo-5.4.0/ActiveSync/
H A DSOGoMailObject+ActiveSync.m884 NSArray *attachmentKeys;
1298 attachmentKeys = [self fetchFileAttachmentKeys];
1300 if ([attachmentKeys count] && !([self _isSigned: [self bodyStructure]]))
1309 for (i = 0; i < [attachmentKeys count]; i++)
1311 value = [attachmentKeys objectAtIndex: i];
1535 NSArray *attachmentKeys;
1602 attachmentKeys = [self fetchFileAttachmentKeys];
1623 if ([attachmentKeys count])
1633 paths = [attachmentKeys keysWithFormat: @"BODY[%{path}]"];
1636 for (i = 0; i < [attachmentKeys count]; i++)
[all …]
H A DSOGoActiveSyncDispatcher.m3908 NSArray *attachmentKeys;
4125 attachmentKeys = [mailObject fetchFileAttachmentKeys];
4126 if ([attachmentKeys count])
4133 paths = [attachmentKeys keysWithFormat: @"BODY[%{path}]"];
4136 for (a = 0; a < [attachmentKeys count]; a++)
4138 currentAttachment = [attachmentKeys objectAtIndex: a];
/dports/www/sogo/SOGo-5.4.0/ActiveSync/
H A DSOGoMailObject+ActiveSync.m884 NSArray *attachmentKeys;
1298 attachmentKeys = [self fetchFileAttachmentKeys];
1300 if ([attachmentKeys count] && !([self _isSigned: [self bodyStructure]]))
1309 for (i = 0; i < [attachmentKeys count]; i++)
1311 value = [attachmentKeys objectAtIndex: i];
1535 NSArray *attachmentKeys;
1602 attachmentKeys = [self fetchFileAttachmentKeys];
1623 if ([attachmentKeys count])
1633 paths = [attachmentKeys keysWithFormat: @"BODY[%{path}]"];
1636 for (i = 0; i < [attachmentKeys count]; i++)
[all …]
H A DSOGoActiveSyncDispatcher.m3908 NSArray *attachmentKeys;
4125 attachmentKeys = [mailObject fetchFileAttachmentKeys];
4126 if ([attachmentKeys count])
4133 paths = [attachmentKeys keysWithFormat: @"BODY[%{path}]"];
4136 for (a = 0; a < [attachmentKeys count]; a++)
4138 currentAttachment = [attachmentKeys objectAtIndex: a];
/dports/security/keepassxc/keepassxc-2.6.6/src/format/
H A DKdbx4Writer.cpp225 const QList<QString> attachmentKeys = entry->attachments()->keys(); in writeAttachments() local
226 for (const QString& key : attachmentKeys) { in writeAttachments()
H A DKdbxXmlWriter.cpp90 const QList<QString> attachmentKeys = entry->attachments()->keys(); in generateIdMap() local
91 for (const QString& key : attachmentKeys) { in generateIdMap()
/dports/security/keepassx-devel/keepassx-55869e8/src/format/
H A DKeePass2XmlWriter.cpp89 const QList<QString> attachmentKeys = entry->attachments()->keys(); in generateIdMap() local
90 for (const QString& key : attachmentKeys) { in generateIdMap()
/dports/www/sogo2/SOGo-2.4.1/ActiveSync/
H A DSOGoMailObject+ActiveSync.m820 NSArray *attachmentKeys;
1217 attachmentKeys = [self fetchFileAttachmentKeys];
1219 if ([attachmentKeys count] && !([self _isSigned: [self bodyStructure]]))
1228 for (i = 0; i < [attachmentKeys count]; i++)
1230 value = [attachmentKeys objectAtIndex: i];
H A DSOGoActiveSyncDispatcher.m3657 NSArray *attachmentKeys;
3874 attachmentKeys = [mailObject fetchFileAttachmentKeys];
3875 if ([attachmentKeys count])
3882 paths = [attachmentKeys keysWithFormat: @"BODY[%{path}]"];
3885 for (a = 0; a < [attachmentKeys count]; a++)
3887 currentAttachment = [attachmentKeys objectAtIndex: a];
/dports/www/sogo2/SOGo-2.4.1/SoObjects/Mailer/
H A DSOGoDraftObject.m872 NSEnumerator *attachmentKeys;
879 attachmentKeys = [paths objectEnumerator];
880 while ((currentKey = [attachmentKeys nextObject]))