On Sep 3, 9:01 pm, Scot <[EMAIL PROTECTED]> wrote: > Is there any existing gadget that will display IMAP configured email > in a preview fashion - much like the Gmail gadgets do (but only work > with a gmail.com address or POP account)? Thanks.
I'd be surprised if somebody manages to implement IMAP in javascript, or in other words, I think that is impossible. But servers offering IMAP often also offer Webmail, and when they have that they might also have a Webmail interface for mobile devices. That's your chance, find that "mobile mail" URL, and stuff it into a simple type="url" gadget, in essence a one-liner. Here's an example for iGoogle: Google mobile inbox: <https://mail.google.com/mail/x/> Display in a gadget: <http://googlemodules.com/module/5247/> Things will be more tricky if you have to manage some kind of login. Frank --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
