|
|
@ -1,12 +1,13 @@ |
|
|
|
;Version: 1.1.0.0 |
|
|
|
;Version: 1.1.3.0 |
|
|
|
|
|
|
|
EnableExplicit |
|
|
|
|
|
|
|
Global PBEx_Mail |
|
|
|
|
|
|
|
#PBEx_Mail_Version$ = "1.1.0.0" |
|
|
|
#PBEx_Mail_Version$ = "1.1.3.0" |
|
|
|
#PBEx_Mail_Protocol_IMAP = 0 |
|
|
|
#PBEx_Mail_Protocol_POP3 = 1 |
|
|
|
#PBEx_Mail_Protocol_SMTP = 2 |
|
|
|
#PBEx_Mail_Priority_Normal = 0 |
|
|
|
#PBEx_Mail_Priority_Low = 1 |
|
|
|
#PBEx_Mail_Priority_High = 2 |
|
|
@ -116,7 +117,7 @@ If PBEx_Mail |
|
|
|
Global CountMailEx.CountMailEx = GetFunction(PBEx_Mail, "CountMailEx") |
|
|
|
Prototype CountMailDirectoryEx(ID, ErrorOutput) |
|
|
|
Global CountMailDirectoryEx.CountMailDirectoryEx = GetFunction(PBEx_Mail, "CountMailDirectoryEx") |
|
|
|
Prototype SendMailEx(ID, MailServer.p-Unicode, Port, UserName.p-Unicode, Password.p-Unicode, SSL, Subject.p-Unicode, Body.p-Unicode, Priority, From.p-Unicode, ToAddress.p-Unicode, CC.p-Unicode, BCC.p-Unicode, Attachments.p-Unicode, ErrorOutput) |
|
|
|
Prototype SendMailEx(ID, Subject.p-Unicode, Body.p-Unicode, Priority, From.p-Unicode, ToAddress.p-Unicode, CC.p-Unicode, BCC.p-Unicode, Attachments.p-Unicode, ErrorOutput) |
|
|
|
Global SendMailEx.SendMailEx = GetFunction(PBEx_Mail, "SendMailEx") |
|
|
|
Prototype SaveMailEx(ID, MailID, Directory.p-Unicode, Path.p-Unicode, ErrorOutput) |
|
|
|
Global SaveMailEx.SaveMailEx = GetFunction(PBEx_Mail, "SaveMailEx") |
|
|
@ -126,7 +127,7 @@ If PBEx_Mail |
|
|
|
Global MailEntryHeaderEx.MailEntryHeaderEx = GetFunction(PBEx_Mail, "MailEntryHeaderEx") |
|
|
|
Prototype LoadMailEx(ID, Path.p-Unicode, Directory.p-Unicode, ErrorOutput) |
|
|
|
Global LoadMailEx.LoadMailEx = GetFunction(PBEx_Mail, "LoadMailEx") |
|
|
|
Prototype SendMailFileEx(ID, MailServer.p-Unicode, Port, UserName.p-Unicode, Password.p-Unicode, SSL, Path.p-Unicode, ErrorOutput) |
|
|
|
Prototype SendMailFileEx(ID, Path.p-Unicode, ErrorOutput) |
|
|
|
Global SendMailFileEx.SendMailFileEx = GetFunction(PBEx_Mail, "SendMailFileEx") |
|
|
|
Prototype CountMailAttachmentsEx(ID, ErrorOutput) |
|
|
|
Global CountMailAttachmentsEx.CountMailAttachmentsEx = GetFunction(PBEx_Mail, "CountMailAttachmentsEx") |
|
|
@ -229,7 +230,8 @@ EndIf |
|
|
|
CloseLibrary(PBEx_Mail) |
|
|
|
|
|
|
|
; IDE Options = PureBasic 5.71 beta 1 LTS (Windows - x64) |
|
|
|
; CursorPosition = 6 |
|
|
|
; CursorPosition = 153 |
|
|
|
; FirstLine = 120 |
|
|
|
; Folding = - |
|
|
|
; EnableXP |
|
|
|
; EnableUser |
|
|
|