In case anyone is interested, you can use Net::POP3 to access mail on
a MS Exchange Server, e.g:

    pop = Net::POP3.new('my_mail.server.com')
    pop.start('my_windows_domain/my_windows_username/my_mailbox', 'mypassword')

>From what I have read, the mailbox tends to be the same as the windows
username.  It worked for me anyway.

Cheers,
Daniel.

On 14/06/06, Zeljko Filipin <[EMAIL PROTECTED]> wrote:
> No, pop only. Good luck with MS Exchange Server! :)
>
>
> On 6/14/06, Daniel Browne <[EMAIL PROTECTED]> wrote:
> > I don't suppose you have had any
> > experience using "Net::POPMail" to connect to an MS Exchange Server?
> >
>
>
> _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general
>
>
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to