ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV Mobile concepts / Part 7 - Communication
  • Remark
  • Principle
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
2. Managing emails (POP3/IMAP/SMTP)
Previous pageTable of contentsNext page
POP3/IMAP and SMTP are email management protocols recognized by all service providers. These protocols allow you to communicate with the email server available at your ISP.

Remark

  • POP3 and IMAP are used to receive emails.
  • SMTP is used to send emails.

Principle

  1. Start an email session with EmailStartSession.
  2. Send and read the messages.
  3. Close the email session with EmailCloseSession.
Previous pageTable of contentsNext page
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/19/2024

Send a report | Local help