Archives For Tag 'Gmail'Archives For Tag 'Gmail' Home » Blog » Tag » Gmail
You are browsing lesterchan.net blog archives page by tag 'Gmail'.
Wednesday, 12th August 2009Wednesday, 12th August 2009
Posted by Lester Chan at 22:58 in Gadget

Before I start this tutorial, I would like to give full credits to crimsontwo from xSellize forums and joshua.menke from cocoaforge. I merely improve on crimsontwo’s work.

In the thread, Gmail + push on iPhone w/ Prowl on xSellize forums, crimsontwo gave instructions on how to run the Prowl python script on your iphone. The downside to it is that if your iPhone connection change from EDGE to 3G or 3G to Wifi or any vice versa, the script will be disconnected from Gmail. To solve this problem, he recommends you to upload the script to your own web server instead.

You need to have SSH access to your web server as well as Python installed in your web server which is not covered in this tutorial.

So here we go:

  1. Get Prowl from App Store for USD$2.99
  2. Register your Prowl account at http://prowl.weks.net/register.php
  3. Once registered, click on Settings Tab
  4. Under API key, click on Generate API Key Button and note copy down your generated API Key
  5. Download the required files in a zip, called, Gmail With Push On iPhone Using Prowl
  6. Using WinZip, extract the zip file which you have downloaded from Step 5
  7. You should see a folder called gmail_and_prowl
  8. Open the file main.py using NotePad or WordPad
  9. You should see these lines on line 11 to 13:

    prowl_apikey = “your_prowl_api_key”
    IMAP_USERNAME = “your_gmail_username”
    IMAP_PASSWORD = “your_gmail_password”

  10. Replace the text your_prowl_api_key, your_gmail_username and your_gmail_password accordingly and save it
  11. Using your FTP, upload the folder gmail_and_prowl to your home directory in your webserver
  12. Login using SSH and browse to the path where you uploaded gmail_and_prowl, for example, /home/username/gmail_and_prowl/
  13. Type this command:

    nohup python main.py > /dev/null 2>&1 &

  14. The PID of the process which is executing the script will be displayed. You may want to know that number down, just in case you need to kill the process.
  15. You can now log out from the SSH and send a test email to your Gmail account
Thursday, 5th February 2009Thursday, 5th February 2009
Posted by Lester Chan at 00:58 in Web

Pissed off with the sluggish, FOREVER lagging Windows Live Hotmail? I DO.

Here is a tutorial on how to forward your incoming Hotmail emails to your Gmail account.

  1. Go to your hotmail inbox and click on “Options” and then “More Options”
  2. Click on “Mobile Alerts for new messages”.
  3. Click on Sign up for Windows Live Mobile – it’s free and easy!
  4. Select your service provider
  5. Enter your mobile number
  6. Finish the rest of the sign-up process. Don’t check the boxes for Hotmail alerts and MSN alerts!
  7. In the sign-up settings specify to NOT receive any SMS alerts for Hotmail messages. Leave the other settings to stay as specified in your Hotmail account.
  8. Finish the subscription. You’ll now receive an activation SMS with a 4 digit code. Enter this code on the activation page. This is the only sms you’ll receive and pay through your mobile carrier.
  9. After the subscription visit your Hotmail account with your web browser. Now go to “options”=>”more options”.
  10. In the section “Customize your mail” go to option “mobile alerts for new messages” and make sure the option “None. Never send me mobile alerts” is selected. You will never receive any alert sms by setting this option so you will stay free of charges! Press save.
  11. In the section “Manage your account” visit “Forward mail to another e-mail account”.
  12. Fill in any e-mail address you want your Hotmail to be forwarded to, for instance your Gmail account. Press save and confirm the setting by clicking the link in the e-mail that has been sent to your Gmail account. The setting has now been accepted by Hotmail!
  13. Go to Gmail. Click on Settings, go to Forwarding and POP/IMAP
  14. Enable IMAP. Save the changes.
  15. Click Settings and then Accounts, Select “Add another email address”. Enter your hotmail address here.
  16. Your hotmail address should now show up just above the line. Select the hotmail address as “Make default”.
  17. Make sure in the option “When I receive a message sent to one of my addresses” has “Always reply from my default address (currently youremailaddress@hotmail.com” is selected.
  18. Now go to Hotmail. In your inbox, there should be a message from Gmail; you need to click on a link in that message.

Note: You may still need to login to your Hotmail account to ensure that it is not deactivated due to inactivity.

PS: I am still trying it, so it may or may not work. I am still waiting for MS to send me the 4 digit code. Microsoft CANNOT make it when it comes to online services.

Credits: shiahzy of Hardware Zone Forums