kmailicalifaceimpl.h
270 TQValueList<KMFolder*> folders; // in case we found multiple default folders (which should not happen)
274 StandardFolderSearchResult findStandardResourceFolder( KMFolderDir* folderParentDir, KMail::FolderContentsType contentsType );
292 static bool kolabXMLFoundAndDecoded( const KMMessage& msg, const TQString& mimetype, TQString& s );
void deleteMsg(KMMessage *msg)
Convenience function to delete a message.
Definition: kmailicalifaceimpl.cpp:1384
void folderContentsTypeChanged(KMFolder *, KMail::FolderContentsType)
Called when a folders contents have changed.
Definition: kmailicalifaceimpl.cpp:1404
KMail list that manages the contents of one directory that may contain folders and/or other directori...
Definition: kmfolderdir.h:15
KMFolder * folderFromType(const TQString &type, const TQString &folder)
Get the folder that holds type entries.
Definition: kmailicalifaceimpl.cpp:1228
TQMap< TQ_UINT32, TQString > incidencesKolab(const TQString &mimetype, const TQString &resource, int startIndex, int nbMessages)
Definition: kmailicalifaceimpl.cpp:533
TQString icalFolderType(KMFolder *folder) const
Return the ical type of a folder.
KMMessage * findMessageByUID(const TQString &uid, KMFolder *folder)
Find message matching a given UID.
Definition: kmailicalifaceimpl.cpp:1353
void setStorageFormat(KMFolder *folder, StorageFormat format)
Set the storage format of a given folder. Called when seeing the kolab annotation.
Definition: kmailicalifaceimpl.cpp:1487
TQString folderPixmap(KFolderTreeItem::Type type) const
Returns the name of the standard icon for a folder of given type or TQString() if the type is no grou...
Definition: kmailicalifaceimpl.cpp:2136
TQ_UINT32 update(const TQString &resource, TQ_UINT32 sernum, const TQString &subject, const TQString &plainTextBody, const TQMap< TQCString, TQString > &customHeaders, const TQStringList &attachmentURLs, const TQStringList &attachmentMimetypes, const TQStringList &attachmentNames, const TQStringList &deletedAttachments)
Update a kolab storage entry.
Definition: kmailicalifaceimpl.cpp:815
static KMMessage * findMessageBySerNum(TQ_UINT32 serNum, KMFolder *folder)
Find message matching a given serial number.
Definition: kmailicalifaceimpl.cpp:1364
TQString folderName(KFolderTreeItem::Type type, int language=-1) const
Returns the localized name of a folder of given type.
Definition: kmailicalifaceimpl.cpp:1301
bool isResourceFolder(KMFolder *folder) const
Returns true if resource mode is enabled and folder is one of the resource folders.
Definition: kmailicalifaceimpl.cpp:1257
bool hideResourceFolder(KMFolder *folder) const
Returns true if isResourceFolder( folder ) returns true, and imap folders should be hidden.
Definition: kmailicalifaceimpl.cpp:1269
KFolderTreeItem::Type folderType(KMFolder *folder) const
Returns the resource folder type.
Definition: kmailicalifaceimpl.cpp:1284
bool hideResourceAccountRoot(KMFolder *folder) const
Returns true if the given folder is the root of the groupware account, groupware folders are hidden,...
Definition: kmailicalifaceimpl.cpp:1274