I recently acquired a Motorola Moto G phone running KitKat 4.4.4. The first problem I encountered was that connections to mail servers using openSSL were blocked. This prompted me to think of doing a rewrite of one of my apps. In looking at the Net library I saw that openSSL was still used for POP3 connections. I have no doubt that a new release of the Net library is in the works to update this mode.
Some time ago, prior to the Net library supporting STAT and TOP, member Wim Lambrecht developed his wPOP library, which not only included STAT and TOP, but also did some basic HEADER PARSING. There are times when I do not care to download the complete message content of a mail server, just to get at the headers. (Yes, I am well aware of the use of the mailparser module.)
My wish is that the header parsing elements of Wim’s excellent wPOP library be incorporated into the next version of the Net library. That would make my day.
Thank you, and best regards
Some time ago, prior to the Net library supporting STAT and TOP, member Wim Lambrecht developed his wPOP library, which not only included STAT and TOP, but also did some basic HEADER PARSING. There are times when I do not care to download the complete message content of a mail server, just to get at the headers. (Yes, I am well aware of the use of the mailparser module.)
My wish is that the header parsing elements of Wim’s excellent wPOP library be incorporated into the next version of the Net library. That would make my day.
Thank you, and best regards