Split camel-imapx library and merge into camel so that providers can be written on...
authorChenthill Palanisamy <pchenthill@novell.com>
Tue, 8 May 2012 09:17:04 +0000 (14:47 +0530)
committerChenthill Palanisamy <pchenthill@novell.com>
Tue, 8 May 2012 09:17:16 +0000 (14:47 +0530)
commit7d7a889699586c092750638ac89da080eacb0129
treed7abcc9cc0460b2312c9fa062e14aafbf45340b1
parentaa31c2a326bee13ea0f558dac05f1bcf73a10936
Split camel-imapx library and merge into camel so that providers can be written on top of imapx
28 files changed:
camel/Makefile.am
camel/camel-imapx-command.c [moved from camel/providers/imapx/camel-imapx-command.c with 100% similarity]
camel/camel-imapx-command.h [moved from camel/providers/imapx/camel-imapx-command.h with 97% similarity]
camel/camel-imapx-conn-manager.c [moved from camel/providers/imapx/camel-imapx-conn-manager.c with 100% similarity]
camel/camel-imapx-conn-manager.h [moved from camel/providers/imapx/camel-imapx-conn-manager.h with 95% similarity]
camel/camel-imapx-folder.c [moved from camel/providers/imapx/camel-imapx-folder.c with 100% similarity]
camel/camel-imapx-folder.h [moved from camel/providers/imapx/camel-imapx-folder.h with 90% similarity]
camel/camel-imapx-job.c [moved from camel/providers/imapx/camel-imapx-job.c with 100% similarity]
camel/camel-imapx-job.h [moved from camel/providers/imapx/camel-imapx-job.h with 94% similarity]
camel/camel-imapx-server.c [moved from camel/providers/imapx/camel-imapx-server.c with 100% similarity]
camel/camel-imapx-server.h [moved from camel/providers/imapx/camel-imapx-server.h with 97% similarity]
camel/camel-imapx-settings.c [moved from camel/providers/imapx/camel-imapx-settings.c with 100% similarity]
camel/camel-imapx-settings.h [moved from camel/providers/imapx/camel-imapx-settings.h with 97% similarity]
camel/camel-imapx-store-summary.c [moved from camel/providers/imapx/camel-imapx-store-summary.c with 99% similarity]
camel/camel-imapx-store-summary.h [moved from camel/providers/imapx/camel-imapx-store-summary.h with 96% similarity]
camel/camel-imapx-store.c [moved from camel/providers/imapx/camel-imapx-store.c with 99% similarity]
camel/camel-imapx-store.h [moved from camel/providers/imapx/camel-imapx-store.h with 95% similarity]
camel/camel-imapx-stream.c [moved from camel/providers/imapx/camel-imapx-stream.c with 99% similarity]
camel/camel-imapx-stream.h [moved from camel/providers/imapx/camel-imapx-stream.h with 96% similarity]
camel/camel-imapx-summary.c [moved from camel/providers/imapx/camel-imapx-summary.c with 99% similarity]
camel/camel-imapx-summary.h [moved from camel/providers/imapx/camel-imapx-summary.h with 93% similarity]
camel/camel-imapx-tokens.txt [moved from camel/providers/imapx/camel-imapx-tokens.txt with 100% similarity]
camel/camel-imapx-utils.c [moved from camel/providers/imapx/camel-imapx-utils.c with 100% similarity]
camel/camel-imapx-utils.h [moved from camel/providers/imapx/camel-imapx-utils.h with 98% similarity]
camel/camel.h
camel/providers/imapx/Makefile.am
camel/providers/imapx/camel-imapx-provider.c
camel/providers/imapx/test-imapx.c