Receive EMAIL?

Just starting out? Need help? Post your questions and find answers here.
arma
User
User
Posts: 57
Joined: Sun Jul 24, 2016 11:54 pm

Receive EMAIL?

Post by arma »

Hello everybody,

Is there any cross platform for receive email? Any sample code? Or just for linux?

Thanks for your Help!
zefiro_flashparty
User
User
Posts: 74
Joined: Fri Mar 04, 2005 7:46 pm
Location: argentina

Re: Receive EMAIL?

Post by zefiro_flashparty »

i see in google, some libs from pop3 smpt, but never use. not sure if work of not
Amd Vishera fx8350 ,16Gbram, Gtx650 ti, 2gb,Win 10pro. 13tbs. 8)
User avatar
tj1010
Enthusiast
Enthusiast
Posts: 623
Joined: Mon Feb 25, 2013 5:51 pm
Location: US or Estonia
Contact:

Re: Receive EMAIL?

Post by tj1010 »

SMTP is send and POP3 is store and receive, basically. You basically need POP3 or IMAP in a module, or to interface with a good server like Squirrel Mail. I'm not surprised server-side isn't in PB it's not a common demand outside of internet marketing uses. I'd probably go with Squirrel Mail and making a UI or automation for it.

You also need a domain name or static IP..
The truth hurts.
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: Receive EMAIL?

Post by Dude »

PureBasic has an SMTP library for sending mail; now it just needs an official POP3 library for receiving it.
User avatar
tj1010
Enthusiast
Enthusiast
Posts: 623
Joined: Mon Feb 25, 2013 5:51 pm
Location: US or Estonia
Contact:

Re: Receive EMAIL?

Post by tj1010 »

Dude wrote:PureBasic has an SMTP library for sending mail; now it just needs an official POP3 library for receiving it.
Even it needs a mail-server with a domain name or static IP to dispatch through.

A bot for Squirrel Mail could do everything locally.
The truth hurts.
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Receive EMAIL?

Post by mk-soft »

My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply