mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 10:39:27 +02:00
remove the boilerplate code again from the c source files
This commit is contained in:
parent
add8629674
commit
a5cf20c5a4
74 changed files with 0 additions and 519 deletions
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
/* If you do not want to use dc_cmdline(), this file MAY NOT included to
|
||||
your library */
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_CMDLINE_H__
|
||||
#define __DC_CMDLINE_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
/* This is a CLI program and a little testing frame. This file must not be
|
||||
included when using Delta Chat Core as a library.
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
/* Stress some functions for testing; if used as a lib, this file is obsolete.
|
||||
For memory checking, use eg.
|
||||
$ valgrind --leak-check=full --tool=memcheck ./deltachat-core <db>
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __STRESS_H__
|
||||
#define __STRESS_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <ctype.h>
|
||||
#include "dc_context.h"
|
||||
#include "dc_aheader.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_AHEADER_H__
|
||||
#define __DC_AHEADER_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include "dc_context.h"
|
||||
#include "dc_apeerstate.h"
|
||||
#include "dc_aheader.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_APEERSTATE_H__
|
||||
#define __DC_APEERSTATE_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include "dc_context.h"
|
||||
#include "dc_array.h"
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_ARRAY_H__
|
||||
#define __DC_ARRAY_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <assert.h>
|
||||
#include "dc_context.h"
|
||||
#include "dc_job.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_CHAT_H__
|
||||
#define __DC_CHAT_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include "dc_context.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_CHATLIST_H__
|
||||
#define __DC_CHATLIST_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
#include "dc_context.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include "dc_context.h"
|
||||
#include "dc_contact.h"
|
||||
#include "dc_apeerstate.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_CONTACT_H__
|
||||
#define __DC_CONTACT_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_CONTEXT_H__
|
||||
#define __DC_CONTEXT_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "dc_context.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_DEHTML_H__
|
||||
#define __DC_DEHTML_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include "dc_context.h"
|
||||
#include "dc_pgp.h"
|
||||
#include "dc_aheader.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <memory.h>
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_HASH_H__
|
||||
#define __DC_HASH_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <libetpan/libetpan.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
/* Purpose: Reading from IMAP servers with no dependencies to the database.
|
||||
dc_context_t is only used for logging and to get information about
|
||||
the online state. */
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <assert.h>
|
||||
#include <dirent.h>
|
||||
#include <unistd.h> /* for sleep() */
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <unistd.h>
|
||||
#include "dc_context.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_JOB_H__
|
||||
#define __DC_JOB_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <memory.h>
|
||||
#include "dc_context.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_KEY_H__
|
||||
#define __DC_KEY_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include "dc_context.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <memory.h>
|
||||
#include "dc_context.h"
|
||||
#include "dc_key.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_KEYRING_H__
|
||||
#define __DC_KEYRING_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
/* Asynchronous "Thread-errors" are reported by the dc_log_error()
|
||||
function. These errors must be shown to the user by a bubble or so.
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include "dc_context.h"
|
||||
#include "dc_loginparam.h"
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_LOGINPARAM_H__
|
||||
#define __DC_LOGINPARAM_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include "dc_context.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_LOT_H__
|
||||
#define __DC_LOT_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include "dc_context.h"
|
||||
#include "dc_mimefactory.h"
|
||||
#include "dc_apeerstate.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_MIMEFACTORY_H__
|
||||
#define __DC_MIMEFACTORY_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include "dc_context.h"
|
||||
#include "dc_mimeparser.h"
|
||||
#include "dc_mimefactory.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
/* Parse MIME body; this is the text part of an IMF, see https://tools.ietf.org/html/rfc5322
|
||||
dc_mimeparser_t has no deep dependencies to dc_context_t or to the database
|
||||
(dc_context_t is used for logging only). */
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include "dc_context.h"
|
||||
#include "dc_imap.h"
|
||||
#include "dc_smtp.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_MSG_H__
|
||||
#define __DC_MSG_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/rand.h>
|
||||
#include <openssl/rsa.h>
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_OPENSSL_H__
|
||||
#define __DC_OPENSSL_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "dc_context.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_PARAM_H__
|
||||
#define __DC_PARAM_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
/* End-to-end-encryption and other cryptographic functions based upon OpenSSL
|
||||
and BSD's netpgp.
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_PGP_H__
|
||||
#define __DC_PGP_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <unistd.h>
|
||||
#include "dc_context.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <assert.h>
|
||||
#include <netpgp-extra.h>
|
||||
#include "dc_context.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
/* dc_saxparser_t parses XML and HTML files that may not be wellformed
|
||||
and spits out all text and tags found.
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_SAXPARSER_H__
|
||||
#define __DC_SAXPARSER_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <unistd.h>
|
||||
#include "dc_context.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "dc_context.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_SIMPLIFY_H__
|
||||
#define __DC_SIMPLIFY_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <libetpan/libetpan.h>
|
||||
#include "dc_context.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_SMTP_H__
|
||||
#define __DC_SMTP_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <assert.h>
|
||||
#include "dc_context.h"
|
||||
#include "dc_apeerstate.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_SQLITE3_H__
|
||||
#define __DC_SQLITE3_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
/* Add translated strings that are used by the messager backend.
|
||||
As the logging functions may use these strings, do not log any
|
||||
errors from here. */
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_STOCK_H__
|
||||
#define __DC_STOCK_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include "dc_context.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_STRBUILDER_H__
|
||||
#define __DC_STRBUILDER_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <libetpan/libetpan.h>
|
||||
#include "dc_context.h"
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_STRENCODE_H__
|
||||
#define __DC_STRENCODE_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include "dc_context.h"
|
||||
#include "dc_token.h"
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_TOKEN_H__
|
||||
#define __DC_TOKEN_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
/* Some tools and enhancements to the used libraries, there should be
|
||||
no references to dc_context_t and other "larger" classes here. */
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/*************************************************************************
|
||||
* (C) 2018 Bjoern Petersen and contributors.
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DELTACHAT_H__
|
||||
#define __DELTACHAT_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue