|
1 [GetConstants] |
|
2 actionParam = inboxId outboxId draftsId sentId deletedId |
|
3 |
|
4 [SmtpMTMUId] |
|
5 actionParam = smtpUid |
|
6 |
|
7 [SessionId] |
|
8 actionParam = thisSession |
|
9 |
|
10 [CreateSmtpService] |
|
11 actionParam = thisSession smtpUid _ _ _ _ "SmtpService" smtpServiceId |
|
12 |
|
13 [CreateRegistry] |
|
14 actionParam = thisSession clientMTMRegistry |
|
15 |
|
16 [SetDefaultConfigurationEMailFile] |
|
17 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfEmailFile "c:\msgtest\TestFramework\Configurations\EmailMessage\AttachmentAPI_SimpleEmail01.txt" |
|
18 |
|
19 [CreateSmtpMessageFromEmailFile] |
|
20 actionParam = thisSession smtpServiceId outboxId 0 messageId |
|
21 |
|
22 [SmtpCreateAttachment] |
|
23 actionParam = thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\TestFile.txt" attachmentId0 |
|
24 |
|
25 [SmtpAddFileAttachmentByHandle] |
|
26 actionParam = thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\testimage1.mbm" "image/x-epoc-mbm" attachmentId1 |
|
27 |
|
28 [SmtpAddFileAttachmentByPath0] |
|
29 actionParam = thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\TestFile.txt" "text/plain" attachmentId2 |
|
30 |
|
31 [SmtpAddFileAttachmentByPath1] |
|
32 actionParam = thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\TestFile.txt" "text/plain" attachmentId3 |
|
33 |
|
34 [SmtpCountAttachments0] |
|
35 actionParam = thisSession messageId 4 attachmentCount0 |
|
36 |
|
37 [SmtpRemoveFileAttachmentByIndex0] |
|
38 actionParam = thisSession messageId 3 |
|
39 |
|
40 [SmtpRemoveFileAttachmentByIndex1] |
|
41 actionParam = thisSession messageId 2 |
|
42 |
|
43 [SmtpRemoveFileAttachmentByIndex2] |
|
44 actionParam = thisSession messageId 1 |
|
45 |
|
46 [SmtpRemoveFileAttachmentByIndex3] |
|
47 actionParam = thisSession messageId 0 |
|
48 |
|
49 [SmtpCountAttachments1] |
|
50 actionParam = thisSession messageId 0 attachmentCount1 |