• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

mailcommon

  • MailCommon
  • FolderCollection
Public Member Functions | Static Public Member Functions | Protected Slots | List of all members
MailCommon::FolderCollection Class Reference

#include <foldercollection.h>

Inheritance diagram for MailCommon::FolderCollection:
Inheritance graph
[legend]

Public Member Functions

 ~FolderCollection ()
 
bool canCreateMessages () const
 
bool canDeleteMessages () const
 
Akonadi::Collection collection () const
 
qint64 count () const
 
bool hideInSelectionDialog () const
 
uint identity () const
 
bool isMailingListEnabled () const
 
bool isReadOnly () const
 
bool isStructural () const
 
bool isSystemFolder () const
 
bool isValid () const
 
bool isWriteConfig () const
 
MailingList mailingList () const
 
QString mailingListPostAddress () const
 
QString name () const
 
bool putRepliesInSameFolder () const
 
void readConfig ()
 
Akonadi::Collection::Rights rights () const
 
void setCollection (const Akonadi::Collection &collection)
 
void setHideInSelectionDialog (bool hide)
 
void setIdentity (uint identity)
 
void setMailingList (const MailingList &mlist)
 
void setMailingListEnabled (bool enabled)
 
void setPutRepliesInSameFolder (bool b)
 
void setShortcut (const KShortcut &)
 
void setUseDefaultIdentity (bool useDefaultIdentity)
 
void setWriteConfig (bool writeConfig)
 
const KShortcut & shortcut () const
 
Akonadi::CollectionStatistics statistics () const
 
bool useDefaultIdentity () const
 
void writeConfig () const
 

Static Public Member Functions

static void clearCache ()
 
static QString configGroupName (const Akonadi::Collection &col)
 
static QSharedPointer
< FolderCollection > 
forCollection (const Akonadi::Collection &coll, bool writeConfig=true)
 

Protected Slots

void slotIdentitiesChanged ()
 

Detailed Description

Definition at line 35 of file foldercollection.h.

Constructor & Destructor Documentation

MailCommon::FolderCollection::~FolderCollection ( )

Definition at line 80 of file foldercollection.cpp.

Member Function Documentation

bool MailCommon::FolderCollection::canCreateMessages ( ) const

Definition at line 129 of file foldercollection.cpp.

bool MailCommon::FolderCollection::canDeleteMessages ( ) const

Definition at line 124 of file foldercollection.cpp.

void MailCommon::FolderCollection::clearCache ( )
static

Definition at line 88 of file foldercollection.cpp.

Akonadi::Collection MailCommon::FolderCollection::collection ( ) const

Definition at line 149 of file foldercollection.cpp.

QString MailCommon::FolderCollection::configGroupName ( const Akonadi::Collection &  col)
static

Definition at line 174 of file foldercollection.cpp.

qint64 MailCommon::FolderCollection::count ( ) const

Definition at line 134 of file foldercollection.cpp.

QSharedPointer< FolderCollection > MailCommon::FolderCollection::forCollection ( const Akonadi::Collection &  coll,
bool  writeConfig = true 
)
static

Definition at line 46 of file foldercollection.cpp.

bool MailCommon::FolderCollection::hideInSelectionDialog ( ) const
inline

Returns true if this folder should be hidden from all folder selection dialogs.

Definition at line 128 of file foldercollection.h.

uint MailCommon::FolderCollection::identity ( ) const

Definition at line 291 of file foldercollection.cpp.

bool MailCommon::FolderCollection::isMailingListEnabled ( ) const
inline

Definition at line 100 of file foldercollection.h.

bool MailCommon::FolderCollection::isReadOnly ( ) const

Definition at line 119 of file foldercollection.cpp.

bool MailCommon::FolderCollection::isStructural ( ) const

Definition at line 114 of file foldercollection.cpp.

bool MailCommon::FolderCollection::isSystemFolder ( ) const

Definition at line 109 of file foldercollection.cpp.

bool MailCommon::FolderCollection::isValid ( ) const

Definition at line 211 of file foldercollection.cpp.

bool MailCommon::FolderCollection::isWriteConfig ( ) const

Definition at line 94 of file foldercollection.cpp.

MailingList MailCommon::FolderCollection::mailingList ( ) const
inline

Definition at line 107 of file foldercollection.h.

QString MailCommon::FolderCollection::mailingListPostAddress ( ) const

Definition at line 319 of file foldercollection.cpp.

QString MailCommon::FolderCollection::name ( ) const

Definition at line 104 of file foldercollection.cpp.

bool MailCommon::FolderCollection::putRepliesInSameFolder ( ) const
inline

Returns true if the replies to mails from this folder should be put in the same folder.

Definition at line 116 of file foldercollection.h.

void MailCommon::FolderCollection::readConfig ( )

Definition at line 179 of file foldercollection.cpp.

Akonadi::Collection::Rights MailCommon::FolderCollection::rights ( ) const

Definition at line 139 of file foldercollection.cpp.

void MailCommon::FolderCollection::setCollection ( const Akonadi::Collection &  collection)

Definition at line 154 of file foldercollection.cpp.

void MailCommon::FolderCollection::setHideInSelectionDialog ( bool  hide)
inline

Definition at line 132 of file foldercollection.h.

void MailCommon::FolderCollection::setIdentity ( uint  identity)

Definition at line 283 of file foldercollection.cpp.

void MailCommon::FolderCollection::setMailingList ( const MailingList &  mlist)

Definition at line 344 of file foldercollection.cpp.

void MailCommon::FolderCollection::setMailingListEnabled ( bool  enabled)

Returns true if this folder is associated with a mailing-list.

Definition at line 336 of file foldercollection.cpp.

void MailCommon::FolderCollection::setPutRepliesInSameFolder ( bool  b)
inline

Definition at line 120 of file foldercollection.h.

void MailCommon::FolderCollection::setShortcut ( const KShortcut &  sc)

Definition at line 265 of file foldercollection.cpp.

void MailCommon::FolderCollection::setUseDefaultIdentity ( bool  useDefaultIdentity)

Get / set whether the default identity should be used instead of the identity specified by setIdentity().

Definition at line 272 of file foldercollection.cpp.

void MailCommon::FolderCollection::setWriteConfig ( bool  writeConfig)

Definition at line 99 of file foldercollection.cpp.

const KShortcut& MailCommon::FolderCollection::shortcut ( ) const
inline

Definition at line 78 of file foldercollection.h.

void MailCommon::FolderCollection::slotIdentitiesChanged ( )
protectedslot

Definition at line 159 of file foldercollection.cpp.

Akonadi::CollectionStatistics MailCommon::FolderCollection::statistics ( ) const

Definition at line 144 of file foldercollection.cpp.

bool MailCommon::FolderCollection::useDefaultIdentity ( ) const
inline

Definition at line 88 of file foldercollection.h.

void MailCommon::FolderCollection::writeConfig ( ) const

Definition at line 216 of file foldercollection.cpp.


The documentation for this class was generated from the following files:
  • foldercollection.h
  • foldercollection.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

mailcommon

Skip menu "mailcommon"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal