i see the normal (non-corona) lua socket has this feature… is it available in corona?
http://w3.impa.br/~diego/software/luasocket/smtp.html
[lua] body = ltn12.source.chain(
ltn12.source.file(io.open(“image.png”, “rb”)),
ltn12.filter.chain(
mime.encode(“base64”),
mime.wrap()
)[/lua]
thanks
j [import]uid: 6645 topic_id: 5489 reply_id: 305489[/import]
