Unit FGlobal |
Classes |
Functions |
ExtractAddress -
LoadIniFile -
SaveIniFile - create base mailboxes
Types |
Constants |
IN_MAILBOX
OUT_MAILBOX
PENDING_MAILBOX
TRASH_MAILBOX
Variables |
AppDirectory
IniInfo
IniOptions
MailboxList
Functions |
Types |
TIniInfo = recordRenamed from Global.pas 6/14/1998 Paul Rice to avoid conflicts with others' work.
UserName : string;
UserID : string;
Password : string;
SMTPServer : string;
POPServer : string;
SMTPPort : integer;
POPPort : integer;
LastMailBox : integer;
LastAttachment : integer;
end;
TIniOptions = record
AutoAddAddress : Boolean;
FullHeaders : Boolean;
SaveSent : Boolean;
UseSignature : Boolean;
AutoCheckMail : Boolean;
AutoCheckStart : Boolean;
AutoCheckMinutes : Integer;
Browser : string;
end;
Constants |
Variables |