diff options
Diffstat (limited to 'kpimutils/email.h')
-rw-r--r-- | kpimutils/email.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/kpimutils/email.h b/kpimutils/email.h index 742e8c1..9c090cb 100644 --- a/kpimutils/email.h +++ b/kpimutils/email.h @@ -40,7 +40,6 @@ #include "kpimutils_export.h" namespace KPIMUtils { -#if 0 /** @defgroup emailvalidation Email Validation Functions @@ -268,7 +267,6 @@ namespace KPIMUtils { */ KPIMUTILS_EXPORT QString firstEmailAddress( const QString & addresses ); -#endif /** Return email address and name from string. Examples: @@ -290,7 +288,6 @@ namespace KPIMUtils { KPIMUTILS_EXPORT bool extractEmailAddressAndName( const QString &aStr, QString &mail, QString &name ); -#if 0 /** Compare two email addresses. If matchName is false, it just checks the email address, and returns true if this matches. If matchName @@ -369,7 +366,6 @@ namespace KPIMUtils { QString normalizeAddressesAndEncodeIdn( const QString &str ); /** @} */ -#endif /** @ingroup emailextraction Add quote characters around the given string if it contains a @@ -380,7 +376,7 @@ namespace KPIMUtils { */ KPIMUTILS_EXPORT QString quoteNameIfNecessary( const QString &str ); -#if 0 + /** * Creates a valid mailto: URL from the given mailbox. * @param mailbox The mailbox, which means the display name and the address specification, for @@ -399,7 +395,6 @@ namespace KPIMUtils { */ KPIMUTILS_EXPORT QString decodeMailtoUrl( const KUrl &mailtoUrl ); -#endif } // namespace |