|
Excuse my newb question, using Michal's example code from https://gist.github.com/mkottman/6108316 I used the following code which produced the error below:# lua5.1 test.luaConnected to 74.125.136.109 993lua5.1: ./imap.lua:26: attempt to index local 'conn' (a nil value)stack traceback:./imap.lua:26: in function 'connect'test.lua:4: in main chunk[C]: ?
Can someone explain what the above error means and what is causing it? Another question, where do the capability() and select() functions come from (I don't see them in the imap code)?