NO ePATENTS
Home Moduli Download Documentazione Comunità Autori
English Italiano Español Français
RSS

owa.lua (UNOFFICIAL)

Nome:
Outlook Web Access (OWA)
Versione:
0.03
Richiede la versione:
0.2.9
Distribuito sotto licenza:
GNU/GPL
Scaricabile da
link per scaricare il plugin
Homepage del plugin
http://owapops.wordpress.com/
Autore:
Ilias Bravos <ilias (.) bravos (at) gmail (.) com>
Dominio supportato:
@owa
Descrizione:
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.
Parametri supportati:
Nome:
loginurl
Descrizione:
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
Nome:
folder
Descrizione:
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