ipsservices/tsrc/profiletester/conf/imapprofiletester.cfg
branchRCL_3
changeset 26 968773a0b6ef
equal deleted inserted replaced
25:3533d4323edc 26:968773a0b6ef
       
     1 [StifSettings]
       
     2 CheckHeapBalance=on
       
     3 TestThreadStackSize= 32768    // 32K stack
       
     4 TestThreadMinHeap= 4096       // 4K heap min
       
     5 TestThreadMaxHeap= 2097152    // 2M heap max
       
     6 [EndStifSettings]
       
     7 
       
     8 [Define]
       
     9 AccountType imap
       
    10 AccountsConfigured 1 
       
    11 MaxAccountsReached 0
       
    12 EmailAddress ipstest.nokia@gmail.com
       
    13 Username ipstest.nokia@gmail.com
       
    14 Password STIFtest
       
    15 MailboxName gmail
       
    16 IncomingServer imap.gmail.com
       
    17 IncomingPort 993  
       
    18 OutgoingServer smtp.gmail.com
       
    19 OutgoingPort 465
       
    20 IncomingSecurityAuth 1 
       
    21 IncomingSecurityProtocol 2 
       
    22 OutgoingSecurityAuth 1
       
    23 OutgoingSecurityProtocol 2
       
    24 OperatorSecurityAuth 1
       
    25 OperatorSecurityProtocol 2
       
    26 OperatorPort 0
       
    27 [Enddefine]
       
    28 
       
    29 [Test]
       
    30 title SetupAccount
       
    31 create popimapprofiletester client
       
    32 pause 4000
       
    33 client SetupAccount
       
    34 delete client
       
    35 [Endtest]
       
    36 
       
    37 [Test]
       
    38 title GoOnline
       
    39 create popimapprofiletester client
       
    40 allowerrorcodes -2
       
    41 client GoOffline
       
    42 pause 4000
       
    43 client GoOnline
       
    44 delete client
       
    45 [Endtest]
       
    46 
       
    47 [Test]
       
    48 title GoOffline
       
    49 create popimapprofiletester client
       
    50 allowerrorcodes -2
       
    51 client GoOnline
       
    52 pause 4000
       
    53 client GoOffline
       
    54 delete client
       
    55 [Endtest]
       
    56 
       
    57 [Test]
       
    58 title RefreshNow
       
    59 create popimapprofiletester client
       
    60 client RefreshNow
       
    61 delete client
       
    62 [Endtest]
       
    63 
       
    64 [Test]
       
    65 title CancelSync
       
    66 create popimapprofiletester client
       
    67 client CancelSync
       
    68 delete client
       
    69 [Endtest]
       
    70 
       
    71 [Test]
       
    72 title ListStandardFolders
       
    73 create popimapprofiletester client
       
    74 client ListStandardFolders
       
    75 delete client
       
    76 [Endtest]
       
    77 
       
    78 [Test]
       
    79 title ListFolders
       
    80 create popimapprofiletester client
       
    81 client ListFolders _expectedFoldersCount: 4 _parentFolder: Inbox
       
    82 delete client
       
    83 [Endtest]
       
    84 
       
    85 [Test]
       
    86 title ListMessages
       
    87 create popimapprofiletester client
       
    88 client ListMessages _folder: Inbox
       
    89 client ListMessages _folder: Sent
       
    90 delete client
       
    91 [Endtest]
       
    92 
       
    93 [Test]
       
    94 title FetchMessages
       
    95 create popimapprofiletester client
       
    96 client FetchMessages
       
    97 delete client
       
    98 [Endtest]
       
    99 
       
   100 [Test]
       
   101 title SendMessage
       
   102 create popimapprofiletester client
       
   103 client SendMessage
       
   104 delete client
       
   105 [Endtest]
       
   106 
       
   107 [Test]
       
   108 title BasicMsgOperations
       
   109 create popimapprofiletester client
       
   110 client BasicMsgOperations
       
   111 delete client
       
   112 [Endtest]
       
   113 
       
   114 [Test]
       
   115 title CopyMoveMsgs
       
   116 create popimapprofiletester client
       
   117 client CopyMoveMsgs
       
   118 delete client
       
   119 [Endtest]
       
   120 
       
   121 [Test]
       
   122 title Search
       
   123 create popimapprofiletester client
       
   124 client Search
       
   125 delete client
       
   126 [Endtest]
       
   127 
       
   128 [Test]
       
   129 title AttachmentHandling
       
   130 create popimapprofiletester client
       
   131 client AttachmentHandling
       
   132 delete client
       
   133 [Endtest]
       
   134 
       
   135 [Test]
       
   136 title Branding
       
   137 create popimapprofiletester client
       
   138 client Branding _isBranded: true
       
   139 delete client
       
   140 [Endtest]
       
   141 
       
   142 [Test]
       
   143 title DeleteMsgs
       
   144 create popimapprofiletester client
       
   145 client DeleteMsgs _folder: Inbox
       
   146 delete client
       
   147 [Endtest]
       
   148 
       
   149 [Test]
       
   150 title RemoveAccount
       
   151 create popimapprofiletester client
       
   152 client RemoveAccount
       
   153 delete client
       
   154 [Endtest]
       
   155