Pimcommon

mailutil.h
1/*******************************************************************************
2**
3** SPDX-FileCopyrightText: 2005 Till Adam <adam@kde.org>
4**
5** SPDX-License-Identifier: GPL-2.0-or-later
6**
7*******************************************************************************/
8#pragma once
9
10#include "pimcommonakonadi_export.h"
11#include <Akonadi/Collection>
12
13namespace PimCommon
14{
15/**
16 * The Util namespace contains a collection of helper functions use in
17 * various places.
18 */
19namespace MailUtil
20{
21[[nodiscard]] PIMCOMMONAKONADI_EXPORT QString indexerServiceName();
22[[nodiscard]] PIMCOMMONAKONADI_EXPORT bool isImapFolder(const Akonadi::Collection &col, bool &isOnline);
23}
24}
folderdialogacltab.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:23 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.