search for: list_inbox

Displaying 1 result from an estimated 1 matches for "list_inbox".

2007 Mar 13
1
imap and character enconding
...uick search on google I found iconv, and some other toys, but the point is: I''m making a small webmail app for my company, still taking the first steps. For instance, if I want to read my INBOX folder and list the messages: ------------------------------------------- CONTROLLER => def list_inbox imap = Net::IMAP.new(''xxx.xxx.xxx.xxx'') imap.authenticate(''LOGIN'', ''username-9IKiO1iGCm/QT0dZR+AlfA@public.gmane.org'', ''password'') imap.select(''INBOX'') @emails = [] imap.search(["ALL&q...