Get the latest Age of Conan news and views at Massively!
Posts with tag mail

MobileMe launch date set: July 9th at 6 p.m. PT

Apple has just updated the .Mac status page with the date/time of the .Mac to MobileMe switch. So, for those of you wondering when Apple might start the switch will not have to wonder any longer. July 9th from 6 p.m. until 12 a.m. PT is the scheduled date and time.

Apple says that during the switch, users will be "unable to access www.mac.com or any .Mac services ... with the exception of .Mac Mail accessed via a desktop application, iPhone, or iPod touch."

According to Apple, "MobileMe will be available as soon as possible during this maintenance window." Be sure to stay tuned to TUAW for the latest on the .Mac to MobileMe switch.


Thanks, Andy and Barry!

Me.com email addresses online?

MobileMeMacrumors.com is reporting that for some .Mac users, using a me.com email address seems to be working. For instance, if your .Mac account name is username, sending an email to username@me.com works the same as sending one to username@mac.com.

Your mileage may vary -- as of 8:35 PM EDT on Saturday, June 28, 2008, it wasn't working for me.

Update: About four hours later, it's working for me.


[via MacRumors.com]

iPhone 2.0 firmware goes golden master

Gizmodo and GearLive are reporting that the iPhone 2.0 firmware will go golden master (locked for shipping) this week. Golden master does not necessarily mean that Apple will ship the firmware this week (after all, Steve said that it would ship in "early July") but it does mean that the firmware and all the features are complete and ready to head out the door.

Both sites seem to agree with the build number on the new firmware: 345. Gizmodo is reporting that 2.0 will boast code signing and a new encryption feature. The iPhone firmware 2.0 is definitely something on every iPhone owner's wishlist, and here's mine (you have one of these, right?):
  1. Super Monkey Ball (AppStore)
  2. New Mail features
  3. iWork support in Mail
  4. Exchange support
  5. MobileMe support
  6. Super Monkey Ball (did I mention this one already?)
  7. Scientific Calculator (would it be too hard to add a graphing calculator? c'mon, Apple!)
While we wait around the virtual campfire for the next version of the iPhone software, what are you most looking forward to in the new firmware? I think everyone can guess what my favorite feature will be; although I am still waiting for Final Cut Studio 2 for iPhone (we've been hearing rumors that it will be in the 10th generation device).

RelatedMail plugin for Mail.app



RelatedMail is a free plugin for Mail.app which "shows messages related to the currently viewed message" in a panel next to the preview pane. It does this by building an index based on message headers and content which it then uses to guess what other messages are relevant to the one you're viewing. In some ways this is similar to threading, but more sophisticated.

At present the plugin is very much in beta and has a variety of known problems, including a serious performance hit as it does its indexing. Nonetheless, it's an interesting idea that shows a lot of promise.

RelatedMail is a free download from Scott Ziegler.

[via Hawk Wings]

Mac Automation: Get remote screenshots via Mail

I've talked about getting your Mac to shutdown via an e-mail (or even take a picture from your iSight and e-mail it back to you), but I have received some comments and e-mails about using this script to send a snap of your computer screen when you want to "check up." So, in this Automator tutorial, I am going to show how to get a screenshot of your Mac no matter where you are -- via e-mail.

Continue reading to learn how to generate screenshots via Mail.

Continue reading Mac Automation: Get remote screenshots via Mail

Terminal tip: easy email attachments

If you're looking to automate the sending of emails with attachments quickly and easily (and aren't too concerned with having some glamorous stationery), Terminal is once again your friend. It's possible with Mail.app and AppleScript, but there are a few pitfalls and, for most purposes, a simple shell command will do the trick:

(echo "This is the message body";uuencode Desktop/yourDoc.doc yourDoc.doc)|mail -s "Test attachment" someone@adomain.com

The magical command in this one is uuencode, which is used to encode and decode binary files and can be used on just about any file type. The two arguments in the command above define the name and location of the source file and the name the file should have when it's received. The parenthetical statement at the beginning combines the results of the echo and uuencode commands which are then piped (|) to the mail command. The mail command, having received the body text and attachment, is told to append a subject (-s "Subject") and send it to the address specified. If you wanted to send a longer text file – with line breaks, perhaps – as the body, you could save the text in an external file and replace the echo statement with cat myfile.txt.

By adding a little complexity you could make a shell script that takes arguments, making the automation a little more flexible. But TUAW reader Adam was wondering how to send a photo he'd taken automatically using AppleScript (triggered by a Mail Rule). So here's an AppleScript implementation that doesn't require opening Terminal or dealing with Mail.app scripting:

set msgBody to "This is the body of the message"
set msgSubj to "Message subject"
set mailDest to "someone@adomain.com"
do shell script "(echo '" & msgBody & "'; uuencode /Users/you/Desktop/pictosend.jpg pictosend.jpg) | mail -s '" & msgSubj & "' " & mailDest

Make sure you remove any line breaks from that last line. This obviously requires a predetermined image name, but that could be made a variable as well and used as part of a larger script. We hope this helps, Adam!

Speedy creation of rich text links to Mail messages

If you use any applications with Cocoa-based text editors (TextEdit, Mail.app, and many more), you may have noticed that some of them, like Mail.app, recognize URLs and automatically turn them into links. The links are in Rich Text Format (RTF) and can be copied and pasted into other RTF-compatible text fields. To the best of my knowledge, though, there's no easy way to automate the creation of an RTF hyperlink, via AppleScript or other means. In programs that don't detect URLs, or if you want to link text to a URL, you generally have to select text, go to a menu item (Link..., Link Add..., etc.) that's a few submenus down, and then enter the url. Me? I'm always looking for the easy way out...

Continue reading Speedy creation of rich text links to Mail messages

AppleScript: Control iTunes with an e-mail

Last week I talked about controlling your Mac with an e-mail; this week, as promised, I am going to show you how to apply this same idea to iTunes. So, without further ado, let's get started with writing some AppleScripts.

Continue reading to learn how to control iTunes.

Continue reading AppleScript: Control iTunes with an e-mail

AppleScript: Control your Mac with an e-mail

Have you ever been away from your Mac and wanted to shut down, restart, or needed to open an application remotely, but didn't have access to anything except your iPhone? Well, I am going to show you how to do these tasks with AppleScript and Mail.

This process is fairly easy and involves creating a simple AppleScript and some Mail rules. Note that since these rules will cause your Mac to perform the listed action when they run, be careful when testing!

Continue reading to learn how to build this AppleScript.

Continue reading AppleScript: Control your Mac with an e-mail

Engadget plays with iPhone 2.0


Our lucky friends at Engadget somehow got to play with the iPhone 1.2/2.0 beta (no word on if they'll send it along to Erica anytime soon), and they confirmed a lot of things we'd guessed at previously.

Exchange support works as smoothly as Scott and Mike had hoped, but there's still no two-pane Mail client. The multiple mail message selection works, however, and we finally found out why the Calculator button has changed -- apparently there are a ton of new features in there, including a sideways scientific calcalculator. There are a number of other fun features and improvements as well, although the main event, the App Store, only functions enough to give an error that it can't connect.

June can't come any faster, as far as we're concerned. Bring on the iPhone version 2.0!

Yahoo! Mail now works with Safari 3


I have no idea just how big this intersection might be (in terms of sheer numbers, it has to be pretty big, I guess), but if you're a Yahoo! Mail user and a Safari 3 user, prepare to smile, because Yahoo! says that you can now get in on the "All-New Yahoo! Mail" fun. "All-New Yahoo! Mail" is apparently an AJAX-based, slick piece of webmail software built on the Oddpost engine -- I wouldn't really know all the features because Gmail has wrapped its simple-to-use tendrils completely around my life, from iPhone to all the different browsers I use.

But if you've been dedicated to Safari 3 since it came out, and chomping at the bit to use this "All-New Yahoo! Mail," now's your chance. Yahoo! does specifically say "Safari 3 on the Mac," but I'd assume it would work for the Windows version of Safari 3 as well -- if you have any problems, they'll probably fix it, and then they'll have to call it "The Newer All-New Yahoo! Mail." God forbid they come up with something newer than that.

[Via Ars]

Mac Automation: Birthday greetings

I am sure that everyone has forgotten other peoples birthday's from time-to-time (*raises hand*). Luckily, with Mac OS X's built-in Address Book and Automator, you can automate the remembering and sending of greeting cards by e-mail -- thus eliminating the awkwardness of forgetting. In this how-to I will show you how to create a birthday field in your Address Book contacts, and how to send an e-mail birthday greeting when the time is right.

To learn how to do this, read on.

Continue reading Mac Automation: Birthday greetings

Make Thunderbird resemble Leopard Mail

I use Thunderbird for email on my laptop running Ubuntu. It works great, but the default skin isn't to my liking. I've tried skinning it with mixed results, but today I've found The Skin I've Been Looking For (but not in a creepy, Buffalo Bill kind of way).

Deviant Art user ~Rio-2007 has posted a very convincing Mail for Leopard skin. After download, simply apply the skin via Thunderbird's Add-Ons option (Thunderbird 2.0 is required).

Try it out. Because even our non-Macs must resemble Macs, not that we're obsessed.

[Via Lifehacker]

MailTags speeding along with Beta 4

MailTags, what some would consider to be the ultimate Mail.app enhancement, has hit public beta 4. Seems like we were just blogging about beta 3 earlier this month. Oh yeah, we were. And I have to admit that seeing a speedy development pace on one of my favorite plugins has me feeling warm right down to my extra-thick winter socks.

There isn't much in the way of new features, but there's an abundance of bugfixes and interface improvements. Beta 4 includes a workaround to compensate for incompatibilities with GMail's IMAP implementation, and updates for regular IMAP users to improve tag handling. There are improvements to the Spotlight import, a slew of changes in the preferences department, improvements to Notes handling and a few interface fixes. A "Clear color when clearing all Mailtags" option has also been added for the new Message Color Extra and fixes have been implemented for Rules and Smart Mailbox handling.

I've updated and tested with great results, and now I'm one beta release happier than I was yesterday. Visit the MailTags page to read about and download the latest release.

MailTags 2.2 public beta 3

MailTags has received some attention at TUAW. If you're already a fan, you'll be very excited about the MailTags 2.2 Public Beta 3 that was released today. If you're not a current user, this might be a great time to check out a plugin that improves on Mail.app by allowing comments, tags, projects and other metadata to be attached to any message (among other perks).

Version 2.2pb3 introduces "MailTags Extras", which appears to be a plugin architecture for MailTags. It comes bundled with a first round of these extras, which include functionality for iCal Events and Todos and a quick way to color messages with a swatch palette in the sidebar. And as extras, these features can be individually disabled or uninstalled. Throw in some fixes for things like tagging issues, working with preferences and conflicts with other plugins and this is a release worth talking about.

With a final release scheduled for this month, this beta is maturing an already great plugin. MailTags 2.2 (Leopard) will be a free upgrade for registered 2.0 and 2.1 users, and the beta is available now.

Next Page >

TUAW Features


Mac 101 ask-tuaw
Mac News
WWDC (251)
.Mac (60)
Accessories (635)
Airport (75)
Analysis / Opinion (1333)
Apple (1645)
Apple Corporate (558)
Apple Financial (188)
Apple History (45)
Apple Professional (54)
Apple TV (160)
Audio (446)
Bad Apple (118)
Beta Beat (152)
Blogging (84)
Bluetooth (16)
Bugs/Recalls (56)
Cult of Mac (870)
Deals (216)
Desktops (115)
Developer (254)
Education (99)
eMac (10)
Enterprise (138)
Features (400)
Freeware (385)
Gaming (363)
Graphic Design (33)
Hardware (1281)
Holidays (37)
Humor (576)
iBook (65)
iLife (235)
iMac (184)
Internet (327)
Internet Tools (1313)
iTS (968)
iTunes (800)
iWork (22)
Leopard (367)
Mac mini (112)
Mac Pro (53)
MacBook (202)
MacBook Air (79)
Macbook Pro (220)
MobileMe (19)
Multimedia (443)
Odds and ends (1443)
Open Source (279)
OS (912)
Peripherals (208)
Podcasting (182)
Podcasts (90)
Portables (197)
PowerBook (135)
PowerMac G5 (50)
Retail (588)
Retro Mac (48)
Rig of the Week (42)
Rumors (632)
Software (4322)
Software Update (406)
Steve Jobs (252)
Stocking Stuffers (50)
Surveys and Polls (97)
Switchers (112)
The Woz (34)
TUAW Business (238)
Universal Binary (281)
UNIX / BSD (61)
Video (904)
Weekend Review (82)
WIN Business (47)
Wireless (84)
Xserve (39)
iPhone/iPod News
iPhone (1515)
iPod Family (2028)
App Store (27)
SDK (16)
Mac Events
One More Thing (27)
Liveblog (1)
Other Events (226)
Macworld (489)
Mac Learning
AppleScript (3)
Ask TUAW (102)
Blogs (85)
Books (26)
Books and Blogs (62)
Cool tools (443)
Hacks (460)
How-tos (485)
Interviews (44)
Mods (186)
Productivity (588)
Reviews (109)
Security (154)
Terminal Tips (58)
Tips and tricks (565)
Troubleshooting (167)
TUAW Features
iPhone 101 (27)
TUAW Labs (3)
Blast From the Past (17)
TUAW Tips (142)
Flickr Find (36)
Found Footage (82)
Mac 101 (90)
TUAW Interview (31)
Widget Watch (198)
The Daily Best (1)
TUAW Faceoff (4)

RESOURCES

RSS NEWSFEEDS

Powered by Blogsmith

Sponsored Links

The Unofficial Apple Weblog (TUAW) bloggers (30 days)

#BloggerPostsCmts
1Cory Bohon891
2Robert Palmer6444
3Steven Sande5822
4Scott McNulty400
5Mat Lu4010
6Dave Caolo370
7Erica Sadun282
8Brett Terpstra230
9Mike Schramm201
10Michael Rose1132
11Christina Warren1038
12Joshua Ellis32
13Lisa Hoover26
14Chris Ullrich22

Featured Galleries

Macworld 2008 Keynote
Macworld 2008 Build-up
Apple Vanity Plates
DiscPainter
Macworld Expo 2007 show floor
The Macworld Faithful in Line
iPhone First Look
AT&T 3G Coverage Map
MobileMe Guided Tour UI Changes

 

    Most Commented On (7 days)

    Recent Comments

    More Apple Analysis

    More from AOL Money and Finance

    Weblogs, Inc. Network

    Other Weblogs Inc. Network blogs you might be interested in: