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).
- Host: GitHub
- URL: https://github.com/superkkt/omega
- Owner: superkkt
- License: gpl-3.0
- Created: 2017-02-13T07:53:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T01:33:32.000Z (about 8 years ago)
- Last Synced: 2024-06-20T11:15:19.594Z (almost 2 years ago)
- Topics: activesync, eas, email, exchange, golang, microsoft
- Language: Go
- Homepage:
- Size: 1.83 MB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.