ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV concepts / Part 6 - Communication
  • POP3 or IMAP and SMTP
  • "Simple Mail API (also called SMAPI or Simple MAPI)"
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
1. Managing emails
Previous pageTable of contentsNext page
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)".
POP3 or IMAP and SMTP
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.
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 10/27/2022

Send a report | Local help