Tuesday, February 2, 2010

setup wget on mac

  1. Download the source file: http://ftp.gnu.org/pub/gnu/wget/wget-1.11.tar.gz
  2. Untar the file: tar -zxvf wget-1.11.tar.gz
  3. change the working dir: cd wget-1.11/
  4. configure it: ./configure
  5. make and install:
make
sudo make install

Tuesday, January 12, 2010

Viewing winmail.dat attachments on Mac

Usually while using the Apple Mail, I do get hit by the winmail.dat attachment. This is a problem to do with Outlook 2003 rather than the recipient program. The description of the problem as well as one possible solution is given at the Microsoft support site, which is for the sender to set the mail format as Plain Text.

The other option is to use the TNEF's Enough to read the contents of the winmail.dat

Starting from there, I was wondering whether there is a way to automate this using some Automator Script or the QuickSilver application. If anybody has a solution on these lines do ping me.