Pegasus Mail
Dan Tobias (Talk | contribs) (→Other links and references) |
Dan Tobias (Talk | contribs) |
||
(4 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | :''This article is about the e-mail software; for the unrelated spyware, see [[Pegasus]].'' | ||
{{FormatInfo | {{FormatInfo | ||
|subcat=E-Mail, newsgroups, and forums | |subcat=E-Mail, newsgroups, and forums | ||
− | |extensions={{ext|pm}}, {{ext|pm$}}, {{ext|pm!}}, {{ext|pmc}}, {{ext|pmd}}, {{ext|pmi}}, {{ext|pmm}}, {{ext|pmn}}, {{ext|pmq}}, {{ext|pmr}}, {{ext|pms}}, {{ext|pmx}}, {{ext|pnd}}, {{ext|pnc}}, {{ext|pnl}}, others | + | |extensions={{ext|pm}}, {{ext|pm$}}, {{ext|pm!}}, {{ext|pmc}}, {{ext|pmd}}, {{ext|pmi}}, {{ext|pmm}}, {{ext|pmn}}, {{ext|pmq}}, {{ext|pmr}}, {{ext|pms}}, {{ext|pmx}}, {{ext|pnd}}, {{ext|pnc}}, {{ext|pnl}}, {{ext|top}}, others |
+ | |wikidata={{wikidata|Q1639942}} | ||
|released=1990 | |released=1990 | ||
}} | }} | ||
Line 11: | Line 13: | ||
The [[Mercury]] mail server was created by the same author/publisher. | The [[Mercury]] mail server was created by the same author/publisher. | ||
+ | |||
+ | == .pmr (Address Book) structure == | ||
+ | |||
+ | TAdrBookHeader = packed record (* first record *) | ||
+ | Title: array[0..39] of char; | ||
+ | fill1: array[0..23] of char; | ||
+ | Left, | ||
+ | Top, | ||
+ | Right, | ||
+ | Bottom: word; | ||
+ | fill2: array[0..55] of char; | ||
+ | |||
+ | TFullAddress = packed record (* second and subsequent records *) | ||
+ | fill0: word; | ||
+ | Alias: array[0..39] of char; (* common name *) | ||
+ | Company: array[0..39] of char; | ||
+ | Key: array[0..11] of char; | ||
+ | Street: array[0..59] of char; | ||
+ | Post: array[0..56] of char; | ||
+ | fill1: array[0..2] of char; | ||
+ | Phone: array[0..23] of char; | ||
+ | Fax: array[0..23] of char; | ||
+ | Notes: array[0..79] of char; | ||
+ | Address: array[0..99] of char; (* email address *) | ||
+ | fill2: longint; | ||
+ | Picture: array[0..8] of char; (* aaaaaaaa *) | ||
+ | fill3: array[0..2] of char; | ||
+ | end; | ||
+ | |||
+ | == .top files == | ||
+ | |||
+ | According to some discussion on the Pegasus Mail mailing list, files with a .top extension sometimes get generated during the process of handling mail filtering rules, but are temporary files not intended to stick around; they can be safely deleted if they do accidentally persist. No further information on their format has been mentioned. | ||
== File format info == | == File format info == | ||
Line 26: | Line 60: | ||
* [http://community.pmail.com/forums/thread/40613.aspx Discussion of address-book importing] | * [http://community.pmail.com/forums/thread/40613.aspx Discussion of address-book importing] | ||
* [http://community.pmail.com/files/folders/whitepapers/entry41852.aspx Guide to copying mailboxes between systems] | * [http://community.pmail.com/files/folders/whitepapers/entry41852.aspx Guide to copying mailboxes between systems] | ||
+ | |||
+ | [[Category:File formats with too many extensions]] |
Latest revision as of 19:28, 20 January 2024
- This article is about the e-mail software; for the unrelated spyware, see Pegasus.
Pegasus Mail is a mail program for PC/MS-DOS and Windows. It has been around since the early 1990s, and is still being developed. It is distributed free, but is not open-source. It is owned by its developer, David Harris, with no affiliation to any corporation or organization. A wide range of files are used for storing messages, message folders, configuration settings, address books, and other things. The files will usually be found beneath a root-level directory named PMAIL. One feature of Pegasus Mail is its ability to run on any compatible system without needing to install anything into its operating system or hard disk, so the program and data for Pegasus can be stored on a thumb drive or other movable unit and run on different PCs.
A program called "Rescom" is used to compile resource files for Pegasus; advanced users might need to use it to do things like set up embedded quote files.
Queued outgoing messages are stored in .pmx
files which are in the Internet e-mail message format with a few extra Pegasus-specific headers.
The Mercury mail server was created by the same author/publisher.
Contents |
[edit] .pmr (Address Book) structure
TAdrBookHeader = packed record (* first record *) Title: array[0..39] of char; fill1: array[0..23] of char; Left, Top, Right, Bottom: word; fill2: array[0..55] of char;
TFullAddress = packed record (* second and subsequent records *) fill0: word; Alias: array[0..39] of char; (* common name *) Company: array[0..39] of char; Key: array[0..11] of char; Street: array[0..59] of char; Post: array[0..56] of char; fill1: array[0..2] of char; Phone: array[0..23] of char; Fax: array[0..23] of char; Notes: array[0..79] of char; Address: array[0..99] of char; (* email address *) fill2: longint; Picture: array[0..8] of char; (* aaaaaaaa *) fill3: array[0..2] of char; end;
[edit] .top files
According to some discussion on the Pegasus Mail mailing list, files with a .top extension sometimes get generated during the process of handling mail filtering rules, but are temporary files not intended to stick around; they can be safely deleted if they do accidentally persist. No further information on their format has been mentioned.
[edit] File format info
[edit] Tools and utilities
- Mail::Pegasus module for Perl (reads Pegasus Mail files)
- Tools for maintaining Pegasus Mail files
- PMVCARD: import vCard data into PM address book
[edit] Other links and references
- File Formats
- Electronic File Formats
- E-Mail, newsgroups, and forums
- File formats with extension .pm
- File formats with extension .pm$
- File formats with extension .pm!
- File formats with extension .pmc
- File formats with extension .pmd
- File formats with extension .pmi
- File formats with extension .pmm
- File formats with extension .pmn
- File formats with extension .pmq
- File formats with extension .pmr
- File formats with extension .pms
- File formats with extension .pmx
- File formats with extension .pnd
- File formats with extension .pnc
- File formats with extension .pnl
- File formats with extension .top
- File formats with too many extensions