Web Development
eudora.txt
Associated article: Eudora Mailbox Classes
Tags: Web Development
Published source code accompanying the article by Gary Krone in which he examines the Eudora file format and presents a class library for organizing e-mail. Also see EUDORA.ZIP.
Eudora Mailbox Classes
by Gary Krone
Listing One
// Raw TOC file header
typedef struct TOCHeaderStruct
{
char Version[8];
char Title[32];
short Type;
short Unknown;
short Mbxclass;
short x;
short y;
short w;
short h;
short SCol;
short PCol;
short ACol;
short ...


