view MailOpener.toc @ 5:1ba07a64bf14

Added a ?FailSafe? module which will safe you from mail failing to open. The opening of a single mail may get stuck when other things occur such as mail being send at the exact same time. This module will continue with the next mail after a set timeout (default set to 20 seconds).
author Zerotorescue
date Tue, 07 Sep 2010 20:57:49 +0200
parents 823e33465b6e
children f10c8a083d2a
line wrap: on
line source
## Interface: 30300
## Title: Mail Opener
## Notes: This addon will automatically retrieve all your mail from the mailbox.
## Author: Zerotorescue
## Version: 1.0-ALPHA5
## SavedVariables: MailOpenerDB
## LoadManagers: AddonLoader
## X-LoadOn-Slash: /mo, /mailopen, /mailopener
## X-LoadOn-Mailbox: true
## X-LoadOn-InterfaceOptions: Mail Opener

embeds.xml

Core.lua

Modules\Collected.lua
Modules\Config.lua
Modules\FailSafe.lua
Modules\OpenAll.lua