on 2016 Aug 05 8:38 PM
I have used send mail functions successfully. Now I want to receive email from a POP3 server. Am I using the wrong search terms, or is this not possible?
Request clarification before answering.
POP3 was never implemented for this.
[SQL Remote has some POP3 as did MobiLink (the latter was removed in version 17) but it was not ever a feature of xp_startsmtp]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need to write a static Java method to do that.
See https://javamail.java.net/nonav/docs/api/com/sun/mail/pop3/package-summary.html.
I have successfully dropped the latest JavaMail classes in a 12.0.1 database to do STARTSSL smtp support (essentially wrote a replacement for xp_sendmail() - it was less than 200 lines of code). You just have to write a class with a static method to do it and wrap it in an external function call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You like DIY in C++, right? POCO's got some POP3 stuff... maybe even TLS/SSL support 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That looks possible. Although, I always love sticking close to what I know: much easier to debug, etc. So I'll probably first try out Roland's PB "service" library. That also has the benefit of the fact that I already have all this functionality running in PB; just wanted to make it a 24x7 service not dependent on a login.
User | Count |
---|---|
33 | |
21 | |
16 | |
8 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.