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

KIMAP Library

  • KIMAP
  • MetaDataJobBase
Public Types | Public Member Functions | Protected Member Functions | List of all members
KIMAP::MetaDataJobBase Class Reference

#include <metadatajobbase.h>

Inheritance diagram for KIMAP::MetaDataJobBase:
Inheritance graph
[legend]

Public Types

enum  ServerCapability { Metadata = 0, Annotatemore }
 

Public Member Functions

 MetaDataJobBase (Session *session)
 
QString mailBox () const
 
ServerCapability serverCapability () const
 
void setMailBox (const QString &mailBox)
 
void setServerCapability (const ServerCapability &capability)
 

Protected Member Functions

 MetaDataJobBase (JobPrivate &dd)
 

Detailed Description

Base class for jobs that operate on mailbox metadata.

Provides support for the IMAP METADATA extension; both the final RFC version (RFC 5464) and the older, incompatible draft version (known as ANNOTATEMORE) (draft-daboo-imap-annotatemore-07).

This class cannot be used directly, you must subclass it and reimplement at least the doStart() method.

Definition at line 47 of file metadatajobbase.h.

Member Enumeration Documentation

enum KIMAP::MetaDataJobBase::ServerCapability

Represents the capability level of the server.

Enumerator
Metadata 

Used to indicate that the server supports the RFC 5464 version of the extension.

This corresponds to the METADATA server capability.

Annotatemore 

Used to indicate that the server supports the draft-daboo-imap-annotatemore-07 version of the extension.

This corresponds to the ANNOTATEMORE server capability.

Definition at line 61 of file metadatajobbase.h.

Member Function Documentation

QString MetaDataJobBase::mailBox ( ) const

The mailbox that will be acted upon.

If this is an empty string, server metadata will be retrieved.

Returns
a mailbox name, or an empty string

Definition at line 50 of file metadatajobbase.cpp.

MetaDataJobBase::ServerCapability MetaDataJobBase::serverCapability ( ) const

The version of the metadata extension that will be used.

Definition at line 62 of file metadatajobbase.cpp.

void MetaDataJobBase::setMailBox ( const QString &  mailBox)

Set the mailbox to act on.

This may be an empty string, in which case metadata for the server (rather than a specific mailbox) will be retrieved.

Parameters
mailBoxthe name of an existing mailbox, or an empty string

Definition at line 44 of file metadatajobbase.cpp.

void MetaDataJobBase::setServerCapability ( const ServerCapability &  capability)

Set what version of the metadata extension to be compatible with.

This will determine the commands that will be sent to the server.

The draft for the metadata extension changed in an incompatible way between versions 7 and 8, and some servers support version 7. It should be possible to check which version the server supports using CapabilityJob: servers implementing draft-daboo-imap-annotatemore-07 should advertise the ANNOTATEMORE capability, whereas servers implementing the final RFC 5464 should advertise the METADATA capability.

The default mode is Metadata.

Parameters
capabilitythe version of the extension implemented by the server

Definition at line 56 of file metadatajobbase.cpp.


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

KDE's Doxygen guidelines are available online.

KIMAP Library

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

kdepimlibs API Reference

Skip menu "kdepimlibs API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kldap
  • kmbox
  • kmime
  • kpimidentities
  • kpimtextedit
  • kresources
  • ktnef
  • kxmlrpcclient
  • microblog

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