[evolution-data-server/camel-gobject] Drop the "imap4" Camel provider.



commit f4f493da5e2d2d4596617a774350885441193c2e
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Apr 6 19:43:19 2010 -0400

    Drop the "imap4" Camel provider.
    
    IMAPX is the future.

 camel/providers/Makefile.am                       |    6 +-
 camel/providers/imap4/Makefile.am                 |   49 -
 camel/providers/imap4/camel-imap4-command.c       |  723 ---------
 camel/providers/imap4/camel-imap4-command.h       |  136 --
 camel/providers/imap4/camel-imap4-engine.c        | 1768 --------------------
 camel/providers/imap4/camel-imap4-engine.h        |  239 ---
 camel/providers/imap4/camel-imap4-folder.c        | 1261 ---------------
 camel/providers/imap4/camel-imap4-folder.h        |   94 --
 camel/providers/imap4/camel-imap4-journal.c       |  345 ----
 camel/providers/imap4/camel-imap4-journal.h       |   92 --
 camel/providers/imap4/camel-imap4-provider.c      |  147 --
 camel/providers/imap4/camel-imap4-search.c        |  304 ----
 camel/providers/imap4/camel-imap4-search.h        |   81 -
 camel/providers/imap4/camel-imap4-specials.c      |   99 --
 camel/providers/imap4/camel-imap4-specials.h      |   51 -
 camel/providers/imap4/camel-imap4-store-summary.c |  393 -----
 camel/providers/imap4/camel-imap4-store-summary.h |   98 --
 camel/providers/imap4/camel-imap4-store.c         | 1785 ---------------------
 camel/providers/imap4/camel-imap4-store.h         |   69 -
 camel/providers/imap4/camel-imap4-stream.c        |  715 ---------
 camel/providers/imap4/camel-imap4-stream.h        |  133 --
 camel/providers/imap4/camel-imap4-summary.c       | 1654 -------------------
 camel/providers/imap4/camel-imap4-summary.h       |  109 --
 camel/providers/imap4/camel-imap4-utils.c         |  785 ---------
 camel/providers/imap4/camel-imap4-utils.h         |  102 --
 camel/providers/imap4/libcamelimap4.urls          |    1 -
 configure.ac                                      |   17 -
 27 files changed, 1 insertions(+), 11255 deletions(-)
---
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am
index f67de7a..43c4407 100644
--- a/camel/providers/Makefile.am
+++ b/camel/providers/Makefile.am
@@ -2,10 +2,6 @@ if ENABLE_NNTP
 NNTP_DIR=nntp
 endif
 
-if ENABLE_IMAP4
-IMAP4_DIR=imap4
-endif
-
 if ENABLE_HULA
 HULA_DIR=hula
 endif
@@ -15,6 +11,6 @@ else
 SENDMAIL_DIR=sendmail
 endif
 
-SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap $(IMAP4_DIR) $(NNTP_DIR) local groupwise $(HULA_DIR)
+SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap $(NNTP_DIR) local groupwise $(HULA_DIR)
 
 -include $(top_srcdir)/git.mk
diff --git a/configure.ac b/configure.ac
index 4152a85..2617a59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -987,22 +987,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 IMAP4rev1 code support.
-dnl ******************************
-AC_ARG_ENABLE(imap4,
-	AS_HELP_STRING([--enable-imap4=no/yes],
-	[Attempt to compile yet another, incomplete, very unsupported IMAPv4r1 implementation]),
-	[],[enable_imap4=no])
-
-if test "x$enable_imap4" = "xyes"; then
-	AC_DEFINE(ENABLE_IMAP4,1,[Really don't try this at home])
-	msg_imap4="yes"
-else
-	msg_imap4="no"
-fi
-AM_CONDITIONAL(ENABLE_IMAP4, [test x$enable_imap4 = xyes])
-
-dnl ******************************
 dnl Hula support
 dnl ******************************
 AC_ARG_ENABLE([hula],
@@ -1474,7 +1458,6 @@ camel/providers/groupwise/Makefile
 camel/providers/hula/Makefile
 camel/providers/imap/Makefile
 camel/providers/imapx/Makefile
-camel/providers/imap4/Makefile
 camel/providers/local/Makefile
 camel/providers/nntp/Makefile
 camel/providers/pop3/Makefile



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]