Page 28 of 50 FirstFirst ... 18262728293038 ... LastLast
Results 271 to 280 of 498

Thread: HOWTO: Send and Receive Hotmail through Evolution

  1. #271
    Join Date
    Apr 2007
    Beans
    35

    Re: HOWTO: Send and Receive Hotmail through Evolution

    Quote Originally Posted by Indras View Post
    Thanks, all corrected.



    I've heard of people getting this before, I'm going to look into it.

    By the way, how old is your account? I find a lot of articles in google saying that Hotmail was ending WebDAV access to new accounts in order to crack down on spam, but all the articles are around September 27, 2004. I know for a fact that I've had my hotmail account for at least six years, and I've always had the capability to open it in Outlook Express (which uses WebDAV). I'm thinking if it's a really new account, it might need to be active for a certain number of months before they give you WebDAV. Otherwise, it might be that all new accounts are not getting WebDAV at all, in which case you're SOL.

    My only other suggestion is to try logging directly in via www.hotmail.com to confirm that the e-mail address and password are 100% correct, and that the account is active.

    EDIT: Here's a website that confirms my suspicions:
    http://www.neilturner.me.uk/2006/Apr...ve_mail_i.html
    FYI - Your setup instructions worked fine for one of my hotmail accounts which is about 7 years old, my other hotmail account ive had for 3 years, this one doesnt work, complains about ERR to POP 3 server.

  2. #272
    Join Date
    Feb 2008
    Location
    Vancouver
    Beans
    25

    Re: HOWTO: Send and Receive Hotmail through Evolution

    I keep getting unable to bind error
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Screenshot~.png 
Views:	20 
Size:	3.0 KB 
ID:	77416  

  3. #273
    Join Date
    Apr 2008
    Location
    London
    Beans
    1,873
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: HOWTO: Send and Receive Hotmail through Evolution

    Quote Originally Posted by Sealbhach
    Hi,

    Anyone know if something similar could be done for Yahoo Mail?
    Never mind, I've done it. Took ages until I realised I had to go into my yahoo account and enable POP3 to be used!

    It's just dumped 1,287 messages into my Evolution client, hee hee!



    .
    Last edited by Sealbhach; July 12th, 2008 at 09:27 PM.

  4. #274
    Join Date
    May 2008
    Beans
    129
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Send and Receive Hotmail through Evolution

    I just got this to work, yay!

    And Sealbhach? It did the same to me... It was taking ages to work, so I imagined something was wrong, right? I close Evolution, and then notice that there were new mails. It had gotten to may of this year. So, I opened it again, to let it run thoroughly. =)

  5. #275
    Join Date
    Jul 2008
    Beans
    1

    Re: HOWTO: Send and Receive Hotmail through Evolution

    i am a new to Ubuntu and have read the forum and found the below information. i followed the instruction listed below to setup my hotmail email using evolution mail. However i received a error message say error in performing operation.

    What else can i try





    Quote Originally Posted by Indras View Post
    Okay everyone, after digging around in these forums and googling like I've never googled before, I figured out how to send and receive e-mail through hotmail using Evolution. I'm throwing together a rough HOWTO for others. If things need more clarification, let me know and I'll update it.

    First, make sure your system is up to date. Open up a terminal and type:

    Code:
    sudo apt-get update
    Now, install the inet daemon

    Code:
    sudo apt-get install inetutils-inetd
    This takes care of all of our dependencies. Now on to the good stuff...

    Code:
    sudo apt-get install hotway hotsmtp
    This will install hotway, which allows you to read hotmail e-mails by simulating a POP3 server, and hotsmtpd, which allows you to send e-mail through hotmail using SMTP. By default, however, only hotway gets installed properly to your inet daemon, so let's fix this.

    Code:
    sudo gedit /etc/inetd.conf
    Look for a line like this:

    Code:
    pop3		stream	tcp	nowait	nobody	/usr/sbin/tcpd /usr/bin/hotwayd
    By default, hotway leaves a copy of each message it downloads on the server. I prefer it this way, so I can read my e-mail at other locations, but if you don't feel like filling up your hotmail box, change the line to add "-r" to the end, like this:

    Code:
    pop3		stream	tcp	nowait	nobody	/usr/sbin/tcpd /usr/bin/hotwayd -r
    And we also need to add a line to get hotsmtpd working, just paste this at the bottom:

    Code:
    2500		stream	tcp	nowait	nobody	/usr/sbin/tcpd /usr/bin/hotsmtpd
    This will set the inet daemon to listen to incoming calls on port 2500, and forward the connection to the hotsmtp daemon. Now, save your file, exit gedit, and restart your inetd server:

    Code:
    sudo /etc/init.d/inetutils-inetd restart
    If everything is working properly, you'll see this pop up on your screen:

    Code:
    * Restarting internet superserver inetd                            [ ok ]
    Now, close out of your terminal and start up Evolution. It may pop up the first-time use wizard, you can use that if you like. Or, you may have to go to Edit->Preferences and hit the Mail Accounts button on the left. However you choose to do it, here's your information:

    Email Address: xxx@hotmail.com (fill in your normal e-mail address that you use to login to hotmail)

    Receive Server type: POP
    Server: 127.0.0.1
    Username: xxx@hotmail.com (same as above)
    Security: No encryption
    Authentication type: Password
    (Remember password checkbox is up to you)

    Send Server type: SMTP
    Server: 127.0.0.1:2500
    [X] Server requires authentication (check this box)
    Use Secure Connection: No encryption
    Authentication Type: PLAIN
    Username: xxx@hotmail.com (same as above)
    (Optional Remember password checkbox)

  6. #276
    Join Date
    Sep 2007
    Location
    Phoenix, AZ
    Beans
    316
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: HOWTO: Send and Receive Hotmail through Evolution

    Quote Originally Posted by Mylton View Post
    i am a new to Ubuntu and have read the forum and found the below information. i followed the instruction listed below to setup my hotmail email using evolution mail. However i received a error message say error in performing operation.

    What else can i try
    That sure looks like a lot of unnecessary work. No love, either. Why don't you look at my how-to (in this thread - I forget what pages) and start getting your mail?

    I have also answered various error questions associated with same throughout this thread.

    Peace, Love, Out!
    "Nothing is foolproof to a sufficiently talented fool"

  7. #277
    Join Date
    Sep 2007
    Location
    Phoenix, AZ
    Beans
    316
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: HOWTO: Send and Receive Hotmail through Evolution

    Quote Originally Posted by gsiliceo View Post
    GUys microsoft will be closing the access to hotmail, you'll need windows live mail, and something tells me they wont release that tool for linux.
    http://blog.fastmail.fm/2008/04/22/m...-of-june-2008/
    My hotmail account is still quite accessible.
    "Nothing is foolproof to a sufficiently talented fool"

  8. #278
    Join Date
    Mar 2007
    Beans
    Hidden!

    Re: HOWTO: Send and Receive Hotmail through Evolution

    Yeah, they pushed the date until further notice, we can enjoy accesing hotmail a few months (hopefully).

    http://blogs.zdnet.com/microsoft/?p=1379

  9. #279
    Join Date
    Jun 2008
    Beans
    44

    Re: HOWTO: Send and Receive Hotmail through Evolution

    that's great thank's a lot

  10. #280
    Join Date
    Aug 2008
    Beans
    11

    Re: HOWTO: Send and Receive Hotmail through Evolution

    hi! I followed the instructions on the first page. downloaded emails, but can't sent using hotmail. I get this msg

    "Error while performing operation.
    Welcome response error: Operation now in progress"

    anybody solved this issue?

Page 28 of 50 FirstFirst ... 18262728293038 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •