[evolution-data-server] Bug 665371 - Decommission legacy IMAP backend



commit 937d6d37240dc81a6cc9d52d6af0521bf462e84c
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Dec 24 08:48:52 2012 -0500

    Bug 665371 - Decommission legacy IMAP backend
    
    "IMAPX" is now our one and only IMAP backend for Camel.  \o/

 camel/providers/Makefile.am                     |    2 +-
 camel/providers/imap/Makefile.am                |   55 -
 camel/providers/imap/camel-imap-command.c       | 1012 -----
 camel/providers/imap/camel-imap-command.h       |   88 -
 camel/providers/imap/camel-imap-folder.c        | 4826 -----------------------
 camel/providers/imap/camel-imap-folder.h        |  128 -
 camel/providers/imap/camel-imap-journal.c       |  511 ---
 camel/providers/imap/camel-imap-journal.h       |  104 -
 camel/providers/imap/camel-imap-message-cache.c |  716 ----
 camel/providers/imap/camel-imap-message-cache.h |  128 -
 camel/providers/imap/camel-imap-private.h       |   41 -
 camel/providers/imap/camel-imap-provider.c      |  169 -
 camel/providers/imap/camel-imap-search.c        |  526 ---
 camel/providers/imap/camel-imap-search.h        |   79 -
 camel/providers/imap/camel-imap-settings.c      | 1585 --------
 camel/providers/imap/camel-imap-settings.h      |  155 -
 camel/providers/imap/camel-imap-store-summary.c |  713 ----
 camel/providers/imap/camel-imap-store-summary.h |  112 -
 camel/providers/imap/camel-imap-store.c         | 3429 ----------------
 camel/providers/imap/camel-imap-store.h         |  130 -
 camel/providers/imap/camel-imap-summary.c       |  330 --
 camel/providers/imap/camel-imap-summary.h       |  101 -
 camel/providers/imap/camel-imap-utils.c         | 1536 -------
 camel/providers/imap/camel-imap-utils.h         |   94 -
 camel/providers/imap/camel-imap-wrapper.c       |  214 -
 camel/providers/imap/camel-imap-wrapper.h       |   78 -
 camel/providers/imap/libcamelimap.urls          |    1 -
 configure.ac                                    |    1 -
 po/POTFILES.in                                  |   11 -
 29 files changed, 1 insertions(+), 16874 deletions(-)
---
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am
index 8c4f41a..2244885 100644
--- a/camel/providers/Makefile.am
+++ b/camel/providers/Makefile.am
@@ -7,6 +7,6 @@ else
 SENDMAIL_DIR=sendmail
 endif
 
-SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap imapx $(NNTP_DIR) local
+SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imapx $(NNTP_DIR) local
 
 -include $(top_srcdir)/git.mk
diff --git a/configure.ac b/configure.ac
index 4b9b4d8..0e992f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1578,7 +1578,6 @@ calendar/backends/contacts/Makefile
 calendar/backends/weather/Makefile
 camel/Makefile
 camel/providers/Makefile
-camel/providers/imap/Makefile
 camel/providers/imapx/Makefile
 camel/providers/local/Makefile
 camel/providers/nntp/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 928e3a3..13f7f01 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -138,17 +138,6 @@ camel/camel-vee-folder.c
 camel/camel-vee-store.c
 camel/camel-vee-summary.c
 camel/camel-vtrash-folder.c
-camel/providers/imap/camel-imap-command.c
-camel/providers/imap/camel-imap-folder.c
-camel/providers/imap/camel-imap-journal.c
-camel/providers/imap/camel-imap-message-cache.c
-camel/providers/imap/camel-imap-provider.c
-camel/providers/imap/camel-imap-search.c
-camel/providers/imap/camel-imap-store.c
-camel/providers/imap/camel-imap-store-summary.c
-camel/providers/imap/camel-imap-summary.c
-camel/providers/imap/camel-imap-utils.c
-camel/providers/imap/camel-imap-wrapper.c
 camel/providers/imapx/camel-imapx-provider.c
 camel/providers/local/camel-local-folder.c
 camel/providers/local/camel-local-provider.c



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