aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/smtp/camel-smtp-provider.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/smtp/camel-smtp-provider.c')
-rw-r--r--camel/providers/smtp/camel-smtp-provider.c65
1 files changed, 0 insertions, 65 deletions
diff --git a/camel/providers/smtp/camel-smtp-provider.c b/camel/providers/smtp/camel-smtp-provider.c
deleted file mode 100644
index 299cdc1ccb..0000000000
--- a/camel/providers/smtp/camel-smtp-provider.c
+++ /dev/null
@@ -1,65 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/* camel-smtp-provider.c: smtp provider registration code */
-
-/*
- * Authors :
- * Jeffrey Stedfast <fejj@stampede.org>
- *
- * Copyright (C) 2000 Ximian, Inc. (www.ximian.com)
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * 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 General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- * USA
- */
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include "camel-smtp-transport.h"
-#include "camel-provider.h"
-#include "camel-session.h"
-#include "camel-url.h"
-#include "camel-sasl.h"
-
-static CamelProvider smtp_provider = {
- "smtp",
- N_("SMTP"),
-
- N_("For delivering mail by connecting to a remote mailhub "
- "using SMTP.\n"),
-
- "mail",
-
- CAMEL_PROVIDER_IS_REMOTE | CAMEL_PROVIDER_SUPPORTS_SSL,
-
- CAMEL_URL_NEED_HOST | CAMEL_URL_ALLOW_AUTH | CAMEL_URL_ALLOW_USER,
-
- /* ... */
-};
-
-void
-camel_provider_module_init (CamelSession *session)
-{
- smtp_provider.object_types[CAMEL_PROVIDER_TRANSPORT] =
- camel_smtp_transport_get_type ();
- smtp_provider.authtypes = g_list_append (camel_sasl_authtype_list (TRUE),
- camel_sasl_authtype ("LOGIN"));
- smtp_provider.service_cache = g_hash_table_new (camel_url_hash, camel_url_equal);
-
- camel_session_register_provider (session, &smtp_provider);
-}
-
-
-
an class='insertions'>+3 * Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-6/+6 * news/tin: document ncurses requirement (USES+=ncurses)marino2016-02-051-1/+1 * Update tin to 2.3.2johans2016-01-175-22/+23 * Update tin to 2.3.1johans2015-07-102-4/+3 * Fix build when compiling without NLSjohans2014-09-011-0/+4 * Rename news/ patch-xy patches to reflect the files they modify.adamw2014-07-292-0/+0 * Convert GMAKE to MAKE_CMDbapt2014-06-251-2/+2 * - Please poudriere build by using @sample (better and simpler)johans2014-05-242-7/+5 * Update to tin 2.2.1johans2014-05-043-54/+25 * Switch from ispell to aspell-ispellbapt2014-01-281-1/+1 * - Update tin to 2.2.0johans2013-12-283-16/+23 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-051-1/+1 * - Fix buildmiwi2013-06-112-7/+1 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-1/+1 * - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1 * Update PCRE to 8.32mm2012-12-111-1/+1 * Convert to new options frameworkjohans2012-06-281-1/+1 * Convert to new OPTIONS style (no functional changes)johans2012-06-151-18/+17 * - update png to 1.5.10dinoex2012-06-011-1/+1 * - Remove conditional checks for FreeBSD 6.Xpav2012-03-021-6/+1 * Use PORTREVISION?= instead of = to avoid overriding revision of chinese/tinjohans2012-02-151-1/+1 * Bump pcre library dependency due to 8.30 updatemm2012-02-141-1/+2