|
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 |
|
17 TARGET mts_email.lib |
|
18 TARGETTYPE lib |
|
19 UID 0 |
|
20 VENDORID 0x70000001 |
|
21 |
|
22 |
|
23 |
|
24 USERINCLUDE ..\Framework\inc |
|
25 USERINCLUDE ..\TestActions\Sample\inc |
|
26 USERINCLUDE ..\TestActions\Base\inc |
|
27 USERINCLUDE ..\TestActions\Email\Common\inc |
|
28 USERINCLUDE ..\TestActions\Email\Imap4\inc |
|
29 USERINCLUDE ..\TestActions\Email\Pop3\inc |
|
30 USERINCLUDE ..\TestActions\Email\Smtp\inc |
|
31 USERINCLUDE ..\TestActions\Sms\inc |
|
32 USERINCLUDE ..\TestActions\Mms\inc |
|
33 USERINCLUDE ..\TestActions\Framework\inc |
|
34 USERINCLUDE ..\TestActionUtils\inc |
|
35 USERINCLUDE ..\TestActions\Base\Attachments\inc |
|
36 USERINCLUDE ..\TestActions\Pigeon\inc |
|
37 USERINCLUDE ..\TestCases\NonScriptedTestCases\inc |
|
38 |
|
39 USERINCLUDE ..\..\msgtests\Framework\server\inc |
|
40 USERINCLUDE ..\..\watcherfw\inc |
|
41 USERINCLUDE ..\..\scheduledsendmtm\test\unit\inc |
|
42 |
|
43 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
44 |
|
45 |
|
46 SOURCEPATH ..\TestActions\Email\Common\src |
|
47 SOURCE CMtfTestActionInitNtRas.cpp |
|
48 SOURCE CMtfTestActionGetEmailConstants.cpp |
|
49 SOURCE CMtfTestActionPruneMessages.cpp |
|
50 SOURCE CMtfTestActionStopAllSocketConnections.cpp |
|
51 SOURCE CMtfTestActionLaunchAutoSend.cpp |
|
52 |
|
53 SOURCEPATH ..\TestActions\Email\Imap4\src |
|
54 SOURCE CMtfTestActionCreateImap4Service.cpp CMtfTestActionDeleteImap4Service.cpp |
|
55 SOURCE CMtfTestActionCreateImap4Mtm.cpp CMtfTestActionDeleteImap4Mtm.cpp |
|
56 SOURCE CMtfTestActionSetImap4ServiceParameters.cpp |
|
57 SOURCE CMtfTestActionSetImap4ServiceIdleParameters.cpp |
|
58 SOURCE CMtfTestActionConnectImap4Server.cpp CMtfTestActionDisconnectImap4Server.cpp |
|
59 SOURCE CMtfTestActionConnectAndSyncImap4Server.cpp |
|
60 SOURCE CMtfTestActionDoFullImap4Synchronisation.cpp |
|
61 SOURCE CMtfTestActionImap4Connected.cpp |
|
62 SOURCE CMtfTestActionSetImap4FullDownloadLimits.cpp |
|
63 SOURCE CMtfTestActionSetImap4PartialDownloadLimits.cpp |
|
64 SOURCE CMtfTestActionCreateMailSelection.cpp |
|
65 SOURCE CMtfTestActionCreatePartiallyDownloadedMailSelection.cpp |
|
66 SOURCE CMtfDoInvokeAsyncFunctionTestAction.cpp |
|
67 SOURCE CMtfDoInvokeAsyncFunctionWithSelectionTestAction.cpp |
|
68 SOURCE CMtfDoInvokeAsyncFunctionWithoutSelectionTestAction.cpp |
|
69 SOURCE CMtfTestActionDoImap4PopulateNewMailWhenAlreadyConnected.cpp |
|
70 SOURCE CMtfTestActionDoImap4PopulateAllMailWhenAlreadyConnected.cpp |
|
71 SOURCE CMtfTestActionDoImap4PopulateMailSelectionWhenAlreadyConnected.cpp |
|
72 SOURCE CMtfTestActionDoImap4ConnectAndPopulateNewMailAndStayOnline.cpp |
|
73 SOURCE CMtfTestActionDoImap4ConnectAndPopulateNewMailAndDisconnect.cpp |
|
74 SOURCE CMtfTestActionDoImap4ConnectAndPopulateAllMailAndStayOnline.cpp |
|
75 SOURCE CMtfTestActionDoImap4ConnectAndPopulateAllMailAndDisconnect.cpp |
|
76 SOURCE CMtfTestActionDoImap4ConnectAndPopulateMailSelectionAndStayOnline.cpp |
|
77 SOURCE CMtfTestActionDoImap4ConnectAndPopulateMailSelectionAndDisconnect.cpp |
|
78 SOURCE CMtfTestActionDoImap4Populate.cpp |
|
79 SOURCE CMtfTestActionCompareEmailMessages.cpp |
|
80 |
|
81 // CENTRAL REPOSITORY IMAP TESTS |
|
82 |
|
83 SOURCE CMtfTestActionChangeDefaultImapService.cpp |
|
84 SOURCE CMtfTestActionCompareImapAccountId.cpp |
|
85 SOURCE CMtfTestActionCompareImapSettings.cpp |
|
86 SOURCE CMtfTestActionCountImapAccountsInArray.cpp |
|
87 SOURCE CMtfTestActionCreateImapAccount.cpp |
|
88 SOURCE CMtfTestActionDeleteImapAccounts.cpp |
|
89 SOURCE CMtfTestActionGetDefaultImapService.cpp |
|
90 SOURCE CMtfTestActionGetImapAccountInArray.cpp |
|
91 SOURCE CMtfTestActionLoadImapSettings.cpp |
|
92 SOURCE CMtfTestActionPopulateDefaultImapSettings.cpp |
|
93 SOURCE CMtfTestActionRemoveDefaultImapService.cpp |
|
94 SOURCE CMtfTestActionSaveImapSettings.cpp |
|
95 SOURCE CMtfTestActionModifyImapSettings.cpp |
|
96 SOURCE CMtfTestActionGetImapAccountSettings.cpp |
|
97 |
|
98 |
|
99 |
|
100 //ssaging\testframework\TestActionUtils\src |
|
101 SOURCEPATH ..\TestActionUtils\src |
|
102 // utility files for setting up service params |
|
103 SOURCE CMtfTestActionUtilsImapScripts.cpp |
|
104 SOURCE CMtfTestActionUtilsPopScripts.cpp |
|
105 |
|
106 SOURCEPATH ..\TestActions\Email\Pop3\src |
|
107 SOURCE CMtfTestActionCreatePop3Service.cpp CMtfTestActionDeletePop3Service.cpp |
|
108 SOURCE CMtfTestActionCreatePop3Mtm.cpp CMtfTestActionDeletePop3Mtm.cpp |
|
109 SOURCE CMtfTestActionSetPop3ServiceParameters.cpp |
|
110 SOURCE CMtfTestActionConnectPop3Server.cpp CMtfTestActionDisconnectPop3Server.cpp |
|
111 SOURCE CMtfTestActionCreatePop3MailInfo.cpp |
|
112 SOURCE CMtfTestActionPop3TopBase.cpp |
|
113 SOURCE CMtfTestActionPop3Populate.cpp |
|
114 SOURCE CMtfTestActionPop3PopulateAll.cpp |
|
115 SOURCE CMtfTestActionPop3PopulateNew.cpp |
|
116 SOURCE CMtfTestActionVerifyEmail.cpp |
|
117 SOURCE CMtfTestActionCreateExpPop3MailInfo.cpp |
|
118 |
|
119 |
|
120 // CENTRAL REPOSITORY POP TESTS |
|
121 |
|
122 SOURCE CMtfTestActionChangeDefaultPopService.cpp |
|
123 SOURCE CMtfTestActionComparePopAccountId.cpp |
|
124 SOURCE CMtfTestActionComparePopSettings.cpp |
|
125 SOURCE CMtfTestActionCountPopAccountsInArray.cpp |
|
126 SOURCE CMtfTestActionCreatePopAccount.cpp |
|
127 SOURCE CMtfTestActionDeletePopAccounts.cpp |
|
128 SOURCE CMtfTestActionGetDefaultPopService.cpp |
|
129 SOURCE CMtfTestActionGetPopAccountInArray.cpp |
|
130 SOURCE CMtfTestActionLoadPopSettings.cpp |
|
131 SOURCE CMtfTestActionPopulateDefaultPopSettings.cpp |
|
132 SOURCE CMtfTestActionRemoveDefaultPopService.cpp |
|
133 SOURCE CMtfTestActionSavePopSettings.cpp // CHECK SCRIPTS - CAN THIS GO |
|
134 SOURCE CMtfTestActionModifyPopSettings.cpp |
|
135 SOURCE CMtfTestActionGetPopAccountSettings.cpp |
|
136 |
|
137 |
|
138 SOURCEPATH ..\TestActions\Email\Smtp\src |
|
139 SOURCE CMtfTestActionCreateSmtpService.cpp |
|
140 SOURCE CMtfTestActionDeleteSmtpService.cpp |
|
141 SOURCE CMtfTestActionCreateSmtpMtm.cpp |
|
142 SOURCE CMtfTestActionDeleteSmtpMtm.cpp |
|
143 SOURCE CMtfTestActionSetSmtpServiceParameters.cpp |
|
144 SOURCE CMtfTestActionCreateSmtpMessageFromEmailFile.cpp |
|
145 SOURCE CMtfTestActionCreateSmtpMessageVariable.cpp |
|
146 SOURCE ImCltCvRecv.cpp |
|
147 SOURCE Local_ImCvRecv.cpp |
|
148 SOURCE Local_IMUTDLL.cpp |
|
149 |
|
150 // CENTRAL REPOSITORY SMTP TESTS |
|
151 |
|
152 SOURCE CMtfTestActionGetDefaultSmtpService.cpp |
|
153 SOURCE CMtfTestActionRemoveDefaultSmtpService.cpp |
|
154 SOURCE CMtfTestActionChangeDefaultSmtpService.cpp |
|
155 |
|
156 |
|
157 |
|
158 |
|
159 SOURCE CMtfTestActionGetSMTPMTMUId.cpp |
|
160 SOURCE CMtfTestActionSmtpGetAttachmentFileFromIndex.cpp |
|
161 SOURCE CMtfTestActionSmtpAddEntryAttachment.cpp |
|
162 SOURCE CMtfTestActionSmtpAddFileAttachmentByHandleSync.cpp |
|
163 SOURCE CMtfTestActionSmtpAddFileAttachmentByPath.cpp |
|
164 SOURCE CMtfTestActionSmtpAddLinkedAttachment.cpp |
|
165 SOURCE CMtfTestActionSmtpCompareAttachment.cpp |
|
166 SOURCE CMtfTestActionSmtpCountAttachments.cpp |
|
167 SOURCE CMtfTestActionSmtpCreateAttachment.cpp |
|
168 SOURCE CMtfTestActionSmtpGetAttachmentFileFromId.cpp |
|
169 SOURCE CMtfTestActionSmtpGetAttachmentInfoById.cpp |
|
170 SOURCE CMtfTestActionSmtpGetAttachmentInfoByIndex.cpp |
|
171 SOURCE CMtfTestActionSmtpRemoveAllAttachments.cpp |
|
172 SOURCE CMtfTestActionSmtpRemoveFileAttachmentById.cpp |
|
173 SOURCE CMtfTestActionSmtpRemoveFileAttachmentByIndex.cpp |
|
174 SOURCE CMtfTestActionSmtpRemoveEntryAttachmentById.cpp |
|
175 SOURCE CMtfTestActionSmtpModifyAttachmentInfo.cpp |
|
176 |
|
177 |
|
178 |
|
179 |
|
180 |
|
181 |
|
182 |
|
183 |
|
184 SMPSAFE |