tizen beta release
authorKibum Kim <kb0929.kim@samsung.com>
Mon, 27 Feb 2012 12:15:52 +0000 (21:15 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Mon, 27 Feb 2012 12:15:52 +0000 (21:15 +0900)
commit4c73c3e1e4085d17f8f9cfe0ec4c41bc9e0cb826
treef86bd5ef488a8497efc5022d4f614cd0bba133d4
tizen beta release
186 files changed:
AUTHORS [new file with mode: 0755]
CMakeLists.txt [new file with mode: 0755]
Common/CMakeLists.txt [new file with mode: 0755]
Common/Msg_Convert.c [new file with mode: 0755]
Common/include/Msg_Convert.h [new file with mode: 0755]
LICENSE [new file with mode: 0644]
MAPI/CMakeLists.txt [new file with mode: 0755]
MAPI/Emf_Mapi_Account.c [new file with mode: 0755]
MAPI/Emf_Mapi_Init.c [new file with mode: 0755]
MAPI/Emf_Mapi_Mailbox.c [new file with mode: 0755]
MAPI/Emf_Mapi_Message.c [new file with mode: 0755]
MAPI/Emf_Mapi_Network.c [new file with mode: 0755]
MAPI/Emf_Mapi_Rule.c [new file with mode: 0755]
MAPI/Emf_Mapi_Types.c [new file with mode: 0755]
MAPI/include/Emf_Mapi.h [new file with mode: 0755]
MAPI/include/Emf_Mapi_Account.h [new file with mode: 0755]
MAPI/include/Emf_Mapi_Init.h [new file with mode: 0755]
MAPI/include/Emf_Mapi_Mailbox.h [new file with mode: 0755]
MAPI/include/Emf_Mapi_Message.h [new file with mode: 0755]
MAPI/include/Emf_Mapi_Network.h [new file with mode: 0755]
MAPI/include/Emf_Mapi_Rule.h [new file with mode: 0755]
MAPI/include/Emf_Mapi_Types.h [new file with mode: 0755]
SLP_EmailService_PG.h [new file with mode: 0755]
cl.sh [new file with mode: 0755]
config/.email-service.db [new file with mode: 0644]
config/.email-service.db-journal [new file with mode: 0644]
dbuild.sh [new file with mode: 0755]
debian/changelog [new file with mode: 0755]
debian/compat [new file with mode: 0755]
debian/control [new file with mode: 0755]
debian/copyright [new file with mode: 0755]
debian/dirs [new file with mode: 0755]
debian/docs [new file with mode: 0755]
debian/email-service-0.install [new file with mode: 0755]
debian/email-service-0.postinst [new file with mode: 0755]
debian/email-service-dev.install [new file with mode: 0755]
debian/email-service-tools.install [new file with mode: 0644]
debian/email-service-tools.postinst [new file with mode: 0644]
debian/rules [new file with mode: 0755]
email-core/CMakeLists.txt [new file with mode: 0755]
email-core/em-core-account.c [new file with mode: 0755]
email-core/em-core-api.c [new file with mode: 0755]
email-core/em-core-event.c [new file with mode: 0755]
email-core/em-core-global.c [new file with mode: 0755]
email-core/em-core-imap-idle.c [new file with mode: 0755]
email-core/em-core-imap-mailbox.c [new file with mode: 0755]
email-core/em-core-mailbox-sync.c [new file with mode: 0755]
email-core/em-core-mailbox.c [new file with mode: 0755]
email-core/em-core-mesg.c [new file with mode: 0755]
email-core/em-core-mime.c [new file with mode: 0755]
email-core/em-core-mm-callbacks.c [new file with mode: 0755]
email-core/em-core-smtp.c [new file with mode: 0755]
email-core/em-core-sound.c [new file with mode: 0755]
email-core/em-core-timer.c [new file with mode: 0755]
email-core/em-core-utils.c [new file with mode: 0755]
email-core/em-network/em-network.c [new file with mode: 0755]
email-core/em-network/include/em-network.h [new file with mode: 0755]
email-core/em-storage/em-storage-noti.c [new file with mode: 0755]
email-core/em-storage/em-storage.c [new file with mode: 0755]
email-core/em-storage/include/em-storage.h [new file with mode: 0755]
email-core/include/em-core-account.h [new file with mode: 0755]
email-core/include/em-core-api.h [new file with mode: 0755]
email-core/include/em-core-event.h [new file with mode: 0755]
email-core/include/em-core-global.h [new file with mode: 0755]
email-core/include/em-core-imap-idle.h [new file with mode: 0755]
email-core/include/em-core-imap-mailbox.h [new file with mode: 0755]
email-core/include/em-core-mailbox-sync.h [new file with mode: 0755]
email-core/include/em-core-mailbox.h [new file with mode: 0755]
email-core/include/em-core-mesg.h [new file with mode: 0755]
email-core/include/em-core-mime.h [new file with mode: 0755]
email-core/include/em-core-smtp.h [new file with mode: 0755]
email-core/include/em-core-sound-conflict.h [new file with mode: 0755]
email-core/include/em-core-sound.h [new file with mode: 0755]
email-core/include/em-core-timer.h [new file with mode: 0755]
email-core/include/em-core-types.h [new file with mode: 0755]
email-core/include/em-core-utils.h [new file with mode: 0755]
email-engine/CMakeLists.txt [new file with mode: 0755]
email-engine/emf-account.c [new file with mode: 0755]
email-engine/emf-auto-poll.c [new file with mode: 0755]
email-engine/emf-emn-noti.c [new file with mode: 0755]
email-engine/emf-emn.c [new file with mode: 0755]
email-engine/emf-etc.c [new file with mode: 0755]
email-engine/emf-global.c [new file with mode: 0755]
email-engine/emf-init.c [new file with mode: 0755]
email-engine/emf-mail.c [new file with mode: 0755]
email-engine/emf-mailbox.c [new file with mode: 0755]
email-engine/main.c [new file with mode: 0755]
email-service.pc.in [new file with mode: 0755]
emf-emn-storage/emf-emn-storage.c [new file with mode: 0755]
image/email_image001.png [new file with mode: 0755]
image/email_image002.png [new file with mode: 0755]
image/email_image003.png [new file with mode: 0755]
image/email_image004.png [new file with mode: 0755]
image/email_image005.png [new file with mode: 0755]
image/email_image006.png [new file with mode: 0755]
image/email_image007.png [new file with mode: 0755]
image/email_image008.png [new file with mode: 0755]
image/email_image009.png [new file with mode: 0755]
image/email_image010.png [new file with mode: 0755]
image/email_image011.png [new file with mode: 0755]
image/email_image012.png [new file with mode: 0755]
include/.gitignore [new file with mode: 0644]
include/emf-account.h [new file with mode: 0755]
include/emf-auto-poll.h [new file with mode: 0755]
include/emf-dbglog.h [new file with mode: 0755]
include/emf-emn-noti.h [new file with mode: 0755]
include/emf-emn-storage.h [new file with mode: 0755]
include/emf-emn.h [new file with mode: 0755]
include/emf-global.h [new file with mode: 0755]
include/emf-init.h [new file with mode: 0755]
include/emf-mutex.h [new file with mode: 0755]
include/emf-types.h [new file with mode: 0755]
include/emflib.h [new file with mode: 0755]
ipc/CMakeLists.txt [new file with mode: 0755]
ipc/api/include/ipc-api-info.h [new file with mode: 0755]
ipc/api/include/ipc-param-list.h [new file with mode: 0755]
ipc/api/include/ipc-param.h [new file with mode: 0755]
ipc/api/ipc-api-info.cpp [new file with mode: 0755]
ipc/api/ipc-param-list.cpp [new file with mode: 0755]
ipc/api/ipc-param.cpp [new file with mode: 0755]
ipc/common/cm-list.cpp [new file with mode: 0755]
ipc/common/cm-sys-msg-queue.cpp [new file with mode: 0755]
ipc/common/include/cm-list.h [new file with mode: 0755]
ipc/common/include/cm-sys-msg-queue.h [new file with mode: 0755]
ipc/include/ipc-library-build.h [new file with mode: 0755]
ipc/include/ipc-library.h [new file with mode: 0755]
ipc/ipc-library-api.cpp [new file with mode: 0755]
ipc/ipc-library-build.cpp [new file with mode: 0755]
ipc/ipc-library-proxy.cpp [new file with mode: 0755]
ipc/ipc-library-stub.cpp [new file with mode: 0755]
ipc/proxy/include/ipc-callback-info.h [new file with mode: 0755]
ipc/proxy/include/ipc-proxy-main.h [new file with mode: 0755]
ipc/proxy/include/ipc-proxy-socket.h [new file with mode: 0755]
ipc/proxy/ipc-callback-info.cpp [new file with mode: 0755]
ipc/proxy/ipc-proxy-main.cpp [new file with mode: 0755]
ipc/proxy/ipc-proxy-socket.cpp [new file with mode: 0755]
ipc/socket/include/ipc-socket.h [new file with mode: 0755]
ipc/socket/ipc-socket.cpp [new file with mode: 0755]
ipc/stub/include/ipc-queue.h [new file with mode: 0755]
ipc/stub/include/ipc-response-info.h [new file with mode: 0755]
ipc/stub/include/ipc-stub-main.h [new file with mode: 0755]
ipc/stub/include/ipc-stub-socket.h [new file with mode: 0755]
ipc/stub/include/ipc-task-manager.h [new file with mode: 0755]
ipc/stub/include/ipc-task.h [new file with mode: 0755]
ipc/stub/ipc-queue.cpp [new file with mode: 0755]
ipc/stub/ipc-response-info.cpp [new file with mode: 0755]
ipc/stub/ipc-stub-main.cpp [new file with mode: 0755]
ipc/stub/ipc-stub-socket.cpp [new file with mode: 0755]
ipc/stub/ipc-task-manager.cpp [new file with mode: 0755]
ipc/stub/ipc-task.cpp [new file with mode: 0755]
packaging/email-service.spec [new file with mode: 0644]
po/CMakeLists.txt [new file with mode: 0755]
po/POTFILES.in [new file with mode: 0755]
po/de_DE.po [new file with mode: 0755]
po/el_GR.po [new file with mode: 0755]
po/email.pot [new file with mode: 0755]
po/en.po [new file with mode: 0755]
po/es_ES.po [new file with mode: 0755]
po/fr_FR.po [new file with mode: 0755]
po/it_IT.po [new file with mode: 0755]
po/ja_JP.po [new file with mode: 0755]
po/ko_KR.po [new file with mode: 0755]
po/nl_NL.po [new file with mode: 0755]
po/pt_PT.po [new file with mode: 0755]
po/ru_RU.po [new file with mode: 0755]
po/tr_TR.po [new file with mode: 0755]
po/update-po.sh [new file with mode: 0755]
po/zh_CN.po [new file with mode: 0755]
po/zh_HK.po [new file with mode: 0755]
po/zh_TW.po [new file with mode: 0755]
utilities/CMakeLists.txt [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/emf-test-account.c [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/emf-test-mailbox.c [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/emf-test-main.c [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/emf-test-message.c [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/emf-test-others.c [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/emf-test-rule.c [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/emf-test-thread.c [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/emf-test-utility.c [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/include/emf-test-account.h [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/include/emf-test-mailbox.h [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/include/emf-test-message.h [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/include/emf-test-others.h [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/include/emf-test-rule.h [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/include/emf-test-thread.h [new file with mode: 0755]
utilities/email-service-test-application/email-service-test-application/include/emf-test-utility.h [new file with mode: 0755]