|
Click here for Screenshot If your mail system uses a directory system for mailboxes, has restrictions on mailbox sizes and you want to warn Windows users when these boxes are getting full, include MAILWARN.EXE in their login script It will tell them their limit and how big their mail directory is when it reaches defineable "trigger size". Available in Spanish (translation by Freddy Kugelmass) and German (translation by Stephan Reichenbach) Click here to download MailWarn Spanish Version Click here to download MailWarn German Version (Current version 30 Jul 2001 - 11Kb). |
|
(Current version July 2001 - 8Kb). |
|
This utility will provide a plain text list of the entries in a mailing list with the corresponding addresses from the address books. Ver 1.1 also has an option to strip names from lists which contain names as well as addresses and can also sort the list. (Current version 1.1 30 August 2001 - 16Kb). |
|
Click here for Screenshot If you want to prevent users from viewing/executing vbs,exe etc files, use Attchwrn. Set the executable as the default for dangerous filetypes in Viewer.PM. When they select "View" on an attachment, they will just receive your message telling them that they can't and advising what to do with the attachment. (Current version August 2000 - 7Kb). |
|
(Current version 1.2d - Jun 2005 - 19Kb). |
|
(Daymove) The programs searches all .PMX and .PMW files in the current directory for a line indicating that they should be send based on the current date. DaymoveS (S for Subject) looks for a "Subject:" line which ends with a string matching the current date in the form [yymmdd]. DaymoveX (X for X-Header) looks for a custom header line in the form X-Send-Date:yymmdd If the program finds a match it moves the file up one directory level. (ie By placing them in a 'Pending' directory below the normal outward mail directory, they will be placed back in the send queue.) Also included in the zip file is AddrMod - a utility to add/remove addresses from .PMX files (use to update pending pmx files when people subscribe/unsubscribe to a list for which you have already created pending messages) (Current version 1.0 May 2001 - 30Kb). |
|
(Current version 1.2 Jan 2001 - 18Kb). |
|
(Current version 2.1 Jan 2006 - 17Kb). |
|
A specialised utility. A DOS application which takes a LISTSERV log file (monthly or whatever) and splits it on message boudaries into a series of files called LOG00001.CNM etc. You can then put them into a Pegasus Mail "New Mail Folder" and manipulate the messages individually. (Current version 1.0 March 2001 - 23Kb). |
|
If you run MAPISend without any parameters, it will display a simple help screen. One use for MAPISend is to email MS Word documents easily (which you normally can't do unless you use MS Outlook.) To do this, just put put this Macro in your Normal.dot template file and create a menu item or toolbar button to invoke the macro: Public Sub send_document() Dim lngResult As Long If Documents.Count >= 1 Then   If ActiveDocument.Saved = False Then       ActiveDocument.Save   End If   lngResult = Shell("Mapisend /E /F " & ActiveDocument.Name) Else   MsgBox "No documents are open" End If End Sub (Current version June 2001 - 11Kb). |
|
(AddToWhite) To use with Pegasus Mail v4.x: Create a new Copy to Self Filter rule set to Always Trigger' with an action of 'Run a Program'. Set the rule parameters to the program followed by the path to your mail directory. If you username is Admin,it would be something like: 'C:\Pmail\AddToWhite.exe C:\Pmail\Mail\Admin' When you send a message, the program will check all To:,Cc: and Bcc: addresses in the message against the current WHITE.PML. If they are not already there, they will be added. Addresses are reduced to the actual name@domain part and converted to all lower case for the Whitelist to reduce the number of duplicate entries (same address, but different Display Name details) If an addressee is a Pegasus Mail AddressBook alias, not an actual email address, it is ignored, and the alias will not be added to the list. It is up to the user to make sure that address book recipients are whitelisted. (Current version 1.4 Jan 2005 - 14Kb). |
|
(MsgAlert) To use with Pegasus Mail v4.x: Create a New Mail Filter rule set to identify messages you wish to be notified of with an action of 'Run a Program'. Set the rule parameters to the program path and name. When a matching message is received, the program will display a standard Windows dialog box showing the From: and Subject: headers of the message (Current version 1.0 April 2006 - 7Kb). |
|
(PMRestArch) Pegasus Mail cannot display two mail folders with the same internal ID even if they are in separate mailboxes. Mail folders also have to be Read-Write. This causes problems when trying to view mail folders which have been archived by copying them to backup media. This utility: 1. Copies all .PMM and .PMI files in the source directory to the destination directory and renames them as BAKxxxxx.PMM and BAKxxxx.PMI. 2. Ensures that the resulting file is Read/Write. 3. Creates a different internal unique ID for the file. Once you have run this program to restore archived folders to a directory you can attach that directory using the Pegasus Mail 'Add mailbox to list' option and access the archived folders in this new mailbox Now available in French - translation by Philippe Chartier Click here to download PMRestArch French Version (Current version 1.2 Jul 2006 - 11Kb). |