NO ePATENTS
Page d'accueil Modules Téléchargements Documentation Communauté Auteurs
English Italiano Español Français
RSS

owa.lua (UNOFFICIAL)

Nom:
Outlook Web Access (OWA)
Version:
0.03
Requiers la version:
0.2.9
Distribution sous license:
GNU/GPL
Téléchargement de
lien pour télécharger le plugin
Homepage du plugin
http://owapops.wordpress.com/
Auteur:
Ilias Bravos <ilias (.) bravos (at) gmail (.) com>
Domaine supporté:
@owa
Description:
This plugin adds support for OWA based webmails. It is in beta state, especially for sites that use basic authentication (sites where a window pops up for you to fill your credentials) like mail2web.
Put the plugin in LUA_UNOFFICIAL folder.
To use this plugin you have to use something like
george@owa?loginurl=http://georgesowa.com/login.html
as your username and your real password as password. If your username has special characters like @ you have to unescape them. Substitute @ with %40. For example to login to my owa account at mail2web I use myusername%40mail2web.com@owa?loginurl=http://eng-basic-exchange.mail2web.com/exchange as the username.
Adding the "folder" parameter at the end of the username gives the ability to download email from different folders. Check "Parameters" for more details about the available parameters.
Paramètres supportés:
Nom:
loginurl
Description:
This is where you inform the plugin on the website it will operate on.
Go to your browser and copy (maybe from a bookmark) your login address exactly as it appears on browser's address bar, complete with http:// and / at the end of the address, if there is one.
Here is an example of user george that wants to read his email from his OWA site at http://georgesowa.com/login.html
george@owa?loginurl=http://georgesowa.com/login.html
Nom:
folder
Description:
Used for selecting the folder to operate on (inbox is the default one).
The supported folders are: inbox, sent, junk, deleted, outbox, drafts.
Here is an example of a username to get the email from the ‘Sent Items’ folder:
george@owa?loginurl=http://georgesowa.com/login.html&folder=sent