Search found 6 matches

by rain
Wed Sep 17, 2025 3:25 pm
Forum: Feature Requests and Wishlists
Topic: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck
Replies: 8
Views: 1144

Re: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

#PB_Mail_NoSSLCheck
seems not to be implemented in 6.30b2 :(

If I include it in my source code, it does not compile:
---------------------------
PureBasic
---------------------------
Line 14: Constant not found: #PB_Mail_NoSSLCheck.
---------------------------
OK
---------------------------

I ...
by rain
Wed Sep 17, 2025 9:50 am
Forum: Feature Requests and Wishlists
Topic: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck
Replies: 8
Views: 1144

Re: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

Oh, I did search the release notes for SMTP, but the flag is named #PB_Mail_NoSSLCheck, therefore I missed that. 8)

Will happily install 6.30 beta 2 and test it.

1000 thanks.
by rain
Wed Sep 17, 2025 8:29 am
Forum: Feature Requests and Wishlists
Topic: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck
Replies: 8
Views: 1144

Re: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

New version 6.30 - new hope:

#PB_SMTP_NoSSLCheck
by rain
Fri Jun 06, 2025 8:41 am
Forum: Feature Requests and Wishlists
Topic: Please add OpenCV to speed up basic cancer research.
Replies: 15
Views: 2963

Re: Please add OpenCV to speed up basic cancer research.

If you are open to open source, the CodeTyphon (Freepascal) has cross-platform OpenCV samples ready to compile on your favourite platforms.
Linux and ARM are supported as well as windows, Intel macOS is also supprted, (ARM macOS not yet):

c:\codetyphon\CodeOcean\pl_OpenCV\samplescv4\
by rain
Fri Jun 06, 2025 8:28 am
Forum: Feature Requests and Wishlists
Topic: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck
Replies: 8
Views: 1144

Re: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

It's a pity such a low hanging fruit didn't make it into PB6.21 Beta 10 yet,
while the list gets longer and longer:

#PB_SMTP_NoSSLCheck
#PB_IMAP_NoSSLCheck
#PB_POP3_NoSSLCheck
by rain
Sat Mar 15, 2025 1:27 am
Forum: Feature Requests and Wishlists
Topic: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck
Replies: 8
Views: 1144

Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

The function HTTPRequest() has #PB_HTTP_NoSSLCheck , which is sometimes needed to use.
The function SendMail() does not have an equivalent #PB_SMTP_NoSSLCheck provided, even when needed sometimes.

Any plans to make it available there as well?
:?: