Hi all,
I'd like to share my attempt at the Sencha Touch Contest (Which did not make it to the top 10)
What I have is an email application with multiple account support, contacts and signatures.
All pretty standard, until you get to the inner workings.
It's all based around WebDatabase and have the corresponding Store and Proxy extensions that translate your database to record models inside the store and back. All methods are supported (you write to the store and it writes to the database)
sorting and filtering is also on. Still working on the paging integration.
The application itself uses a php backend to proxy all the information to and from the IMAP/SMTP servers. Nothing is really kept on the server. There is no database or anything, just the source files.
More about it you can find at TouchMail
Thanks for the feedback
I don't know if anybody has actually tried to hook it up to account yet, but the app is pretty nice. It automatically recognizes contacts, it let's you add new ones from emails you've got. It syncs with the server, so whenever you delete a message, it get's deleted from the server as well and send messages get copies in the sent folder on the server.
I have lots of ideas for improvements, but that is what I got for these 3 weeks
I hope to finish most of it soon, so it can stay cached on the devices and be used offline (what it's actually mend to do)