Unit FGlobal

Classes

Functions

ExtractAddress -
LoadIniFile -
SaveIniFile - create base mailboxes

Types

TIniInfo
TIniOptions

Constants

IN_MAILBOX
OUT_MAILBOX
PENDING_MAILBOX
TRASH_MAILBOX

Variables

AppDirectory
IniInfo
IniOptions
MailboxList


Functions


procedure ExtractAddress(line: string;var Address,Name: string);


procedure LoadIniFile;


procedure SaveIniFile;

create base mailboxes

Types


TIniInfo = record
UserName : string;
UserID : string;
Password : string;
SMTPServer : string;
POPServer : string;
SMTPPort : integer;
POPPort : integer;
LastMailBox : integer;
LastAttachment : integer;
end;
Renamed from Global.pas 6/14/1998 Paul Rice to avoid conflicts with others' work.
TIniOptions = record
AutoAddAddress : Boolean;
FullHeaders : Boolean;
SaveSent : Boolean;
UseSignature : Boolean;
AutoCheckMail : Boolean;
AutoCheckStart : Boolean;
AutoCheckMinutes : Integer;
Browser : string;
end;

Constants

IN_MAILBOX = 1

OUT_MAILBOX = 2

PENDING_MAILBOX = 4

TRASH_MAILBOX = 3


Variables

AppDirectory : string

IniInfo : TIniInfo

IniOptions : TIniOptions

MailboxList : TStrings