|
|
|
|
|
- POP3 or IMAP and SMTP
- "Simple Mail API (also called SMAPI or Simple MAPI)"
WINDEV includes multiple methods to manage emails: - POP3 or IMAP and SMTP (most common method).
- the "Simple Mail API (also called SMAPI or Simple MAPI)".
These are the standard Internet protocols used to manage emails. They are standardized by the RFC 1939, 3501 and 5321 documents. These protocols allow you to directly communicate with the server, available at your ISP. - POP3 (Post Office Protocol) is a protocol for reading emails.
- IMAP (Internet Message Access Protocol) is a protocol for reading emails remotely.
- SMTP (Simple Mail Transfer Protocol) is a protocol for sending emails.
"Simple Mail API (also called SMAPI or Simple MAPI)" This email management mode is used by most Microsoft applications, especially MS Exchange.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|