/usr/include/thunderbird/nsIMsgOfflineImapOperation.h is in thunderbird-dev 1:38.6.0+build1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsIMsgOfflineImapOperation.idl
*/
#ifndef __gen_nsIMsgOfflineImapOperation_h__
#define __gen_nsIMsgOfflineImapOperation_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
#ifndef __gen_MailNewsTypes2_h__
#include "MailNewsTypes2.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
typedef uint16_t imapMessageFlagsType;
typedef int32_t nsOfflineImapOperationType;
/* starting interface: nsIMsgOfflineImapOperation */
#define NS_IMSGOFFLINEIMAPOPERATION_IID_STR "b5229a55-22bb-444b-be92-13d719353828"
#define NS_IMSGOFFLINEIMAPOPERATION_IID \
{0xb5229a55, 0x22bb, 0x444b, \
{ 0xbe, 0x92, 0x13, 0xd7, 0x19, 0x35, 0x38, 0x28 }}
class NS_NO_VTABLE nsIMsgOfflineImapOperation : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IMSGOFFLINEIMAPOPERATION_IID)
enum {
kFlagsChanged = 1,
kMsgMoved = 2,
kMsgCopy = 4,
kMoveResult = 8,
kAppendDraft = 16,
kAddedHeader = 32,
kDeletedMsg = 64,
kMsgMarkedDeleted = 128,
kAppendTemplate = 256,
kDeleteAllMsgs = 512,
kAddKeywords = 1024,
kRemoveKeywords = 2048
};
/* attribute nsOfflineImapOperationType operation; */
NS_IMETHOD GetOperation(nsOfflineImapOperationType *aOperation) = 0;
NS_IMETHOD SetOperation(nsOfflineImapOperationType aOperation) = 0;
/* void clearOperation (in nsOfflineImapOperationType operation); */
NS_IMETHOD ClearOperation(nsOfflineImapOperationType operation) = 0;
/* attribute nsMsgKey messageKey; */
NS_IMETHOD GetMessageKey(nsMsgKey *aMessageKey) = 0;
NS_IMETHOD SetMessageKey(nsMsgKey aMessageKey) = 0;
/* attribute nsMsgKey srcMessageKey; */
NS_IMETHOD GetSrcMessageKey(nsMsgKey *aSrcMessageKey) = 0;
NS_IMETHOD SetSrcMessageKey(nsMsgKey aSrcMessageKey) = 0;
/* attribute imapMessageFlagsType flagOperation; */
NS_IMETHOD GetFlagOperation(imapMessageFlagsType *aFlagOperation) = 0;
NS_IMETHOD SetFlagOperation(imapMessageFlagsType aFlagOperation) = 0;
/* attribute imapMessageFlagsType newFlags; */
NS_IMETHOD GetNewFlags(imapMessageFlagsType *aNewFlags) = 0;
NS_IMETHOD SetNewFlags(imapMessageFlagsType aNewFlags) = 0;
/* attribute string destinationFolderURI; */
NS_IMETHOD GetDestinationFolderURI(char * *aDestinationFolderURI) = 0;
NS_IMETHOD SetDestinationFolderURI(const char * aDestinationFolderURI) = 0;
/* attribute string sourceFolderURI; */
NS_IMETHOD GetSourceFolderURI(char * *aSourceFolderURI) = 0;
NS_IMETHOD SetSourceFolderURI(const char * aSourceFolderURI) = 0;
/* void addKeywordToAdd (in string aKeyword); */
NS_IMETHOD AddKeywordToAdd(const char * aKeyword) = 0;
/* void addKeywordToRemove (in string aKeyword); */
NS_IMETHOD AddKeywordToRemove(const char * aKeyword) = 0;
/* readonly attribute string keywordsToAdd; */
NS_IMETHOD GetKeywordsToAdd(char * *aKeywordsToAdd) = 0;
/* readonly attribute string keywordsToRemove; */
NS_IMETHOD GetKeywordsToRemove(char * *aKeywordsToRemove) = 0;
/* readonly attribute long numberOfCopies; */
NS_IMETHOD GetNumberOfCopies(int32_t *aNumberOfCopies) = 0;
/* void addMessageCopyOperation (in string destinationBox); */
NS_IMETHOD AddMessageCopyOperation(const char * destinationBox) = 0;
/* string getCopyDestination (in long copyIndex); */
NS_IMETHOD GetCopyDestination(int32_t copyIndex, char * *_retval) = 0;
/* attribute unsigned long msgSize; */
NS_IMETHOD GetMsgSize(uint32_t *aMsgSize) = 0;
NS_IMETHOD SetMsgSize(uint32_t aMsgSize) = 0;
/* attribute boolean playingBack; */
NS_IMETHOD GetPlayingBack(bool *aPlayingBack) = 0;
NS_IMETHOD SetPlayingBack(bool aPlayingBack) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIMsgOfflineImapOperation, NS_IMSGOFFLINEIMAPOPERATION_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIMSGOFFLINEIMAPOPERATION \
NS_IMETHOD GetOperation(nsOfflineImapOperationType *aOperation) override; \
NS_IMETHOD SetOperation(nsOfflineImapOperationType aOperation) override; \
NS_IMETHOD ClearOperation(nsOfflineImapOperationType operation) override; \
NS_IMETHOD GetMessageKey(nsMsgKey *aMessageKey) override; \
NS_IMETHOD SetMessageKey(nsMsgKey aMessageKey) override; \
NS_IMETHOD GetSrcMessageKey(nsMsgKey *aSrcMessageKey) override; \
NS_IMETHOD SetSrcMessageKey(nsMsgKey aSrcMessageKey) override; \
NS_IMETHOD GetFlagOperation(imapMessageFlagsType *aFlagOperation) override; \
NS_IMETHOD SetFlagOperation(imapMessageFlagsType aFlagOperation) override; \
NS_IMETHOD GetNewFlags(imapMessageFlagsType *aNewFlags) override; \
NS_IMETHOD SetNewFlags(imapMessageFlagsType aNewFlags) override; \
NS_IMETHOD GetDestinationFolderURI(char * *aDestinationFolderURI) override; \
NS_IMETHOD SetDestinationFolderURI(const char * aDestinationFolderURI) override; \
NS_IMETHOD GetSourceFolderURI(char * *aSourceFolderURI) override; \
NS_IMETHOD SetSourceFolderURI(const char * aSourceFolderURI) override; \
NS_IMETHOD AddKeywordToAdd(const char * aKeyword) override; \
NS_IMETHOD AddKeywordToRemove(const char * aKeyword) override; \
NS_IMETHOD GetKeywordsToAdd(char * *aKeywordsToAdd) override; \
NS_IMETHOD GetKeywordsToRemove(char * *aKeywordsToRemove) override; \
NS_IMETHOD GetNumberOfCopies(int32_t *aNumberOfCopies) override; \
NS_IMETHOD AddMessageCopyOperation(const char * destinationBox) override; \
NS_IMETHOD GetCopyDestination(int32_t copyIndex, char * *_retval) override; \
NS_IMETHOD GetMsgSize(uint32_t *aMsgSize) override; \
NS_IMETHOD SetMsgSize(uint32_t aMsgSize) override; \
NS_IMETHOD GetPlayingBack(bool *aPlayingBack) override; \
NS_IMETHOD SetPlayingBack(bool aPlayingBack) override;
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIMSGOFFLINEIMAPOPERATION(_to) \
NS_IMETHOD GetOperation(nsOfflineImapOperationType *aOperation) override { return _to GetOperation(aOperation); } \
NS_IMETHOD SetOperation(nsOfflineImapOperationType aOperation) override { return _to SetOperation(aOperation); } \
NS_IMETHOD ClearOperation(nsOfflineImapOperationType operation) override { return _to ClearOperation(operation); } \
NS_IMETHOD GetMessageKey(nsMsgKey *aMessageKey) override { return _to GetMessageKey(aMessageKey); } \
NS_IMETHOD SetMessageKey(nsMsgKey aMessageKey) override { return _to SetMessageKey(aMessageKey); } \
NS_IMETHOD GetSrcMessageKey(nsMsgKey *aSrcMessageKey) override { return _to GetSrcMessageKey(aSrcMessageKey); } \
NS_IMETHOD SetSrcMessageKey(nsMsgKey aSrcMessageKey) override { return _to SetSrcMessageKey(aSrcMessageKey); } \
NS_IMETHOD GetFlagOperation(imapMessageFlagsType *aFlagOperation) override { return _to GetFlagOperation(aFlagOperation); } \
NS_IMETHOD SetFlagOperation(imapMessageFlagsType aFlagOperation) override { return _to SetFlagOperation(aFlagOperation); } \
NS_IMETHOD GetNewFlags(imapMessageFlagsType *aNewFlags) override { return _to GetNewFlags(aNewFlags); } \
NS_IMETHOD SetNewFlags(imapMessageFlagsType aNewFlags) override { return _to SetNewFlags(aNewFlags); } \
NS_IMETHOD GetDestinationFolderURI(char * *aDestinationFolderURI) override { return _to GetDestinationFolderURI(aDestinationFolderURI); } \
NS_IMETHOD SetDestinationFolderURI(const char * aDestinationFolderURI) override { return _to SetDestinationFolderURI(aDestinationFolderURI); } \
NS_IMETHOD GetSourceFolderURI(char * *aSourceFolderURI) override { return _to GetSourceFolderURI(aSourceFolderURI); } \
NS_IMETHOD SetSourceFolderURI(const char * aSourceFolderURI) override { return _to SetSourceFolderURI(aSourceFolderURI); } \
NS_IMETHOD AddKeywordToAdd(const char * aKeyword) override { return _to AddKeywordToAdd(aKeyword); } \
NS_IMETHOD AddKeywordToRemove(const char * aKeyword) override { return _to AddKeywordToRemove(aKeyword); } \
NS_IMETHOD GetKeywordsToAdd(char * *aKeywordsToAdd) override { return _to GetKeywordsToAdd(aKeywordsToAdd); } \
NS_IMETHOD GetKeywordsToRemove(char * *aKeywordsToRemove) override { return _to GetKeywordsToRemove(aKeywordsToRemove); } \
NS_IMETHOD GetNumberOfCopies(int32_t *aNumberOfCopies) override { return _to GetNumberOfCopies(aNumberOfCopies); } \
NS_IMETHOD AddMessageCopyOperation(const char * destinationBox) override { return _to AddMessageCopyOperation(destinationBox); } \
NS_IMETHOD GetCopyDestination(int32_t copyIndex, char * *_retval) override { return _to GetCopyDestination(copyIndex, _retval); } \
NS_IMETHOD GetMsgSize(uint32_t *aMsgSize) override { return _to GetMsgSize(aMsgSize); } \
NS_IMETHOD SetMsgSize(uint32_t aMsgSize) override { return _to SetMsgSize(aMsgSize); } \
NS_IMETHOD GetPlayingBack(bool *aPlayingBack) override { return _to GetPlayingBack(aPlayingBack); } \
NS_IMETHOD SetPlayingBack(bool aPlayingBack) override { return _to SetPlayingBack(aPlayingBack); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIMSGOFFLINEIMAPOPERATION(_to) \
NS_IMETHOD GetOperation(nsOfflineImapOperationType *aOperation) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOperation(aOperation); } \
NS_IMETHOD SetOperation(nsOfflineImapOperationType aOperation) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOperation(aOperation); } \
NS_IMETHOD ClearOperation(nsOfflineImapOperationType operation) override { return !_to ? NS_ERROR_NULL_POINTER : _to->ClearOperation(operation); } \
NS_IMETHOD GetMessageKey(nsMsgKey *aMessageKey) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMessageKey(aMessageKey); } \
NS_IMETHOD SetMessageKey(nsMsgKey aMessageKey) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMessageKey(aMessageKey); } \
NS_IMETHOD GetSrcMessageKey(nsMsgKey *aSrcMessageKey) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSrcMessageKey(aSrcMessageKey); } \
NS_IMETHOD SetSrcMessageKey(nsMsgKey aSrcMessageKey) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSrcMessageKey(aSrcMessageKey); } \
NS_IMETHOD GetFlagOperation(imapMessageFlagsType *aFlagOperation) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFlagOperation(aFlagOperation); } \
NS_IMETHOD SetFlagOperation(imapMessageFlagsType aFlagOperation) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFlagOperation(aFlagOperation); } \
NS_IMETHOD GetNewFlags(imapMessageFlagsType *aNewFlags) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNewFlags(aNewFlags); } \
NS_IMETHOD SetNewFlags(imapMessageFlagsType aNewFlags) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetNewFlags(aNewFlags); } \
NS_IMETHOD GetDestinationFolderURI(char * *aDestinationFolderURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDestinationFolderURI(aDestinationFolderURI); } \
NS_IMETHOD SetDestinationFolderURI(const char * aDestinationFolderURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDestinationFolderURI(aDestinationFolderURI); } \
NS_IMETHOD GetSourceFolderURI(char * *aSourceFolderURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSourceFolderURI(aSourceFolderURI); } \
NS_IMETHOD SetSourceFolderURI(const char * aSourceFolderURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSourceFolderURI(aSourceFolderURI); } \
NS_IMETHOD AddKeywordToAdd(const char * aKeyword) override { return !_to ? NS_ERROR_NULL_POINTER : _to->AddKeywordToAdd(aKeyword); } \
NS_IMETHOD AddKeywordToRemove(const char * aKeyword) override { return !_to ? NS_ERROR_NULL_POINTER : _to->AddKeywordToRemove(aKeyword); } \
NS_IMETHOD GetKeywordsToAdd(char * *aKeywordsToAdd) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetKeywordsToAdd(aKeywordsToAdd); } \
NS_IMETHOD GetKeywordsToRemove(char * *aKeywordsToRemove) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetKeywordsToRemove(aKeywordsToRemove); } \
NS_IMETHOD GetNumberOfCopies(int32_t *aNumberOfCopies) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNumberOfCopies(aNumberOfCopies); } \
NS_IMETHOD AddMessageCopyOperation(const char * destinationBox) override { return !_to ? NS_ERROR_NULL_POINTER : _to->AddMessageCopyOperation(destinationBox); } \
NS_IMETHOD GetCopyDestination(int32_t copyIndex, char * *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCopyDestination(copyIndex, _retval); } \
NS_IMETHOD GetMsgSize(uint32_t *aMsgSize) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMsgSize(aMsgSize); } \
NS_IMETHOD SetMsgSize(uint32_t aMsgSize) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMsgSize(aMsgSize); } \
NS_IMETHOD GetPlayingBack(bool *aPlayingBack) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPlayingBack(aPlayingBack); } \
NS_IMETHOD SetPlayingBack(bool aPlayingBack) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPlayingBack(aPlayingBack); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsMsgOfflineImapOperation : public nsIMsgOfflineImapOperation
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIMSGOFFLINEIMAPOPERATION
nsMsgOfflineImapOperation();
private:
~nsMsgOfflineImapOperation();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsMsgOfflineImapOperation, nsIMsgOfflineImapOperation)
nsMsgOfflineImapOperation::nsMsgOfflineImapOperation()
{
/* member initializers and constructor code */
}
nsMsgOfflineImapOperation::~nsMsgOfflineImapOperation()
{
/* destructor code */
}
/* attribute nsOfflineImapOperationType operation; */
NS_IMETHODIMP nsMsgOfflineImapOperation::GetOperation(nsOfflineImapOperationType *aOperation)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgOfflineImapOperation::SetOperation(nsOfflineImapOperationType aOperation)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void clearOperation (in nsOfflineImapOperationType operation); */
NS_IMETHODIMP nsMsgOfflineImapOperation::ClearOperation(nsOfflineImapOperationType operation)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsMsgKey messageKey; */
NS_IMETHODIMP nsMsgOfflineImapOperation::GetMessageKey(nsMsgKey *aMessageKey)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgOfflineImapOperation::SetMessageKey(nsMsgKey aMessageKey)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsMsgKey srcMessageKey; */
NS_IMETHODIMP nsMsgOfflineImapOperation::GetSrcMessageKey(nsMsgKey *aSrcMessageKey)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgOfflineImapOperation::SetSrcMessageKey(nsMsgKey aSrcMessageKey)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute imapMessageFlagsType flagOperation; */
NS_IMETHODIMP nsMsgOfflineImapOperation::GetFlagOperation(imapMessageFlagsType *aFlagOperation)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgOfflineImapOperation::SetFlagOperation(imapMessageFlagsType aFlagOperation)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute imapMessageFlagsType newFlags; */
NS_IMETHODIMP nsMsgOfflineImapOperation::GetNewFlags(imapMessageFlagsType *aNewFlags)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgOfflineImapOperation::SetNewFlags(imapMessageFlagsType aNewFlags)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute string destinationFolderURI; */
NS_IMETHODIMP nsMsgOfflineImapOperation::GetDestinationFolderURI(char * *aDestinationFolderURI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgOfflineImapOperation::SetDestinationFolderURI(const char * aDestinationFolderURI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute string sourceFolderURI; */
NS_IMETHODIMP nsMsgOfflineImapOperation::GetSourceFolderURI(char * *aSourceFolderURI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgOfflineImapOperation::SetSourceFolderURI(const char * aSourceFolderURI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void addKeywordToAdd (in string aKeyword); */
NS_IMETHODIMP nsMsgOfflineImapOperation::AddKeywordToAdd(const char * aKeyword)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void addKeywordToRemove (in string aKeyword); */
NS_IMETHODIMP nsMsgOfflineImapOperation::AddKeywordToRemove(const char * aKeyword)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute string keywordsToAdd; */
NS_IMETHODIMP nsMsgOfflineImapOperation::GetKeywordsToAdd(char * *aKeywordsToAdd)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute string keywordsToRemove; */
NS_IMETHODIMP nsMsgOfflineImapOperation::GetKeywordsToRemove(char * *aKeywordsToRemove)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long numberOfCopies; */
NS_IMETHODIMP nsMsgOfflineImapOperation::GetNumberOfCopies(int32_t *aNumberOfCopies)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void addMessageCopyOperation (in string destinationBox); */
NS_IMETHODIMP nsMsgOfflineImapOperation::AddMessageCopyOperation(const char * destinationBox)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* string getCopyDestination (in long copyIndex); */
NS_IMETHODIMP nsMsgOfflineImapOperation::GetCopyDestination(int32_t copyIndex, char * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long msgSize; */
NS_IMETHODIMP nsMsgOfflineImapOperation::GetMsgSize(uint32_t *aMsgSize)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgOfflineImapOperation::SetMsgSize(uint32_t aMsgSize)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean playingBack; */
NS_IMETHODIMP nsMsgOfflineImapOperation::GetPlayingBack(bool *aPlayingBack)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgOfflineImapOperation::SetPlayingBack(bool aPlayingBack)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIMsgOfflineImapOperation_h__ */
|