ipsservices/ipssosaoplugin/src/IpsSosAOEMNResolver.cpp
branchRCL_3
changeset 25 3533d4323edc
parent 24 d189ee25cf9d
equal deleted inserted replaced
24:d189ee25cf9d 25:3533d4323edc
    14 * Description: 
    14 * Description: 
    15 *     Contains mailbox specified always online logic
    15 *     Contains mailbox specified always online logic
    16 *
    16 *
    17 */
    17 */
    18 
    18 
       
    19 
    19 // INCLUDE FILES
    20 // INCLUDE FILES
    20 #include "ipssosaopluginheaders.h"
    21 #include "emailtrace.h"
       
    22 #include <e32base.h>
       
    23 #include <AlwaysOnlineManagerCommon.h>
       
    24 
       
    25 #include "IpsSosAOEMNResolver.h"
       
    26 #include "IpsSosAOMboxLogic.h"
       
    27 #include "IpsSosAOBaseAgent.h"
    21 
    28 
    22 // Literals used when trying to match a mailbox 
    29 // Literals used when trying to match a mailbox 
    23 // to a received EMN message
    30 // to a received EMN message
    24 _LIT(KIpsSosAOMailatPattern, "*mailat:*@*");
    31 _LIT(KIpsSosAOMailatPattern, "*mailat:*@*");
    25 // Same as KImapPattern, but includes also username
    32 // Same as KImapPattern, but includes also username