Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 1998-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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #if !defined (__SMTPCMDS_H__)
17 #define __SMTPCMDS_H__
19 #if !defined (__MSVSTD_HRH__)
23 /** SMTP-specific commands that can be issued through CSmtpClientMtm::InvokeAsyncFunctionL().
30 KSMTPMTMIsConnected = KMtmFirstFreeMtmFunctionId,
31 /** Send messages on next connection.
33 The first entry in aSelection specifies the SMTP service entry that is to
34 be used to send the email messages. aSelection may contain only one entry
35 ID. The SMTP MTM will append the Ids of all "ready" email messages which exist
36 in the outbox that match the IAP of the specified SMTP service. Whether an
37 email message is "ready" is determined from its TMsvEntry::SendingState()
40 If an Internet connection has already been established by another client,
41 then this function may fail with KSmtpNoMsgsToSendWithActiveSettings if none
42 of the messages specified in aSelection match the IAP currently in use. */
43 KSMTPMTMSendOnNextConnection,
44 /** Creates a new message. */
45 KSMTPMTMCreateNewEmailMessage,
46 /** Creates a new reply message. */
47 KSMTPMTMCreateReplyEmailMessage,
48 /** Creates a new forwarded message. */
49 KSMTPMTMCreateForwardEmailMessage,
50 /** Creates a new forwarded message as an attachment. */
51 KSMTPMTMCreateForwardAsAttachmentEmailMessage,
52 /** Creates a new message-receipt message. */
53 KSMTPMTMCreateReceiptEmailMessage