Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP gateway allowing users to use any mail/calendar client with Exchange, even from the internet through Outlook Web Access on any platform, tested on MacOSX, Linux and Windows

4.44444
   
  0 reviews  |  16 users  |  37,364 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

OWA POP3 Bridge for Apple Mail prefarence pane

0
 
  0 reviews  |  0 users  |  1,569 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

iPhOwa is a ASP.Net web application which interacts with Microsoft Outlook Web Access (OWA) via its WebDAV APIs and produces an iPhone & G1 friendly interface. This project came out of the need for an easy way to get corporate Exchange email to the iPhone when IMAP is not an option.

0
 
  0 reviews  |  0 users  |  4,802 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

This application uses web scraping and parsing techniques to login to Outlook Web Access 2007 over HTTP/HTTPS, grab all unread messages and forward them trough an SMTP server. Useful if your Exchange hosting only allows Web Access and has disabled the "Forward All" rule.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Thoth Gateway: PL/SQL Gateway Module for Microsoft IIS By Morten Braten What is the Thoth Gateway? In ancient Egyptian mythology, Thoth was an ibis-headed god who mediated between good and evil, making sure neither had a decisive victory over the other. He also served as scribe of ... [More] the gods, credited with the invention of writing and alphabets. He is associated with the Eye of Horus because he restored it after a battle between Set and Horus in which the latter god's eye was torn out. The Thoth Gateway is a bridge between an Oracle database and a Microsoft web server. It is an open-source alternative to mod_plsql and the Embedded PL/SQL Gateway, allowing you to develop PL/SQL web applications using the PL/SQL Web Toolkit (OWA) and Oracle Application Express (Apex), and serve the content using Microsoft's Internet Information Server (IIS). Why use the Thoth Gateway? What's wrong with mod_plsql? Nothing is wrong with mod_plsql. That module is professional-quality, well-tested, and officially supported. However, it requires the Apache webserver. That can be a good thing or a bad thing, depending on who you ask. The Thoth Gateway was built as an alternative for those who prefer or require the use of Microsoft's IIS. And being open source, the Thoth Gateway can easily be modified or extended, for whatever reason. Core features Thoth implements the core features of mod_plsql and the Embedded PL/SQL Gateway. Most importantly, it allows you to run Oracle Application Express (Apex) applications. Web page content generation (HTML, XML, etc.) via the PL/SQL Web Toolkit (OWA) File uploads and downloads Forward CGI variables to OWA environment Process HTTP headers including cookies and redirects Basic authentication Request validation procedure Path alias procedure Flexible parameter passing Caching of procedure metadata to avoid the describe overhead on subsequent requests Debug-style error page and logs Database connection pooling Features in Thoth that are not in mod_plsql Integrated Windows authentication (if the virtual directory that contains the Thoth Gateway is set up with integrated Windows authentication, you can get the username of the authenticated user via owa_util.get_cgi_env('LOGON_USER')) CLOB support (parameter values greater than 32k will automatically be converted to CLOB parameters) Inclusion list for procedures (which means you can whitelist procedures instead of blacklisting them, for increased security) No limit on the number of parameters (mod_plsql has a limit of 2000 parameters or name/value pairs per procedure) Optionally, querystring and form parameters can be passed along with the URL to the PlsqlPathAliasProcedure (which, among other things, means that you can implement complete RESTful web services with PL/SQL; the standard behaviour of mod_plsql is to discard the posted form parameters and just pass along the URL) Set maximum individual file size for uploads Publish PL/SQL as SOAP Web Services XDB integration Features in mod_plsql that are not in Thoth (yet) Custom authentication methods, based on the OWA_SEC package and custom packages. Note that the Thoth Gateway does support basic authentication, but does not implement the OWA-specific authorization procedures. Most applications, including Apex, use cookie-based authentication anyway. File system caching of PL/SQL-generated web pages, based on the OWA_CACHE package. Note that the Embedded PL/SQL Gateway (DBMS_EPG) does not support caching, either. However, you can place static files such as images, stylesheets and Javascript in the file system separate virtual directory in IIS, and you can employ the built-in functionality in Apex to cache pages and page regions. HTML image maps, as represented by the OWA.IMAGE datatype. Who uses client-side image maps these days, anyway? I have not seen this technique used on a web page since the glory days of Netscape Navigator back in 1998...?!? Override CGI environment variables in DAD configuration file. Note that the Thoth Gateway passes all CGI variables from the web server to OWA; by default mod_plsql passes just a subset and you have to add additional parameters in the DAD config file. Getting started Download the package and refer to the Installation Guide for details on how to set up the Thoth Gateway. Technical details The Thoth Gateway is implemented as an ASP.NET HttpModule written in C# using the .NET Framework The Oracle Data Provider for .NET (ODP.NET) is used to communicate with the database Logging and instrumentation is done using log4net Configuration of Database Access Descriptors (DADs) is stored in the web.config file Contributions If you have .NET or Oracle skills (especially in the areas of performance optimization and security) and would like to contribute to or improve the source code of the Thoth Gateway, please contact me. Acknowledgements Several other gateway implementations exist, including mod_owa (which is an Apache module written by Doug McMahon) and DBPrism (which is a Java servlet written by Marcelo Ochoa). The source code and documentation for these other (open-source) implementations have been of invaluable help during the development of the Thoth gateway. The documentation for Tom Kyte's older OWA Replacement Cartridge and the official documentation for mod_plsql itself have also been useful. I'd also like to give a shout-out to the community at StackOverflow. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 11 days ago
 
 

This package performs one-way synchronisation of data from a Microsoft Exchange Outlook Web Access server. The package copies all data from Notes, Contacts, Calendar and Mail folders on an OWA server. It converts the notes to vNote 1.1 files, converts the contacts to vCard 2.1 files, converts the ... [More] appointments to vCalendar 2.0 files and stores the mail in an IMAP server. The files are compatible with KDE and with Opensync. The project is written in TCL and includes a Tcl package for access to Microsoft Exchange Outlook Web Access servers. The utility is distributed using tclkit. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Idea is to build an OWA alternative. Desktop client will access exchange server through http, same OWA works in browser. However it will provide additional support as - archieving into pst (or pst like file) - read from those archieve - Integrate with "send to" feature As of now targeted for Windows XP only.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 12 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.