Messagelib
mailinglist.h
64 static QString name(const KMime::Message::Ptr &message, QByteArray &headerName, QString &headerValue);
QSharedPointer< Message > Ptr
A class to extract information about mailing lists from emails.
Definition mailinglist.h:32
void setHelpUrls(const QList< QUrl > &urls)
Sets the list of List-Help urls.
Definition mailinglist.cpp:439
MailingList(const MailingList &other)
Creates a mailing list from an other mailing list.
QList< QUrl > archiveUrls() const
Returns the list of List-Archive urls.
Definition mailinglist.cpp:466
void setHandler(Handler handler)
Sets the handler for the mailing list.
Definition mailinglist.cpp:381
void setUnsubscribeUrls(const QList< QUrl > &urls)
Sets the list of List-Unsubscribe urls.
Definition mailinglist.cpp:423
void writeConfig(KConfigGroup &group) const
Saves the configuration for the mailing list to the config group.
Definition mailinglist.cpp:519
void setArchiveUrls(const QList< QUrl > &urls)
Sets the list of List-Archive urls.
Definition mailinglist.cpp:455
void setArchivedAtUrls(const QList< QUrl > &url)
Sets the Archived-At url.
Definition mailinglist.cpp:487
void setSubscribeUrls(const QList< QUrl > &urls)
Sets the list of List-Subscribe urls.
Definition mailinglist.cpp:407
Features features() const
Returns the features the mailing list supports.
Definition mailinglist.cpp:376
MailingList & operator=(const MailingList &other)
Overwrites this mailing list with an other mailing list.
Definition mailinglist.cpp:358
void readConfig(const KConfigGroup &group)
Restores the configuration for the mailing list from the config group.
Definition mailinglist.cpp:584
void setOwnerUrls(const QList< QUrl > &urls)
Sets the list of List-Owner urls.
Definition mailinglist.cpp:471
QList< QUrl > unsubscribeUrls() const
Returns the list of List-Unsubscribe urls.
Definition mailinglist.cpp:434
QList< QUrl > subscribeUrls() const
Returns the list of List-Subscribe urls.
Definition mailinglist.cpp:418
void setPostUrls(const QList< QUrl > &urls)
Sets the list of List-Post urls.
Definition mailinglist.cpp:391
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:47:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:47:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.