mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
13 lines
156 B
Text
13 lines
156 B
Text
description "Examples of using Core/POP3 package to download gmail emails\377";
|
|
|
|
uses
|
|
Core,
|
|
Core/POP3,
|
|
Core/SSL;
|
|
|
|
file
|
|
Pop3.cpp;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|