B4A Library New Net library - Android FTP, SMTP and POP3 - Erel    Feb 14, 2021   (21 reactions)   tags: FTP, ftp smtp pop3, Net, B4A, Email The Net library supports FTP, SMTP and POP3 protocols. This library replaces the FTP library. Both...:
- Download the attach file.
- Copy Net.xml and Net.jar to the additional libraries folder. Make sure... B4A Tutorial [B4X] Net library (FTP, SMTP, POP) with Wait For - Erel    Feb 14, 2021   (16 reactions)   tags: FTP, SMTP, POP.Net, B4X Net ftp smtp pop wait Starting from v1.70 of Net, jNet and iNet libraries the asynchronous methods return a 'sender... technique can be used with all asynchronous methods in the Net library.
Notes
- B4i iNet and B4J jNet... B4J Code Snippet [B4X] Solving encoding issues with html mails sent with SMTP (Net library) - Erel    Mar 14, 2021   (12 reactions) Encoding the html text with base64 avoids encoding issues, especially with MS Outlook.
This code is compatible with B4A and B4J:
Dim su As StringUtils
smtp.Body = su.EncodeBase64(html.GetBytes("... B4A Question Net Library - Using SMTP to send an email message. - rleiman    Oct 28, 2020 Greetings,
I'm experimenting with the Net library in an attempt to send an email message using SMTP with gmail as the email server. The message is not being sent. My logs show a "False... B4A Library AndroidNetUri Library - Ivica Golubovic    Dec 5, 2023   (13 reactions) DEPRECATED LIBRARY!!! Use AndroidNetUri2 instead.
This library contains the AndroidNetUri class with all the features, methods and properties like android.net.Uri for Java. It also contains the AndroidNetUriBuilder class which is a subclass of the android.net.uri class (android.net.Uri.Builder). This library is adapted for work in BA.
As one of my developer friends says, "Today it's... B4A Question FTP download of Graphic files with NET library error - GiovanniPolese    Aug 30, 2023 Hi to All
I implemented a download sub for getting png/jpg files from a server to a tablet. Things apparently work, but actually the files are corrupted. I suspect a problem of encoding (something rel... B4A Question Download with NET library - GiovanniPolese    Aug 26, 2023 Hi to All
I need to make a sub to download some files from my site. I am trying to use the Net library, with no success. It may be a syntax error or whatever else. The code is obtained by a new... Tool B4XEncryption .net DLL class library - Chris Lee    Feb 25, 2018   (13 reactions)   tags: Encryption Hi All, I recently had the need to send encrypted data from my B4A/B4J/B4i apps to a .net web service. Because the B4XEncryption library works in all the B4X environments, I wanted a way to decrypt and encrypt data in the same way as the B4XEncryption libraries do. Details of the B4XEncryption library can be found here: https://www.b4x.com/android/forum/threads/b4xencryption.48177/ With a little help from Erel I build a .net DLL for this purpose. A Visual Studio 2017 project with the DLL... B4A Question The simple inclusion of the 'Net' Library causes malware detection - JohnC    Feb 12, 2023 a virus - specifically the "Evo-gen " malware.
I narrowed it down to the "Net" library (1.80 or 1.81) being included in my app. Meaning, if this lib is just "checked" in... B4A Library [B4X] .Net Framework implementation of B4XSerializator - Erel    Mar 20, 2020   (24 reactions) B4XSerializator is included in the internal RandomAccessFile library. The attached dll is for .Net Framework applications. B4XSerializator is a great tool that makes it simple to share data between B4A, B4i and B4J. It takes care of converting objects, including complex objects, to bytes and vice...-b4xserializator.72149/#content The attached .Net dll is a .Net implementation of B4XSerializator. You can use it if you need to communicate with a .Net application or server. Using it is simple... Page: 1   2   3   4   5   |