Hi I'm working with IMAPDB adapter, i can connect and read the messages, but i want proccess and store in DB some messages. The problem is with the message.sender field and some characters... the sender can be something similar to: Juan =?ISO-8859-1?Q?Cint=F3?= <i...@example.com>
I need convert or decode the sender name part to Juan Cintó (note the o cute) to store in db without the ?ISO-8859-1Q? I need print the value on view... how i can decode the original string Juan =?ISO-8859-1?Q?Cint=F3?= <i...@example.com> to Juan Cintó <i...@example.com> how i can do this? any idea are appreciated Thanks in advance, Web2py is awesome... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.