imap
.Mac Changes Revealed: MOBILE ME!
Phil Schiller came onstage today to tell us about Mobile Me. Exchange for the rest of us. We can all now get push email, calendars, and contacts. On a Mac, a PC, or an iPhone or iPod Touch. And it is called Mobile Me.
Mobile Me will work for Mobile Me. It works with Outlook and other native applications. But best of all, it is best used in a Web 2.0 application suite at me.com. According to Phil, it “feels like a desktop application.” it even includes drag and drop, live search (just like Spotlight,) iDisk functionality, and a basic photo editor integrated with web galleries. There will be direct access to Mail, and all other features currently in .Mac.
Quick Fix for Gmail IMAP-Mail Issues
For those of you who use Gmail IMAP in Mail as I do, you are probably just as annoyed with one thing- the new messages counter always reads twice the actual number. This is because the message is sent to both your inbox and the folder titled “Gmail” or “All Mail”. Just put the following into Script Editor, and voila!
tell application “Mail” set unreadBox to mailbox “[Gmail]/All Mail” of account “Gmail IMAP” set unreadCount to unread count of unreadBox if unreadCount is not 0 then repeat unreadCount times set unreadMail to first message of unreadBox whose read status is false set read status of unreadMail to true end repeat end ifend tell















