Files
evolution/libemail-engine/libemail-engine.h
Milan Crha a6e34f0bb7 Move authentication of backends back to the client
Since this change the client is responsible to provide credentials
to use to authenticate backends (through ESource-s, to be more precise),
unless the credentials are already saved.
2015-02-02 14:50:27 +01:00

47 lines
1.6 KiB
C

/*
* libemail-engine.h
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
#ifndef LIBEMAIL_ENGINE_H
#define LIBEMAIL_ENGINE_H
#define __LIBEMAIL_ENGINE_H_INSIDE__
#include <libemail-engine/camel-null-store.h>
#include <libemail-engine/camel-sasl-xoauth2.h>
#include <libemail-engine/e-mail-engine-enums.h>
#include <libemail-engine/e-mail-engine-enumtypes.h>
#include <libemail-engine/e-mail-folder-utils.h>
#include <libemail-engine/e-mail-junk-filter.h>
#include <libemail-engine/e-mail-session.h>
#include <libemail-engine/e-mail-session-utils.h>
#include <libemail-engine/e-mail-store-utils.h>
#include <libemail-engine/e-mail-utils.h>
#include <libemail-engine/em-filter-folder-element.h>
#include <libemail-engine/em-vfolder-context.h>
#include <libemail-engine/em-vfolder-rule.h>
#include <libemail-engine/mail-config.h>
#include <libemail-engine/mail-folder-cache.h>
#include <libemail-engine/mail-mt.h>
#include <libemail-engine/mail-ops.h>
#include <libemail-engine/mail-tools.h>
#include <libemail-engine/mail-vfolder.h>
#undef __LIBEMAIL_ENGINE_H_INSIDE__
#endif /* LIBEMAIL_ENGINE_H */