[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ann] lua imap server
- From: Dirk Laurie <dirk.laurie@...>
- Date: Mon, 19 Mar 2012 22:51:11 +0200
Op 19 maart 2012 21:54 heeft Petite Abeille <petite.abeille@gmail.com>
het volgende geschreven:
>
> Bellow is a preview of a diminutive IMAP [1] server implemented in Lua:
>
> imap://lua:lua@svr225.stepx.com:1143/inbox
>
> For these brave enough to give it a try, the user name and password is lua (plain login, no starttls, nor ssl).
>
>
> If you manage to connect (or not) to the demo server, could you report back what client or library did or didn't work as expected?
>
I typed in from a Linux console:
$ mutt -f imap://lua:lua@svr225.stepx.com:1143/inbox
and got connected straight away, no username or password asked for.
Dirk