B4A Library New Net library - Android FTP, SMTP and POP3 - Erel    Feb 14, 2021   (21 reactions) The Net library supports FTP, SMTP and POP3 protocols. This library replaces the FTP library. Both regular connections and SSL connections are supported.
SMTP - Allows to directly connect to SMTP mail servers and send mails, including Html messages and attachments.
POP3 - Allows to directly connect B4A Question Turn-based game using pop3 communication - how to ? - drgottjr (first post)    Apr 29, 2023   (1 reaction) pop3 can only receive email, not send it. so, assuming you can get gmail to
allow you to receive email using pop3 or imail, you still have the problem of
sending messages. for that you need smtp.
getting gmail to go along with your scheme may no longer be doable. i don't use
the service myself, Share My Creation Widgets for Raspberry Pi (and Windows) - rwblinn    Sep 18, 2019   (6 reactions) The settingsfile is emailmonitorwidget.set. In here, define the POP3 parameter, like popserver = pop.gmail.com, user = yyyy@gmail.com, password = YYYY, popport = 995, deletefromserver=0|1 (to delete the emails after checking), interval = milliseconds #Chat Chat between a Server and a Client. The se B4A Question POP3: how to check only new emails ? - DonManfred (first post)    Aug 31, 2017   (1 reaction) you need to remember the message-IDs for later.
Get the list, store the IDs.
Later check mail. Compare the list of mails with the stored IDs.
All mails with an unknown ID are new B4A Question Receive Email from Any Domain at Android App - drgottjr (first post)    Mar 27, 2020 you need pop3. with appropriate credentials and handshake you can get mail from any mail server.
pop3 B4A Question Reading particular mail in gmail thru POP3 - DonManfred (first post)    Jun 20, 2022 You need to compare the list of previously gotten email-IDs with the list of email-IDs you get after a Listcommand.
The list changes if you get a new mail.
There is no remind-me-function. You have to build them by yourself. Other B4j: POP3 depricated; what to do? - cbal03 (first post)    Jun 15, 2022 Thanks Erel. I appreciate the response.
This option looks great, However, I would prefer to communicate with a mail server directly. This option forces me to always use google which may or may not be a good thing. :) B4J Question POP.DownloadMessageTop downloads more than specified - OliverA (first post)    Aug 26, 2019 Could be a configuration on the mail server (out of your hands, unless you're the admin). According to JavaMail API docs: When the headers of a POP3 message are accessed, the POP3 provider uses the TOP command to fetch all headers, which are then cached. Use of the TOP command can be disabled with Spanish Pop3 - bgsoft (first post)    Oct 05, 2015 Hola Gustavo
Asi con tan pocos datos es algo dificil de saber, mira si Gmail te bloqueo la cuenta y vuelve a probar. https://security.google.
Verifica que esa cuenta tiene activado el protocolo POP
Saludos B4J Tutorial Building a mini "Email based server" - ilan (first post)    Dec 31, 2020   (1 reaction) thank you very much for this example erel, its perfect! is it possible to set POP3 to read hebrew letters too? (UTF-8) what i get now is something like this: and also i would like to know if the message was read or is still in unread status, is this possible? Page: 1   2   3   4   5   6   7   Powered by ColBERT |