An open API service indexing awesome lists of open source software.

https://github.com/superkkt/omega

Omega is an advanced email service that implements Microsoft Exchange ActiveSync (EAS).
https://github.com/superkkt/omega

activesync eas email exchange golang microsoft

Last synced: 5 months ago
JSON representation

Omega is an advanced email service that implements Microsoft Exchange ActiveSync (EAS).

Awesome Lists containing this project

README

          

# Omega
Omega is an advanced email service that supports Microsoft Exchange ActiveSync (EAS).

# Dependencies
Omega needs the libwbxml library that is customized for Omega. Install it from vendor/github.com/libwbxml/libwbxml directory. Please see INSTALL file in that directory.

# License
Copyright (C) 2016, 2017 Kitae Kim

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.