lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi guys,

how can I encode email subject or sender name in Lua? I'm using socket.smtp to send email messages and everything else works fine. In PHP I can do something like this:
'=?utf-8?B?'
.base64_encode($subject).'?='


Please, could you help me?


I.