TizenRefApp-4938 Push Email into review.tizen.org 37/50737/2 accepted/tizen_mobile accepted/tizen/mobile/20151031.105744 submit/tizen_mobile/20151030.125955
authorIgor Olshevskyi <i.olshevskyi@samsung.com>
Fri, 30 Oct 2015 11:45:06 +0000 (13:45 +0200)
committerIgor Olshevskyi <i.olshevskyi@samsung.com>
Fri, 30 Oct 2015 11:52:59 +0000 (13:52 +0200)
commitf12e9a6ffeecf60e99b888e2e3f82f0edbe869ee
tree99470704e26921ca390396118ca65e29b719e03d
parentc0438c4fcd13d4ca184c4c566367302288c6aeae
TizenRefApp-4938 Push Email into review.tizen.org

Change-Id: I72eb14ab1c8f774b01fbbaa661639aaff84d4932
346 files changed:
CMake/CMakeLists.txt [new file with mode: 0644]
CMake/email-common/CMakeLists.txt [new file with mode: 0644]
CMake/main/CMakeLists.txt [new file with mode: 0644]
CMake/main/email-composer/CMakeLists.txt [new file with mode: 0644]
CMake/main/email-setting/CMakeLists.txt [new file with mode: 0644]
CMake/main/email/CMakeLists.txt [new file with mode: 0644]
CMake/modules/CMakeLists.txt [new file with mode: 0644]
CMake/modules/email-account-module/CMakeLists.txt [new file with mode: 0644]
CMake/modules/email-composer-module/CMakeLists.txt [new file with mode: 0644]
CMake/modules/email-filter-module/CMakeLists.txt [new file with mode: 0644]
CMake/modules/email-mailbox-module/CMakeLists.txt [new file with mode: 0644]
CMake/modules/email-setting-module/CMakeLists.txt [new file with mode: 0644]
CMake/modules/email-viewer-module/CMakeLists.txt [new file with mode: 0644]
CMake/po/CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Project-Files/common/inc/email-color-box.h [new file with mode: 0644]
Project-Files/common/inc/email-colors.h [new file with mode: 0644]
Project-Files/common/inc/email-common-contact-defines.h [new file with mode: 0644]
Project-Files/common/inc/email-common-types.h [new file with mode: 0644]
Project-Files/common/inc/email-debug.h [new file with mode: 0644]
Project-Files/common/inc/email-editfield-utils.h [new file with mode: 0644]
Project-Files/common/inc/email-engine.h [new file with mode: 0644]
Project-Files/common/inc/email-html-converter.h [new file with mode: 0644]
Project-Files/common/inc/email-images.h [new file with mode: 0644]
Project-Files/common/inc/email-locale.h [new file with mode: 0644]
Project-Files/common/inc/email-media-content.h [new file with mode: 0644]
Project-Files/common/inc/email-module-core.h [new file with mode: 0644]
Project-Files/common/inc/email-module-dev.h [new file with mode: 0644]
Project-Files/common/inc/email-module-launcher.h [new file with mode: 0644]
Project-Files/common/inc/email-module.h [new file with mode: 0644]
Project-Files/common/inc/email-popup-utils.h [new file with mode: 0644]
Project-Files/common/inc/email-request-queue.h [new file with mode: 0644]
Project-Files/common/inc/email-utils-contacts.h [new file with mode: 0644]
Project-Files/common/inc/email-utils.h [new file with mode: 0644]
Project-Files/common/src/email-color-box.c [new file with mode: 0644]
Project-Files/common/src/email-debug.c [new file with mode: 0644]
Project-Files/common/src/email-editfield-utils.c [new file with mode: 0644]
Project-Files/common/src/email-engine.c [new file with mode: 0644]
Project-Files/common/src/email-html-converter.c [new file with mode: 0644]
Project-Files/common/src/email-media-content.c [new file with mode: 0644]
Project-Files/common/src/email-module-core.c [new file with mode: 0644]
Project-Files/common/src/email-module-launcher.c [new file with mode: 0644]
Project-Files/common/src/email-popup-utils.c [new file with mode: 0644]
Project-Files/common/src/email-request-queue.c [new file with mode: 0644]
Project-Files/common/src/email-utils-contacts.c [new file with mode: 0644]
Project-Files/common/src/email-utils.c [new file with mode: 0644]
Project-Files/main/email-main.c [new file with mode: 0644]
Project-Files/modules/account/inc/email-account-folder-move.h [new file with mode: 0644]
Project-Files/modules/account/inc/email-account-folder.h [new file with mode: 0644]
Project-Files/modules/account/inc/email-account-list-view.h [new file with mode: 0644]
Project-Files/modules/account/inc/email-account-util.h [new file with mode: 0644]
Project-Files/modules/account/inc/email-account.h [new file with mode: 0644]
Project-Files/modules/account/src/email-account-folder-move.c [new file with mode: 0644]
Project-Files/modules/account/src/email-account-folder.c [new file with mode: 0644]
Project-Files/modules/account/src/email-account-list-view.c [new file with mode: 0644]
Project-Files/modules/account/src/email-account-util.c [new file with mode: 0644]
Project-Files/modules/account/src/email-account.c [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-attachment.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-ext-js.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-initial-data.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-initial-view.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-js.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-launcher.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-more-menu.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-predictive-search.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-recipient.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-rich-text-toolbar.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-send-mail.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-subject.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-types.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-util.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer-webkit.h [new file with mode: 0644]
Project-Files/modules/composer/inc/email-composer.h [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-attachment-resize-image.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-attachment-ui.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-attachment.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-initial-data.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-initial-view.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-launcher.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-more-menu.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-predictive-search.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-recipient-callback.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-recipient.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-rich-text-toolbar.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-send-mail.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-subject.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-util-image.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-util-popup.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-util-recipient.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-util.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer-webkit.c [new file with mode: 0644]
Project-Files/modules/composer/src/email-composer.c [new file with mode: 0644]
Project-Files/modules/filter/inc/email-filter-add-view.h [new file with mode: 0644]
Project-Files/modules/filter/inc/email-filter-delete-view.h [new file with mode: 0644]
Project-Files/modules/filter/inc/email-filter-edit-view.h [new file with mode: 0644]
Project-Files/modules/filter/inc/email-filter-list-view.h [new file with mode: 0644]
Project-Files/modules/filter/inc/email-filter.h [new file with mode: 0644]
Project-Files/modules/filter/src/email-filter-add-view.c [new file with mode: 0644]
Project-Files/modules/filter/src/email-filter-delete-view.c [new file with mode: 0644]
Project-Files/modules/filter/src/email-filter-edit-view.c [new file with mode: 0644]
Project-Files/modules/filter/src/email-filter-list-view.c [new file with mode: 0644]
Project-Files/modules/filter/src/email-filter.c [new file with mode: 0644]
Project-Files/modules/mailbox/inc/email-mailbox-item.h [new file with mode: 0644]
Project-Files/modules/mailbox/inc/email-mailbox-list-other-items.h [new file with mode: 0644]
Project-Files/modules/mailbox/inc/email-mailbox-list.h [new file with mode: 0644]
Project-Files/modules/mailbox/inc/email-mailbox-more-menu.h [new file with mode: 0644]
Project-Files/modules/mailbox/inc/email-mailbox-noti-mgr.h [new file with mode: 0644]
Project-Files/modules/mailbox/inc/email-mailbox-request.h [new file with mode: 0644]
Project-Files/modules/mailbox/inc/email-mailbox-search.h [new file with mode: 0644]
Project-Files/modules/mailbox/inc/email-mailbox-sync.h [new file with mode: 0644]
Project-Files/modules/mailbox/inc/email-mailbox-title.h [new file with mode: 0644]
Project-Files/modules/mailbox/inc/email-mailbox-toolbar.h [new file with mode: 0644]
Project-Files/modules/mailbox/inc/email-mailbox-ug-util.h [new file with mode: 0644]
Project-Files/modules/mailbox/inc/email-mailbox-util.h [new file with mode: 0644]
Project-Files/modules/mailbox/inc/email-mailbox.h [new file with mode: 0644]
Project-Files/modules/mailbox/src/email-mailbox-item.c [new file with mode: 0644]
Project-Files/modules/mailbox/src/email-mailbox-list-other-items.c [new file with mode: 0644]
Project-Files/modules/mailbox/src/email-mailbox-list.c [new file with mode: 0644]
Project-Files/modules/mailbox/src/email-mailbox-more-menu.c [new file with mode: 0644]
Project-Files/modules/mailbox/src/email-mailbox-noti-mgr.c [new file with mode: 0644]
Project-Files/modules/mailbox/src/email-mailbox-request.c [new file with mode: 0644]
Project-Files/modules/mailbox/src/email-mailbox-search.c [new file with mode: 0644]
Project-Files/modules/mailbox/src/email-mailbox-sync.c [new file with mode: 0644]
Project-Files/modules/mailbox/src/email-mailbox-title.c [new file with mode: 0644]
Project-Files/modules/mailbox/src/email-mailbox-toolbar.c [new file with mode: 0644]
Project-Files/modules/mailbox/src/email-mailbox-ug-util.c [new file with mode: 0644]
Project-Files/modules/mailbox/src/email-mailbox-util.c [new file with mode: 0644]
Project-Files/modules/mailbox/src/email-mailbox.c [new file with mode: 0644]
Project-Files/modules/setting/inc/email-setting-account-set.h [new file with mode: 0644]
Project-Files/modules/setting/inc/email-setting-noti-mgr.h [new file with mode: 0644]
Project-Files/modules/setting/inc/email-setting-string.h [new file with mode: 0644]
Project-Files/modules/setting/inc/email-setting-utils.h [new file with mode: 0644]
Project-Files/modules/setting/inc/email-setting.h [new file with mode: 0644]
Project-Files/modules/setting/inc/email-view-account-details-setup.h [new file with mode: 0644]
Project-Files/modules/setting/inc/email-view-account-details.h [new file with mode: 0644]
Project-Files/modules/setting/inc/email-view-account-edit.h [new file with mode: 0644]
Project-Files/modules/setting/inc/email-view-account-setup.h [new file with mode: 0644]
Project-Files/modules/setting/inc/email-view-manual-setup.h [new file with mode: 0644]
Project-Files/modules/setting/inc/email-view-notification.h [new file with mode: 0644]
Project-Files/modules/setting/inc/email-view-setting.h [new file with mode: 0644]
Project-Files/modules/setting/inc/email-view-signature-edit.h [new file with mode: 0644]
Project-Files/modules/setting/inc/email-view-signature-setting.h [new file with mode: 0644]
Project-Files/modules/setting/src/email-setting-account-set.c [new file with mode: 0644]
Project-Files/modules/setting/src/email-setting-noti-mgr.c [new file with mode: 0644]
Project-Files/modules/setting/src/email-setting-utils.c [new file with mode: 0644]
Project-Files/modules/setting/src/email-setting.c [new file with mode: 0644]
Project-Files/modules/setting/src/email-view-account-details-setup.c [new file with mode: 0644]
Project-Files/modules/setting/src/email-view-account-details.c [new file with mode: 0644]
Project-Files/modules/setting/src/email-view-account-edit.c [new file with mode: 0644]
Project-Files/modules/setting/src/email-view-account-setup.c [new file with mode: 0644]
Project-Files/modules/setting/src/email-view-manual-setup.c [new file with mode: 0644]
Project-Files/modules/setting/src/email-view-notification.c [new file with mode: 0644]
Project-Files/modules/setting/src/email-view-setting.c [new file with mode: 0644]
Project-Files/modules/setting/src/email-view-signature-edit.c [new file with mode: 0644]
Project-Files/modules/setting/src/email-view-signature-setting.c [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-attachment.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-contents.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-eml.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-ext-gesture.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-header.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-initial-data.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-js.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-logic.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-more-menu-callback.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-more-menu.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-noti-mgr.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-recipient.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-scroller.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-types.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer-util.h [new file with mode: 0644]
Project-Files/modules/viewer/inc/email-viewer.h [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer-attachment.c [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer-contents.c [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer-eml.c [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer-ext-gesture.c [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer-header.c [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer-initial-data.c [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer-logic.c [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer-more-menu-callback.c [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer-more-menu.c [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer-noti-mgr.c [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer-recipient.c [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer-scroller.c [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer-util.c [new file with mode: 0644]
Project-Files/modules/viewer/src/email-viewer.c [new file with mode: 0644]
Project-Files/resources/edc/account/email-account-base-layout.edc [new file with mode: 0644]
Project-Files/resources/edc/account/email-account.edc [new file with mode: 0644]
Project-Files/resources/edc/common/email-colors.edc [new file with mode: 0644]
Project-Files/resources/edc/common/email-common-theme.edc [new file with mode: 0644]
Project-Files/resources/edc/common/email-parts.edc [new file with mode: 0644]
Project-Files/resources/edc/common/email-templates.edc [new file with mode: 0644]
Project-Files/resources/edc/common/email-title-search.edc [new file with mode: 0644]
Project-Files/resources/edc/composer/email-composer-attachment.edc [new file with mode: 0644]
Project-Files/resources/edc/composer/email-composer-edc-common.edc [new file with mode: 0644]
Project-Files/resources/edc/composer/email-composer-edc-define.h [new file with mode: 0644]
Project-Files/resources/edc/composer/email-composer-layouts.edc [new file with mode: 0644]
Project-Files/resources/edc/composer/email-composer-popup.edc [new file with mode: 0644]
Project-Files/resources/edc/composer/email-composer-predictive-search.edc [new file with mode: 0644]
Project-Files/resources/edc/composer/email-composer-recipients.edc [new file with mode: 0644]
Project-Files/resources/edc/composer/email-composer-rich-text.edc [new file with mode: 0644]
Project-Files/resources/edc/composer/email-composer-scroller.edc [new file with mode: 0644]
Project-Files/resources/edc/composer/email-composer-subject.edc [new file with mode: 0644]
Project-Files/resources/edc/composer/email-composer-toolbar-buttons_defines.edc [new file with mode: 0644]
Project-Files/resources/edc/composer/email-composer-view.edc [new file with mode: 0644]
Project-Files/resources/edc/filter/email-filter-address-edit-view.edc [new file with mode: 0644]
Project-Files/resources/edc/filter/email-filter.edc [new file with mode: 0644]
Project-Files/resources/edc/mailbox/email-mailbox-genlist-style.edc [new file with mode: 0644]
Project-Files/resources/edc/mailbox/email-mailbox-macros.edc [new file with mode: 0644]
Project-Files/resources/edc/mailbox/email-mailbox-theme.edc [new file with mode: 0644]
Project-Files/resources/edc/mailbox/email-mailbox.edc [new file with mode: 0644]
Project-Files/resources/edc/setting/email-setting-genlist-item-custom-theme.edc [new file with mode: 0644]
Project-Files/resources/edc/setting/email-setting-theme.edc [new file with mode: 0644]
Project-Files/resources/edc/setting/email-setting-two-bottom-btn-theme.edc [new file with mode: 0644]
Project-Files/resources/edc/viewer/email-viewer-base-layout.edc [new file with mode: 0644]
Project-Files/resources/edc/viewer/email-viewer-common.edc [new file with mode: 0644]
Project-Files/resources/edc/viewer/email-viewer-popup.edc [new file with mode: 0644]
Project-Files/resources/edc/viewer/email-viewer-scroller.edc [new file with mode: 0644]
Project-Files/resources/edc/viewer/email-viewer-subject-layout.edc [new file with mode: 0644]
Project-Files/resources/edc/viewer/email-viewer.edc [new file with mode: 0644]
Project-Files/resources/edc_images/composer_icon/email_composer_icon_expand_close.png [new file with mode: 0644]
Project-Files/resources/edc_images/composer_icon/email_composer_icon_expand_open.png [new file with mode: 0644]
Project-Files/resources/edc_images/composer_icon/email_icon_attachment_02.png [new file with mode: 0644]
Project-Files/resources/edc_images/composer_icon/email_icon_contact.png [new file with mode: 0644]
Project-Files/resources/edc_images/composer_icon/email_icon_toolbar_select_color_diff.png [new file with mode: 0644]
Project-Files/resources/edc_images/composer_icon/email_icon_toolbar_select_color_white.png [new file with mode: 0644]
Project-Files/resources/edc_images/list_icon/core_button_icon_clear.png [new file with mode: 0644]
Project-Files/resources/edc_images/list_icon/core_icon_expand_close.png [new file with mode: 0644]
Project-Files/resources/edc_images/list_icon/core_icon_expand_open.png [new file with mode: 0644]
Project-Files/resources/edc_images/list_icon/email_floating_btn_ic.png [new file with mode: 0644]
Project-Files/resources/edc_images/list_icon/email_icon_reply.png [new file with mode: 0644]
Project-Files/resources/edc_images/list_icon/email_search_back_ic.png [new file with mode: 0644]
Project-Files/resources/edc_images/list_icon/index_icon_attachment.png [new file with mode: 0644]
Project-Files/resources/edc_images/list_icon/index_icon_favorite_off.png [new file with mode: 0644]
Project-Files/resources/edc_images/list_icon/index_icon_favorite_on.png [new file with mode: 0644]
Project-Files/resources/edc_images/list_icon/index_icon_priority.png [new file with mode: 0644]
Project-Files/resources/edc_images/myfiles_list_icon/my_files_thumbnail_video_play_ic.png [new file with mode: 0644]
Project-Files/resources/edc_images/rich_text_bar_icon/email_icon_toolbar_bold.png [new file with mode: 0644]
Project-Files/resources/edc_images/rich_text_bar_icon/email_icon_toolbar_color.png [new file with mode: 0644]
Project-Files/resources/edc_images/rich_text_bar_icon/email_icon_toolbar_font_background_color.png [new file with mode: 0644]
Project-Files/resources/edc_images/rich_text_bar_icon/email_icon_toolbar_italic.png [new file with mode: 0644]
Project-Files/resources/edc_images/rich_text_bar_icon/email_icon_toolbar_text.png [new file with mode: 0644]
Project-Files/resources/edc_images/rich_text_bar_icon/email_icon_toolbar_underline.png [new file with mode: 0644]
Project-Files/resources/edc_images/viewer_icon/core_scroll_bar_h.#.png [new file with mode: 0644]
Project-Files/resources/edc_images/viewer_icon/core_scroll_bar_h_ef.#.png [new file with mode: 0644]
Project-Files/resources/edc_images/viewer_icon/core_scroll_bar_v.#.png [new file with mode: 0644]
Project-Files/resources/edc_images/viewer_icon/core_scroll_bar_v_ef.#.png [new file with mode: 0644]
Project-Files/resources/edc_images/viewer_icon/email_icon_arrow_next.png [new file with mode: 0644]
Project-Files/resources/edc_images/viewer_icon/email_icon_cancel.png [new file with mode: 0644]
Project-Files/resources/edc_images/viewer_icon/email_icon_down.png [new file with mode: 0644]
Project-Files/resources/images/composer_icon/button_delete.png [new file with mode: 0644]
Project-Files/resources/images/composer_icon/core_check_bg.png [new file with mode: 0644]
Project-Files/resources/images/composer_icon/core_check_bg_stroke.png [new file with mode: 0644]
Project-Files/resources/images/composer_icon/core_check_icon.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_amr.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_date.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_eml.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_etc.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_html.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_hwp.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_img.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_movie.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_music.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_pdf.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_ppt.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_rss.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_snb.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_story.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_svg.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_swf.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_tpk.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_txt.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_unknown.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_vcf.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_word.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_xls.png [new file with mode: 0644]
Project-Files/resources/images/file_type_icon/email_icon_zip.png [new file with mode: 0644]
Project-Files/resources/images/list_icon/index_icon_forward.png [new file with mode: 0644]
Project-Files/resources/images/list_icon/index_icon_reply.png [new file with mode: 0644]
Project-Files/resources/misc/_email_default.html [new file with mode: 0644]
Project-Files/resources/misc/_email_template.html [new file with mode: 0644]
Project-Files/resources/misc/_email_template_text.html [new file with mode: 0644]
Project-Files/resources/misc/default.css [new file with mode: 0644]
Project-Files/resources/misc/email-composer.css [new file with mode: 0644]
Project-Files/resources/misc/email-composer.js [new file with mode: 0644]
Project-Files/resources/misc/provider_list_default.xml [new file with mode: 0644]
Project-Files/resources/po/ar.po [new file with mode: 0644]
Project-Files/resources/po/az.po [new file with mode: 0644]
Project-Files/resources/po/bg.po [new file with mode: 0644]
Project-Files/resources/po/ca.po [new file with mode: 0644]
Project-Files/resources/po/cs.po [new file with mode: 0644]
Project-Files/resources/po/da.po [new file with mode: 0644]
Project-Files/resources/po/de.po [new file with mode: 0644]
Project-Files/resources/po/el_GR.po [new file with mode: 0644]
Project-Files/resources/po/en.po [new file with mode: 0644]
Project-Files/resources/po/en_PH.po [new file with mode: 0644]
Project-Files/resources/po/en_US.po [new file with mode: 0644]
Project-Files/resources/po/es_ES.po [new file with mode: 0644]
Project-Files/resources/po/es_US.po [new file with mode: 0644]
Project-Files/resources/po/et.po [new file with mode: 0644]
Project-Files/resources/po/eu.po [new file with mode: 0644]
Project-Files/resources/po/fi.po [new file with mode: 0644]
Project-Files/resources/po/fr.po [new file with mode: 0644]
Project-Files/resources/po/fr_CA.po [new file with mode: 0644]
Project-Files/resources/po/ga.po [new file with mode: 0644]
Project-Files/resources/po/gl.po [new file with mode: 0644]
Project-Files/resources/po/hi.po [new file with mode: 0644]
Project-Files/resources/po/hr.po [new file with mode: 0644]
Project-Files/resources/po/hu.po [new file with mode: 0644]
Project-Files/resources/po/hy.po [new file with mode: 0644]
Project-Files/resources/po/is.po [new file with mode: 0644]
Project-Files/resources/po/it_IT.po [new file with mode: 0644]
Project-Files/resources/po/ja_JP.po [new file with mode: 0644]
Project-Files/resources/po/ka.po [new file with mode: 0644]
Project-Files/resources/po/kk.po [new file with mode: 0644]
Project-Files/resources/po/ko_KR.po [new file with mode: 0644]
Project-Files/resources/po/lt.po [new file with mode: 0644]
Project-Files/resources/po/lv.po [new file with mode: 0644]
Project-Files/resources/po/mk.po [new file with mode: 0644]
Project-Files/resources/po/nb.po [new file with mode: 0644]
Project-Files/resources/po/nl.po [new file with mode: 0644]
Project-Files/resources/po/pl.po [new file with mode: 0644]
Project-Files/resources/po/pt_BR.po [new file with mode: 0644]
Project-Files/resources/po/pt_PT.po [new file with mode: 0644]
Project-Files/resources/po/ro.po [new file with mode: 0644]
Project-Files/resources/po/ru_RU.po [new file with mode: 0644]
Project-Files/resources/po/sk.po [new file with mode: 0644]
Project-Files/resources/po/sl.po [new file with mode: 0644]
Project-Files/resources/po/sr.po [new file with mode: 0644]
Project-Files/resources/po/sv.po [new file with mode: 0644]
Project-Files/resources/po/tr_TR.po [new file with mode: 0644]
Project-Files/resources/po/uk.po [new file with mode: 0644]
Project-Files/resources/po/uz.po [new file with mode: 0644]
Project-Files/resources/po/zh_CN.po [new file with mode: 0644]
Project-Files/resources/po/zh_HK.po [new file with mode: 0644]
Project-Files/resources/po/zh_TW.po [new file with mode: 0644]
Tools/changeable_xml_generator_app.sh [new file with mode: 0644]
Tools/find_unused_images.sh [new file with mode: 0644]
Tools/find_unused_images2.sh [new file with mode: 0644]
Tools/find_unused_string.sh [new file with mode: 0644]
Tools/read_me.txt [new file with mode: 0644]
Tools/replace_po_quatation.pl [new file with mode: 0644]
org.tizen.email.efl [new file with mode: 0644]
org.tizen.email.manifest [new file with mode: 0644]
org.tizen.email.png [new file with mode: 0644]
org.tizen.email.xml [new file with mode: 0644]
packaging/org.tizen.email.spec [new file with mode: 0644]