From 9c02dbb59ce57c68dc177d9294b980bf114a3e11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:59:03 -0500 Subject: Update to TDE R14 API --- doc/html/classConfigElem.html | 254 +++++++++++++++++++++--------------------- 1 file changed, 127 insertions(+), 127 deletions(-) (limited to 'doc/html/classConfigElem.html') diff --git a/doc/html/classConfigElem.html b/doc/html/classConfigElem.html index 3870b11..3d0c760 100644 --- a/doc/html/classConfigElem.html +++ b/doc/html/classConfigElem.html @@ -1,6 +1,6 @@ -kshowmail.kdevelop: ConfigElem Class Reference +kshowmail.tdevelop: ConfigElem Class Reference @@ -28,9 +28,9 @@ List of all members. - + - + @@ -38,7 +38,7 @@ - + @@ -47,7 +47,7 @@ - + @@ -55,33 +55,33 @@ - + - + - + - + - + - + - + - + - + - + @@ -91,17 +91,17 @@ - + - + - + - + @@ -113,7 +113,7 @@ - + @@ -143,38 +143,38 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -187,7 +187,7 @@ - + @@ -215,9 +215,9 @@ - + - + @@ -230,9 +230,9 @@ - + - + @@ -242,7 +242,7 @@ - + @@ -252,17 +252,17 @@ - + - + - + - + - + @@ -358,7 +358,7 @@ Copy Constructor. It doesn't copy the mail list but creates a new empty one. The

- +


Signals

void sigDeleteReady (QString account)
void sigDeleteReady (TQString account)
void sigShowBodiesReady (QString account)
void sigShowBodiesReady (TQString account)
void sigConfigChanged ()
void sigMessageWindowClosed ()
void sigRefreshReady (QString account)
void sigRefreshReady (TQString account)

Public Member Functions

 ConfigElem ()
 ConfigElem (ConfigElem *pElem)
 ConfigElem (ConfigList *config, const QString &account)
 ConfigElem (ConfigList *config, const TQString &account)
 ~ConfigElem ()
void setActive (bool active)
QString getAccountName () const
TQString getAccountName () const
void setAccountName (QString name)
void setAccountName (TQString name)
QString getPassword () const
TQString getPassword () const
void setPassword (const QString &password)
void setPassword (const TQString &password)
bool hasPassword () const
KURL getURL () const
void setListViewItem (QListViewItem *item)
void setListViewItem (TQListViewItem *item)
QListViewItem * getListViewItem ()
TQListViewItem * getListViewItem ()
bool isSelected () const
void clearMailList ()
void setHost (const QString &host)
void setHost (const TQString &host)
QString getHost () const
TQString getHost () const
void setProtocol (const QString &protocol)
void setProtocol (const TQString &protocol)
QString getProtocol (bool upperCase=false) const
TQString getProtocol (bool upperCase=false) const
void setTLS (bool tls)
unsigned short int getPort () const
void setUser (const QString &user)
void setUser (const TQString &user)
QString getUser () const
TQString getUser () const
void setPasswordStorage (int storage)
int getPasswordStorage () const
void saveOptions (QDomDocument &doc, QDomElement &parent)
void saveOptions (TQDomDocument &doc, TQDomElement &parent)
void readStoredMails (QDomElement &parent)
void readStoredMails (TQDomElement &parent)
int count ()
Types::AccountState_Type getState ()
QStringList getSelectedSubjects () const
TQStringList getSelectedSubjects () const
bool hasSelectedMails ()
static const int cancelShowHeaders

Protected Member Functions

bool isSpam (QByteArray mail) const
bool isSpam (TQByteArray mail) const
bool isSpamAssassinRunning () const

Private Slots

void slotMailDeleted (KIO::Job *job)
void slotMailDeleted (TDEIO::Job *job)
void slotFinalizeDeletion (KIO::Job *)
void slotFinalizeDeletion (TDEIO::Job *)
void slotBodyDownloaded (KIO::Job *job)
void slotBodyDownloaded (TDEIO::Job *job)
void slotMailDownloadedForAction (KIO::Job *job)
void slotMailDownloadedForAction (TDEIO::Job *job)
void slotDataMailBody (KIO::Job *, const QByteArray &datas)
void slotDataMailBody (TDEIO::Job *, const TQByteArray &datas)
void slotFinalizeShowMail (KIO::Job *)
void slotFinalizeShowMail (TDEIO::Job *)
void slotTimeout ()
void slotReceiveUID (KIO::Job *, const QByteArray &data)
void slotReceiveUID (TDEIO::Job *, const TQByteArray &data)
void slotUIDsReceived (KIO::Job *job)
void slotUIDsReceived (TDEIO::Job *job)
void slotReceiveSize (KIO::Job *, const QByteArray &data)
void slotReceiveSize (TDEIO::Job *, const TQByteArray &data)
void slotSizesReceived (KIO::Job *job)
void slotSizesReceived (TDEIO::Job *job)
void slotFinalizeRefresh (KIO::Job *)
void slotFinalizeRefresh (TDEIO::Job *)
void slotHeaderDownloaded (KIO::Job *job)
void slotHeaderDownloaded (TDEIO::Job *job)
void slotReceiveHeader (KIO::Job *, const QByteArray &data)
void slotReceiveHeader (TDEIO::Job *, const TQByteArray &data)

Private Member Functions

void init ()
void commitDownloading ()
void startKIOJob (const QString &path)
void startKIOJob (const TQString &path)
unsigned int getTimeoutTime ()
void getNextMailForDownloadActions ()
bool isMailDir (const QDir &path)
bool isMailDir (const TQDir &path)
bool writeToMailBox (const QString &mail, const QString &box)
bool writeToMailBox (const TQString &mail, const TQString &box)

Private Attributes

ConfigListappConfig
bool m_bActive
QString m_strAccount
TQString m_strAccount
QListViewItem * m_pViewItem
TQListViewItem * m_pViewItem
ShowRecordm_pshowrecord
bool useTLS
QByteArray mailbody
TQByteArray mailbody
MailNumberList_Type MailsToDelete
MailNumberList_Type newMails
KIO::TransferJob * pop3Job
TDEIO::TransferJob * pop3Job
QTimer * pop3Timer
TQTimer * pop3Timer
ShowRecordtempMailList
QStringList receivedUIDs
TQStringList receivedUIDs
QStringList receivedSizes
TQStringList receivedSizes
QByteArray receivedHeader
TQByteArray receivedHeader
HeaderFilter headerFilter
@@ -371,7 +371,7 @@ Copy Constructor. It doesn't copy the mail list but creates a new empty one. The - + @@ -463,7 +463,7 @@ Sets the account active.
Parameters:
const QString & const TQString &  account 
- + @@ -478,14 +478,14 @@ Gets the account name.
Returns:
ac

- +

QString ConfigElem::getAccountName TQString ConfigElem::getAccountName (  ) 
- + @@ -508,7 +508,7 @@ Sets the account name.
Parameters:
void ConfigElem::setAccountName (QString TQString  name  ) 
- + @@ -523,14 +523,14 @@ Gets the account password.
Returns:

- +

QString ConfigElem::getPassword TQString ConfigElem::getPassword (  ) 
- + @@ -588,14 +588,14 @@ Returns the url of this account.
Returns:<

- +

void ConfigElem::setPassword (const QString & const TQString &  password  ) 
- + @@ -619,7 +619,7 @@ Sets the pointer to the item in the account list view item.
void ConfigElem::setListViewItem (QListViewItem * TQListViewItem *  item  ) 
- + @@ -675,14 +675,14 @@ FALSE - list view item is not selected Clears the mail list or creates a new one.

- +

QListViewItem * ConfigElem::getListViewItem TQListViewItem * ConfigElem::getListViewItem (  ) 
- + @@ -705,7 +705,7 @@ Sets the host name.
Parameters:
void ConfigElem::setHost (const QString & const TQString &  host  ) 
- + @@ -716,18 +716,18 @@ Sets the host name.
Parameters:

-Returns the hostname.

Returns:
the name of the host or QString::null if no host is set
+Returns the hostname.
Returns:
the name of the host or TQString::null if no host is set

- +

QString ConfigElem::getHost TQString ConfigElem::getHost (  ) 
- + @@ -750,7 +750,7 @@ Sets the protocol.
Parameters:
void ConfigElem::setProtocol (const QString & const TQString &  protocol  ) 
- + @@ -862,14 +862,14 @@ Returns the port number.
Returns:

- +

QString ConfigElem::getProtocol TQString ConfigElem::getProtocol ( bool  upperCase = false
- + @@ -892,7 +892,7 @@ Sets the user.
Parameters:
void ConfigElem::setUser (const QString & const TQString &  user  ) 
- + @@ -903,7 +903,7 @@ Sets the user.
Parameters:

-Returns the user name.

Returns:
the user name or QString::null if there is no user name
+Returns the user name.
Returns:
the user name or TQString::null if there is no user name

@@ -952,20 +952,20 @@ Returns the password storage type. The +

QString ConfigElem::getUser TQString ConfigElem::getUser (  ) 
- + - + @@ -987,14 +987,14 @@ Saves the stored mails into the given DOM document. It doesn't create a new DOM

- +

void ConfigElem::saveOptions (QDomDocument & TQDomDocument &  doc,
QDomElement & TQDomElement &  parent 
- + @@ -1122,7 +1122,7 @@ Returns the state of the account.
Returns:
void ConfigElem::readStoredMails (QDomElement & TQDomElement &  parent  ) 
- + @@ -1468,14 +1468,14 @@ Commits the downloading of mail bodies. Starts a pop3 job that will do the commi

- +

QStringList ConfigElem::getSelectedSubjects TQStringList ConfigElem::getSelectedSubjects (  ) 
- + @@ -1756,14 +1756,14 @@ slotMailDownloadedforDownloadActions()

- +

void ConfigElem::startKIOJob (const QString & const TQString &  path  )  [private]
- + @@ -1782,20 +1782,20 @@ Returns whether the given directory is a maildir directory
Pa

- +

bool ConfigElem::isMailDir (const QDir & const TQDir &  path  )  [private]
- + - + @@ -1818,14 +1818,14 @@ Writes the given mail into the mailbox.
Parameters:
<

- +

bool ConfigElem::writeToMailBox (const QString & const TQString &  mail,
const QString & const TQString &  box 
- + @@ -1847,14 +1847,14 @@ Connected with signal result of the launched pop3 job. Removes the deleted mail

- +

void ConfigElem::slotMailDeleted (KIO::Job * TDEIO::Job *  job  )  [private, slot]
- + @@ -1870,14 +1870,14 @@ Connected with the signal result of the job which commits the deletion. Finalize

- +

void ConfigElem::slotFinalizeDeletion (KIO::Job * TDEIO::Job *   )  [private, slot]
- + @@ -1901,14 +1901,14 @@ Connected with signal result of the launched pop3 job to download a mail body. O

- +

void ConfigElem::slotBodyDownloaded (KIO::Job * TDEIO::Job *  job  )  [private, slot]
- + @@ -1929,20 +1929,20 @@ Connected with signal result of the launched pop3 job to download a mail to writ

- +

void ConfigElem::slotMailDownloadedForAction (KIO::Job * TDEIO::Job *  job  )  [private, slot]
- + - + @@ -1963,14 +1963,14 @@ Connected with signal data of the launched pop3 job to download a mail body. Rec

- +

void ConfigElem::slotDataMailBody (KIO::Job * TDEIO::Job *  ,
const QByteArray & const TQByteArray &  datas 
- + @@ -2005,20 +2005,20 @@ Connected with the signal result of the job which commits the download of the ma Connected with signal timeout() of the timeout timer pop3Timer. Will be called when the timer is run down, if the pop3 job has not ended on time. It kills a running pop3 job and invokes the appropriate finalize slot of the running operation.

- +

void ConfigElem::slotFinalizeShowMail (KIO::Job * TDEIO::Job *   )  [private, slot]
- + - + @@ -2039,14 +2039,14 @@ Connected with the signal "data" of the pop3 transfer job which gets mail UIDs (

- +

void ConfigElem::slotReceiveUID (KIO::Job * TDEIO::Job *  ,
const QByteArray & const TQByteArray &  data 
- + @@ -2064,20 +2064,20 @@ Connected with signal result of the launched pop3 job to get the UIDs. Will be i

- +

void ConfigElem::slotUIDsReceived (KIO::Job * TDEIO::Job *  job  )  [private, slot]
- + - + @@ -2098,14 +2098,14 @@ Connected with the signal "data" of the pop3 transfer job which gets mail Sizes.

- +

void ConfigElem::slotReceiveSize (KIO::Job * TDEIO::Job *  ,
const QByteArray & const TQByteArray &  data 
- + @@ -2123,14 +2123,14 @@ Connected with signal result of the launched pop3 job to get the Sizes. Will be

- +

void ConfigElem::slotSizesReceived (KIO::Job * TDEIO::Job *  job  )  [private, slot]
- + @@ -2143,14 +2143,14 @@ Connected with signal result of the launched pop3 job to get the Sizes. Will be Connected with signal result of the job which commits the refresh. Finalizes a succesful refresh. Emits sigRefreshReady and sets account state to idle

- +

void ConfigElem::slotFinalizeRefresh (KIO::Job * TDEIO::Job *   )  [private, slot]
- + @@ -2173,20 +2173,20 @@ Connected with signal result of the launched pop3 job. Stores the received heade

- +

void ConfigElem::slotHeaderDownloaded (KIO::Job * TDEIO::Job *  job  )  [private, slot]
- + - + @@ -2207,14 +2207,14 @@ Connected with the signal "data" of the pop3 transfer job which gets a mail head

- +

void ConfigElem::slotReceiveHeader (KIO::Job * TDEIO::Job *  ,
const QByteArray & const TQByteArray &  data 
- + @@ -2232,14 +2232,14 @@ Will be emitted when all selected mails are deleted.
Paramete

- +

void ConfigElem::sigDeleteReady (QString TQString  account  )  [signal]
- + @@ -2314,14 +2314,14 @@ Will be emitted, when a window to show a message was opened. Will be emitted, when a window to show a message was closed.

- +

void ConfigElem::sigShowBodiesReady (QString TQString  account  )  [signal]
- + @@ -2339,14 +2339,14 @@ Will be emitted, when the mail list was refreshed.
Parameters

- +

void ConfigElem::sigRefreshReady (QString TQString  account  )  [signal]
- + @@ -2498,7 +2498,7 @@ TRUE - account is active; FALSE - account is not active
bool ConfigElem::isSpam (QByteArray TQByteArray  mail  )  const [protected]
- +
QString ConfigElem::m_strAccount [private] TQString ConfigElem::m_strAccount [private]
@@ -2513,7 +2513,7 @@ Account Name
- +
QListViewItem* ConfigElem::m_pViewItem [private] TQListViewItem* ConfigElem::m_pViewItem [private]
@@ -2588,7 +2588,7 @@ False: TLS is enabled
- +
QByteArray ConfigElem::mailbody [private] TQByteArray ConfigElem::mailbody [private]
@@ -2671,7 +2671,7 @@ Contains the numbers of new mails. Set by - +
KIO::TransferJob* ConfigElem::pop3Job [private] TDEIO::TransferJob* ConfigElem::pop3Job [private]
@@ -2686,7 +2686,7 @@ Pointer to a launched pop3 job.
- +
QTimer* ConfigElem::pop3Timer [private] TQTimer* ConfigElem::pop3Timer [private]
@@ -2716,7 +2716,7 @@ While refreshing, this
ShowRecord
- +
QStringList ConfigElem::receivedUIDs [private] TQStringList ConfigElem::receivedUIDs [private]
@@ -2731,7 +2731,7 @@ List of received mail UIDs (unique ID). Used by - +
QStringList ConfigElem::receivedSizes [private] TQStringList ConfigElem::receivedSizes [private]
@@ -2746,7 +2746,7 @@ List of received mail sizes. Used by
- +
QByteArray ConfigElem::receivedHeader [private] TQByteArray ConfigElem::receivedHeader [private]
@@ -2848,7 +2848,7 @@ Counter for moving to create an unique file name


The documentation for this class was generated from the following files:
-
Generated on Tue Apr 1 21:59:49 2008 for kshowmail.kdevelop by  +
Generated on Tue Apr 1 21:59:49 2008 for kshowmail.tdevelop by  doxygen 1.5.0
-- cgit v1.2.3