Skip to main content

Whaddya know how to add IMAP email to your T-Mobile G1 (Google Phone 1)?

Now you have the T-Mobile G1, congratulation to you.

How to configure T-Mobile G1 for your Exchange Server 2003/3007 e-mail?
The T-Mobile G1 phone can receive messages from your POP3 or IMAP e-mail. For Exchange Server, you need to activate your IMAP protocol. I highly recommend using secure-IMAP configuration to offer higher security while reading your e-mail using public access.

This is a simple step-by-step procedure to accomplish this task.

Add e-mail account:
1. On the Home screen, touch the Application button.
2. Touch Email. The Email setup screen appears guiding you through the process.
3. Select the IMAP to setup your Exchange Server.
4. Input your email account information e.g. email address and password, click on Manual setup.

Incoming Connection
Username: kingnet/johndoe ; where kingnet is my exchange domain and johndoe is my username.
Password: your password
IMAP Server: mail.king.net ; this is my exchange email server.
Port: 993
Security Type: select SSL (always); using the default port 993 for secure IMAP protocol. You need to make sure that port 993 is enable to your firewall. Contact your system or network administrator for assistance.
Click on Next.
Checking incoming server settings ... If successful, you will then configure the Outgoing Connection.

Outgoing Connection
Other information will be automatically preview by G1, check consistency of information compare to you exchange server.

Password: your password
IMAP Server: mail.king.net ; this is my exchange email server.
Port: 993
Security Type: select SSL (always)

Sign-in not required.

Click on Next
Checking outgoing server settings ...

5. Email Checking Frequency
With T-Mobile you can choose to select every 5 minutes, 10 minutes or 15 minutes.

6. Your account is set up, and email is on its way!
Name: em @ king.net ; this is just an example, you can use your actual name or email address if you are configuring more e-mails.

After this setup, you should be able to see your emails coming for you.

Test sending email using your T-Mobile G1 phone:
On the Home screen, touch the Application button.
Touch Email. If this is the only e-mail account, it will shows the messages right away.
Press Menu to give you the option to Refresh, Compose, Accounts and Accout Settings.
Choose  or Press Compose
In Compose screen, type the recipient address To:, Subject: and your message.
Then press Send to deliver.

Press Menu, Refresh to see if you have new e-mails.

That's for now. Post your comment here.

References:


Comments

Popular posts from this blog

Alternative Social Networks

If you are planning to create your  social network  e.g. similar to Facebook. Here's a short list of alternative software's: Open Source and Free​ http://buddypress.org/  - Wordpress (Open Source and Free) http://elgg.org/  - (Open Source and Free) Commercial Social Networks software http://www.socialengine.com/  ($299 Stand Alone, $29/mo Cloud) http://www.jomsocial.com/  (run with Joomla, need to know CMS) http://www.boonex.com/  (very expensive, $399 for Standard) http://www.anahitapolis.com/ http://www.oxwall.org/ http://sharetronix.com/ http://www.moosocial.com/ http://www.jcow.net/ http://phpdolphin.com http://www.grou.ps  (from free to Commercial, I left my networks and they are selling it  http://www.phpfox.com/  (I used this before, it's hard to maintain. I moved to NING but left too after it was sold to another company) http://www.ning.com  (I don't recommend using this service, it's hard to export your data when it's time to move) S

Learning Vulnerability Scanning by KING.NET

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how to use vulnerability scanning to secure your servers and networks. NMAP is the swiss tool that you need to learn if you're serious in Cyber Security profession. The NMAP tool can be use with NSE scripting (Nmap Scripting Engine) to automate your tasks. For example using NSE Script using a  single vulnerability (cold fusion)  to scan our test lab machine. root@kali:~# nmap -v -p 80  --script http-vuln-cve2010-2861  10.11.1.220 Starting Nmap 6.47 ( http://nmap.org ) at 2016-07-22 17:34 EDT NSE: Loaded 1 scripts for scanning. NSE: Script Pre-scanning. Initiating ARP Ping Scan at 17:34 Scanning 10.11.1.220 [1 port] Completed ARP Ping Scan at 17:34, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 17:34 Completed Parallel DNS resolution of 1 host. at 17:35, 13.01s elapsed Initiating SYN Stealth Scan at 17:35 Scanning 10.11.1.220 [1 port] Comp