Re: IMAP library, or support via tsNet?

2019-01-10 Thread Klaus major-k via use-livecode
Hi Bob, > Am 10.01.2019 um 16:50 schrieb Bob Sneidar via use-livecode > : > > I tried this. I get > > 219,13,11,tsNetCustomSync > 465,13,11 > > I suspect tsNet only works in paid products? yep, tsNet is only delivered with LC >= Indy. > Bob S > > >> On Jan 3, 2019, at 16:08 , Charles War

Re: IMAP library, or support via tsNet?

2019-01-10 Thread Bob Sneidar via use-livecode
I tried this. I get 219,13,11,tsNetCustomSync 465,13,11 I suspect tsNet only works in paid products? Bob S > On Jan 3, 2019, at 16:08 , Charles Warwick via use-livecode > wrote: > > Hi Ben, > > Support for IMAP was added into tsNet a while ago. There are a few lessons > that I’ve added

Re: IMAP library, or support via tsNet?

2019-01-04 Thread Ben Rubinstein via use-livecode
That's great, thank you Charles. Ben On 04/01/2019 00:08, Charles Warwick via use-livecode wrote: Hi Ben, Support for IMAP was added into tsNet a while ago. There are a few lessons that I’ve added to LiveCode’s website on IMAP. Lessons: http://lessons.livecode.com/m/4071/l/858279-how-to-use

Re: IMAP library, or support via tsNet?

2019-01-03 Thread Charles Warwick via use-livecode
Hi Ben, Support for IMAP was added into tsNet a while ago. There are a few lessons that I’ve added to LiveCode’s website on IMAP. Lessons: http://lessons.livecode.com/m/4071/l/858279-how-to-use-tsnet-to-display-an-e-mail-message-from-an-imap-account http://lessons.livecode.com/m/4071/l/858974-

Re: IMAP library, or support via tsNet?

2019-01-03 Thread Ben Rubinstein via use-livecode
Aha! I didn't even realise that there was an imap URL protocol. Thanks Matthias, that's exactly what I needed. best regards, Ben On 03/01/2019 13:57, Matthias Rebbe via use-livecode wrote: Ben, i just did a quick test with my local test mai server. This script for example would output the n

Re: IMAP library, or support via tsNet?

2019-01-03 Thread Matthias Rebbe via use-livecode
Ben, i just did a quick test with my local test mai server. This script for example would output the number of messages in the imap folder to the message box. put tUSERNAME into pSettings["username"] put put into pSettings["password"] put "STATUS INBOX (MESSAGES)" into pRequest put "imap://192.1

IMAP library, or support via tsNet?

2019-01-03 Thread Ben Rubinstein via use-livecode
Is there anything in the way of an IMAP library around? My needs are relatively simple: I want to connect to an iMAP server, recursively list folders and fetch the size of each (if necessary by fetching the size of each message) e.g. in JavaScript with this library https://github.com/

IMAP library, or support via tsNet?

2019-01-03 Thread Ben Rubinstein via use-livecode
Is there anything in the way of an IMAP library around? My needs are relatively simple: I want to connect to an iMAP server, recursively list folders and fetch the size of each (if necessary by fetching the size of each message) e.g. in JavaScript with this library https://github.com/