[evolution-data-server] Too many unfinished IMAP providers. Evict providers/imapp.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Too many unfinished IMAP providers. Evict providers/imapp.
- Date: Wed, 30 Sep 2009 15:24:05 +0000 (UTC)
commit 086fa72e4ba323709c851b5ef6c9574b9e339e5c
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Sep 30 11:16:52 2009 -0400
Too many unfinished IMAP providers. Evict providers/imapp.
camel/providers/Makefile.am | 6 +-
camel/providers/imapp/ChangeLog | 93 --
camel/providers/imapp/Makefile.am | 38 -
camel/providers/imapp/camel-imapp-driver.c | 951 --------------
camel/providers/imapp/camel-imapp-driver.h | 105 --
camel/providers/imapp/camel-imapp-engine.c | 1149 -----------------
camel/providers/imapp/camel-imapp-engine.h | 161 ---
camel/providers/imapp/camel-imapp-exception.h | 39 -
camel/providers/imapp/camel-imapp-fetch-stream.c | 183 ---
camel/providers/imapp/camel-imapp-fetch-stream.h | 51 -
camel/providers/imapp/camel-imapp-folder.c | 269 ----
camel/providers/imapp/camel-imapp-folder.h | 61 -
camel/providers/imapp/camel-imapp-provider.c | 102 --
camel/providers/imapp/camel-imapp-store-summary.c | 612 ---------
camel/providers/imapp/camel-imapp-store-summary.h | 96 --
camel/providers/imapp/camel-imapp-store.c | 1027 ---------------
camel/providers/imapp/camel-imapp-store.h | 69 -
camel/providers/imapp/camel-imapp-stream.c | 760 -----------
camel/providers/imapp/camel-imapp-stream.h | 94 --
camel/providers/imapp/camel-imapp-summary.c | 182 ---
camel/providers/imapp/camel-imapp-summary.h | 69 -
camel/providers/imapp/camel-imapp-utils.c | 1336 --------------------
camel/providers/imapp/camel-imapp-utils.h | 149 ---
camel/providers/imapp/libcamelimapp.urls | 1 -
configure.ac | 16 -
docs/reference/camel/camel-sections.txt | 234 ----
docs/reference/camel/tmpl/camel-imapp-driver.sgml | 196 ---
docs/reference/camel/tmpl/camel-imapp-engine.sgml | 265 ----
.../camel/tmpl/camel-imapp-exception.sgml | 113 --
.../camel/tmpl/camel-imapp-fetch-stream.sgml | 38 -
docs/reference/camel/tmpl/camel-imapp-folder.sgml | 43 -
.../camel/tmpl/camel-imapp-store-summary.sgml | 157 ---
docs/reference/camel/tmpl/camel-imapp-store.sgml | 40 -
docs/reference/camel/tmpl/camel-imapp-stream.sgml | 172 ---
docs/reference/camel/tmpl/camel-imapp-summary.sgml | 58 -
docs/reference/camel/tmpl/camel-imapp-utils.sgml | 360 ------
36 files changed, 1 insertions(+), 9294 deletions(-)
---
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am
index c29f495..6d79cd6 100644
--- a/camel/providers/Makefile.am
+++ b/camel/providers/Makefile.am
@@ -4,10 +4,6 @@ if ENABLE_NNTP
NNTP_DIR=nntp
endif
-if ENABLE_IMAPP
-IMAPP_DIR=imapp
-endif
-
if ENABLE_IMAP4
IMAP4_DIR=imap4
endif
@@ -25,6 +21,6 @@ else
SENDMAIL_DIR=sendmail
endif
-SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap $(IMAPX_DIR) $(IMAP4_DIR) $(NNTP_DIR) local $(IMAPP_DIR) groupwise $(HULA_DIR)
+SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap $(IMAPX_DIR) $(IMAP4_DIR) $(NNTP_DIR) local groupwise $(HULA_DIR)
diff --git a/configure.ac b/configure.ac
index 7292a3d..62d151d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1033,22 +1033,6 @@ AM_CONDITIONAL(ENABLE_NNTP, [test x$enable_nntp = xyes])
AC_DEFINE(HANDLE_LIBICAL_MEMORY, 1, [Define it once memory returned by libical is free'ed properly])
dnl ******************************
-dnl New IMAP code support.
-dnl ******************************
-AC_ARG_ENABLE([imapp],
- AS_HELP_STRING([--enable-imapp=no/yes],
- [Attempt to compile alternative, incomplete, very unsupported IMAPv4r1 code]),
- [],[enable_imapp=no])
-
-if test "x$enable_imapp" = "xyes"; then
- AC_DEFINE(ENABLE_IMAPP,1,[Really don't try this at home])
- msg_imapp=yes
-else
- msg_imapp=no
-fi
-AM_CONDITIONAL(ENABLE_IMAPP, [test x$enable_imapp = xyes])
-
-dnl ******************************
dnl IMAP4rev1 code support.
dnl ******************************
AC_ARG_ENABLE(imap4,
diff --git a/docs/reference/camel/camel-sections.txt b/docs/reference/camel/camel-sections.txt
index b0c4ed3..1a7f09d 100644
--- a/docs/reference/camel/camel-sections.txt
+++ b/docs/reference/camel/camel-sections.txt
@@ -2792,183 +2792,6 @@ camel_imap4_journal_get_type
</SECTION>
<SECTION>
-<FILE>camel-imapp-driver</FILE>
-<TITLE>CamelIMAPPDriver</TITLE>
-CamelIMAPPDriver
-CamelIMAPPFetch
-CamelIMAPPDriverFunc
-CamelIMAPPLoginFunc
-CamelIMAPPFetchFunc
-camel_imapp_driver_new
-camel_imapp_driver_set_sasl_factory
-camel_imapp_driver_set_login_query
-camel_imapp_driver_login
-camel_imapp_driver_select
-camel_imapp_driver_update
-camel_imapp_driver_sync
-camel_imapp_driver_fetch
-camel_imapp_driver_list
-camel_imapp_driver_get
-camel_imapp_driver_append
-<SUBSECTION Standard>
-CAMEL_IMAPP_DRIVER
-CAMEL_IS_IMAP_DRIVER
-CAMEL_IMAPP_DRIVER_TYPE
-CAMEL_IMAPP_DRIVER_CLASS
-CamelIMAPPDriverClass
-<SUBSECTION Private>
-camel_imapp_driver_get_type
-</SECTION>
-
-<SECTION>
-<FILE>camel-imapp-engine</FILE>
-<TITLE>CamelIMAPPEngine</TITLE>
-CamelIMAPPEngine
-CamelIMAPPCommandPart
-CamelIMAPPCommand
-camel_imapp_command_part_t
-CamelIMAPPEngineFunc
-CamelIMAPPCommandFunc
-CamelIMAPPSelectResponse
-camel_imapp_engine_state_t
-camel_imapp_engine_new
-camel_imapp_engine_add_handler
-camel_imapp_engine_iterate
-camel_imapp_engine_skip
-camel_imapp_engine_capabilities
-camel_imapp_engine_command_new
-camel_imapp_engine_command_complete
-camel_imapp_engine_command_add
-camel_imapp_engine_command_free
-camel_imapp_engine_command_queue
-camel_imapp_engine_command_find
-camel_imapp_engine_command_find_tag
-camel_imapp_engine_select
-camel_imapp_engine_select_free
-<SUBSECTION Standard>
-CAMEL_IMAPP_ENGINE
-CAMEL_IS_IMAP_ENGINE
-CAMEL_IMAPP_ENGINE_TYPE
-CAMEL_IMAPP_ENGINE_CLASS
-CamelIMAPPEngineClass
-<SUBSECTION Private>
-camel_imapp_engine_get_type
-</SECTION>
-
-<SECTION>
-<FILE>camel-imapp-fetch-stream</FILE>
-<TITLE>CamelIMAPPFetchStream</TITLE>
-CamelIMAPPFetchStream
-camel_imapp_fetch_stream_new
-<SUBSECTION Standard>
-CAMEL_IMAPP_FETCH_STREAM
-CAMEL_IS_IMAP_FETCH_STREAM
-CAMEL_IMAPP_FETCH_STREAM_CLASS
-CamelIMAPPFetchStreamClass
-<SUBSECTION Private>
-camel_imapp_fetch_stream_get_type
-</SECTION>
-
-<SECTION>
-<FILE>camel-imapp-folder</FILE>
-<TITLE>CamelIMAPPFolder</TITLE>
-CamelIMAPPFolder
-camel_imapp_folder_new
-<SUBSECTION Standard>
-CAMEL_IMAPP_FOLDER
-CAMEL_IS_IMAP_FOLDER
-CAMEL_IMAPP_FOLDER_TYPE
-CAMEL_IMAPP_FOLDER_CLASS
-CamelIMAPPFolderClass
-<SUBSECTION Private>
-camel_imapp_folder_get_type
-</SECTION>
-
-<SECTION>
-<FILE>camel-imapp-store-summary</FILE>
-<TITLE>CamelIMAPPStoreSummary</TITLE>
-CamelIMAPPStoreSummary
-CamelIMAPPStoreInfo
-CamelIMAPPStoreNamespace
-camel_imapp_store_summary_new
-camel_imapp_store_summary_namespace_new
-camel_imapp_store_summary_namespace_set
-camel_imapp_store_summary_namespace_find_path
-camel_imapp_store_summary_namespace_find_full
-camel_imapp_store_summary_full_to_path
-camel_imapp_store_summary_path_to_full
-camel_imapp_store_summary_full_name
-camel_imapp_store_summary_add_from_full
-camel_imapp_store_summary_full_from_path
-camel_imapp_store_info_full_name
-<SUBSECTION Standard>
-CAMEL_IMAPP_STORE_SUMMARY
-CAMEL_IS_IMAP_STORE_SUMMARY
-CAMEL_IMAPP_STORE_SUMMARY_CLASS
-CamelIMAPPStoreSummaryClass
-<SUBSECTION Private>
-camel_imapp_store_summary_get_type
-</SECTION>
-
-<SECTION>
-<FILE>camel-imapp-store</FILE>
-<TITLE>CamelIMAPPStore</TITLE>
-CamelIMAPPStore
-pending_fetch
-<SUBSECTION Standard>
-CAMEL_IMAPP_STORE
-CAMEL_IS_IMAP_STORE
-CAMEL_IMAPP_STORE_TYPE
-CAMEL_IMAPP_STORE_CLASS
-CamelIMAPPStoreClass
-<SUBSECTION Private>
-camel_imapp_store_get_type
-</SECTION>
-
-<SECTION>
-<FILE>camel-imapp-stream</FILE>
-<TITLE>CamelIMAPPStream</TITLE>
-CamelIMAPPStream
-camel_imapp_token_t
-camel_imapp_stream_new
-camel_imapp_stream_token
-camel_imapp_stream_ungettoken
-camel_imapp_stream_set_literal
-camel_imapp_stream_gets
-camel_imapp_stream_getl
-camel_imapp_stream_atom
-camel_imapp_stream_astring
-camel_imapp_stream_nstring
-camel_imapp_stream_nstring_stream
-camel_imapp_stream_text
-camel_imapp_stream_number
-<SUBSECTION Standard>
-CAMEL_IMAPP_STREAM
-CAMEL_IS_IMAP_STREAM
-CAMEL_IMAPP_STREAM_CLASS
-CamelIMAPPStreamClass
-<SUBSECTION Private>
-camel_imapp_stream_get_type
-</SECTION>
-
-<SECTION>
-<FILE>camel-imapp-summary</FILE>
-<TITLE>CamelIMAPPSummary</TITLE>
-CAMEL_IMAPP_SERVER_FLAGS
-CAMEL_IMAPP_MESSAGE_RECENT
-CamelIMAPPSummary
-CamelIMAPPMessageInfo
-camel_imapp_summary_new
-<SUBSECTION Standard>
-CAMEL_IMAPP_SUMMARY
-CAMEL_IS_IMAPP_SUMMARY
-CAMEL_IMAPP_SUMMARY_CLASS
-CamelIMAPPSummaryClass
-<SUBSECTION Private>
-camel_imapp_summary_get_type
-</SECTION>
-
-<SECTION>
<FILE>camel-local-folder</FILE>
<TITLE>CamelLocalFolder</TITLE>
CamelLocalFolder
@@ -4070,63 +3893,6 @@ camel_imap4_untagged_status
</SECTION>
<SECTION>
-<FILE>camel-imapp-exception</FILE>
-CamelExceptionEnv
-CAMEL_TRY
-CAMEL_IGNORE
-CAMEL_CATCH
-CAMEL_DONE
-CAMEL_DROP
-camel_exception_setup
-camel_exception_try
-camel_exception_done
-camel_exception_drop
-camel_exception_throw_ex
-camel_exception_throw
-</SECTION>
-
-<SECTION>
-<FILE>camel-imapp-utils</FILE>
-camel_imapp_id_t
-imap_tokenise
-imap_parse_flags
-imap_write_flags
-imap_parse_param_list
-imap_parse_ext_optional
-imap_parse_body_fields
-imap_parse_address_list
-imap_parse_envelope
-imap_parse_section
-imap_free_body
-fetch_info
-FETCH_BODY
-FETCH_TEXT
-FETCH_HEADER
-FETCH_MINFO
-FETCH_CINFO
-FETCH_SIZE
-FETCH_OFFSET
-FETCH_FLAGS
-FETCH_DATE
-FETCH_SECTION
-FETCH_UID
-imap_parse_fetch
-imap_free_fetch
-imap_dump_fetch
-status_info
-imap_parse_status
-imap_free_status
-list_info
-imap_parse_list
-imapp_list_get_path
-imap_free_list
-uidset_state
-imapp_uidset_init
-imapp_uidset_done
-imapp_uidset_add
-</SECTION>
-
-<SECTION>
<FILE>camel-nntp-auth</FILE>
camel_nntp_auth_authenticate
</SECTION>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]