Application for Zimbra Email Service
An open source Android client for Zimbra Webmail.
DAWebmail is an application developed for Zimbra Webmail users. This is the first exclusive Zimbra Webmail client for Android - Zimbra doesn’t have an application of its own.
DAWebmail is currently being tested and used extensively in DA-IICT. The application has 1000 active users within the university. The application can be used by any organization that uses Zimbra as their email service, by changing a minimal number of Strings and URLs in the app configuration files.
feature-request
.git checkout -b feature-'name-of-feature'
) before making any changes, and send PRs for your non-master branch. Feel free to write to me before sending a pull-request. :)OkHTTP
The network requests used are a mixture of both Zimbra’s REST and Soap APIs. This shall later be converted entirely to SOAP based architecture as webmail has complete support for SOAP API.
SugarORM Webmails are stored locally and can be viewed when offline.
MaterialDrawer - Mike Penz AccountHeaders are used to switch between multiple accounts.
DAWebmail can be used by any organization that uses Zimbra Webmail as their email service.
The following are the changes to be made to res/values/strings.xml
webmail_domain
- The domain that follows post your Zimbra webmail ID (eg., 201301431@daiict.ac.in)webmail_domain_url
- The domain of your Webmail service (eg., https://webmail.daiict.ac.in/)And that’s it :) DAWebmail is ready to run in your university/organization. Please write to me to get your university listed here.
Rishabh Bhardwaj