Author Topic: setting up Mozilla Thunderbird  (Read 836 times)

Myrthe Neyravar

  • Traveller
  • *
  • Posts: 22
    • View Profile
setting up Mozilla Thunderbird
« on: April 05, 2007, 02:11:20 am »
well, here I need some help from some more savvy people. Here is what i did (exactly) in steps.

1) DL-ed it
2) Set it up
3) entered my e-mail, set to POP incoming server at pop.gmail.com (port 995), SSL encrypted
4) entered outgoing server to SSL encrypted also at smtp.gmail.com (port 446), SSL encrypted
5) tried to get my mail but a message said "Needs Username and Password to get encryption." or something to that effect

What should i put in as my username and password? I tried my Username and Password that i use to get into my Gmail account, but to no avail.

Thanks for any help!

miadon

  • Hydlaa Notable
  • *
  • Posts: 934
    • View Profile
Re: setting up Mozilla Thunderbird
« Reply #1 on: April 05, 2007, 12:02:49 pm »
theres a complete step by step guide on googles email help page.
- MiadonCam (Refresh page to see live in game Miadon Action!!)

Myrthe Neyravar

  • Traveller
  • *
  • Posts: 22
    • View Profile
Re: setting up Mozilla Thunderbird
« Reply #2 on: April 05, 2007, 10:21:13 pm »
wow...cant believe i missed that "HELP" button ???

thanks, got it fixed. at least someone has eyes ;)

Radiant Memphis

  • Hydlaa Citizen
  • *
  • Posts: 261
  • Kapowie
    • View Profile
    • Me music
Re: setting up Mozilla Thunderbird
« Reply #3 on: April 05, 2007, 11:31:19 pm »
Also if you want to tweek Firefox...I personally use Opera, but have Firefox as a backup and made most of these changes to it.

First, Lets change some hidden options to make it faster...
Open Firefox 1.0 and in the address bar type: about:config

1. Find browser.tabs.showSingleWindowModePrefs and double click on it so it = true
2. Find network.http.pipelining and double click on it so it = true
3. Find network.http.pipelining.maxrequests double click on it and change it from 4 to 100

What do these changes do?
1. Then enables advanced tab options in your Tools/Options page
2. This enables option #3.
3. This makes FF use 8 threads to each page.. Bascially, if you thought FF was fast before, try it after this.

Now lets make it work FOR us...
One of the sweetest thing about Firefox is the ability to use extentions.  At the time of this writing, there are 226 extentions that we can use to make it better.. I will only touch on a few of them that I use. (Alphabetically Sorted)
Adblock: Remove inline ads.

Bookmarks Synchronizer: Save your bookmarks to an XML file, and sync with an FTP server.  Keep your work/home bookmarks current!

Digger:  Navigate to parent directories, switch to ftp equivalent of site, climb subdomains, etc..  Very helpful in "scouting" a site.

Download Sort: Automatically send downloads to specific folders based on file's extention.

Gmail Notifier: Lets you know if you have new gmail

Google Pagerank Status: Lets you see the Google PageRank of the page you are visiting.

refspoof: "Spoof" your referer.

Spiderzilla: Download an entire site to a local directory.

Super DragAndGo: Drag a link to blank space on a webpage, and it will open it in a new tab.

SwitchProxy: Manage and switch between multiple proxies.  Make sure to read my article on finding and useing proxies.

User Agent Switcher: Switch the user agent of your browser.

MouseGestures:
This is the "Mouse Gestures" firefox extension. Basically, to go forward you draw a line from left to right while holding down the mouse button, to go back you draw a line from right to left while holding down, to close draw a L, to open a new page, from bottom to top - there are other options such as switch tabs, source, view cookies, etc.
I have personally found this to make my browsing experience much easier and much more reflexive (I don't think about pressing the back button, so much as automatically drawing it); when I use internet explorer oftentimes I right click by accident.

x: Gives a Toolbar "paranoia" button, click it and it can clear history, form info, saved passwords, download history, cookies, & cache.

Fasterfox: This extension automatically employs link prefetching, network tweaking, enhanced pop-up blocking, along with simultaneous connections, pipe-lining, enhanced caching, DNS caching, and initial paint delaying to make FireFox so fast it can break servers (or at least hurt them).

Tell Firefox what we want to see (and what we don't)
Sick of Google Ads on everyone's page?  Well lets tell firefox that we don't want to see them anymore.  This hack will remove 95% of all Ads, including google Ads. (Yes, even from Gmail. Warning, Removing these ads may violate the TOS of Gmail)

This hack uses the magic of CSS and a Firefox configuration file named UserContent.css.  We are going to edit this file, I suggest you download the plugin ChomEdit to make your job easier.  (Go install it now & come back after restart)

Ok, now that you have ChromEdit installed,  open Firefox and click on Tools / Edit User files. A new window will appear that has five tabs across the top. Click on the tab that is labeled userContent.css. Next click on the link below and copy all the text. Then paste it into the userContent.css file, then click the Save button.
Code

Now restart your browser.. Tada, Google ads are gone!

The above rules make use of the *!important* property value to override any rules that may already exist within the page that is being loaded. In the first rule, GMail has an element with an id of rh and we are setting the tables that have a class equal to metatable within that element, to not display (ie . display:none)
A word of caution, we are only hiding the ads from displaying. They are actually still there, just not visible. This means that Google is still indexing your email messages to provide you with “targetted ads”. It is also worth noting that as this hack is based upon creating CSS rules for existing GMail code, it is very possible that this hack will break as GMail continues to evolve.
 All this thanks to- i-Hacked .com....Enjoy
« Last Edit: April 05, 2007, 11:35:48 pm by Radiant Memphis »