Product Description
iPOP – Email Protocol – Easy way to retrieve email (GMAIL,POP3, etc)
This library was made based on POP Protocol
Installation instructions:
– Copy the *.a and *.h files into the folder “Libs” in your MAC or in your MAC HOSTED by AnywhereSoftware, normally in “B4i-MacServer\Libs” folder
-Copy the iPOP.xml to your custom libraries folder in B4i
– Select in your REFERENCED LIBRARIES
Events:
- DownloadCompleted (Messages as List )
- onInitialized ( )
Methods:
- DeleteAllMessages
Delete all messages from server - DeleteMessagesByUidl: (uidl As String)
Delete message from your UIDL from server - DownloadInfoMailBox As String
Download Mailbox Information - DownloadMessageByUidl: (uidl As String) As Int
Download message from your UIDL from server - DownloadMessages As Int
Download all messages from server - Initialize (EventName As String)
Initializes the object.
Properties:
- Author As String [read only]
Author of this Library - ConnectionTypeClear As BOOLEAN
Enable/Disable SSL Mode - DebugMode As BOOLEAN
Enable/Disable Debug mode from Library - OnlyHeaders As BOOLEAN
Download OnlyHeaders or Full Email - POPPassword As String
POP Server Password - POPPort As Int
POP Server Port - POPServer As String
POP Server Hostname - POPUsername As String
POP Server Username - Version As String [read only]
Library Version