Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #4125 > unrolled thread
| Started by | Toby Rodwell <trodwell@iee.org> |
|---|---|
| First post | 2011-05-08 06:07 -0500 |
| Last post | 2011-05-09 14:45 -0500 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.ruby
Accessing MS Exchange from Linux host Toby Rodwell <trodwell@iee.org> - 2011-05-08 06:07 -0500
Re: Accessing MS Exchange from Linux host Brian Candler <b.candler@pobox.com> - 2011-05-08 09:03 -0500
Re: Accessing MS Exchange from Linux host Toby Rodwell <trodwell@iee.org> - 2011-05-09 14:45 -0500
| From | Toby Rodwell <trodwell@iee.org> |
|---|---|
| Date | 2011-05-08 06:07 -0500 |
| Subject | Accessing MS Exchange from Linux host |
| Message-ID | <69ced22ee2feb8632803ce151d97e83d@ruby-forum.com> |
Is it possible for a Linux host to access an Exchange server using MAPI in a simple and safe manner using Ruby? Looking at the posts related to "MAPI Exhcange" it seems that, as of a year or so ago, getting access was very difficult, but here's hoping. My host would only need to read messages in one mailbox (an inbox) - no need to access calendars or contacts. If this is very awkward/difficult/impossible then I may have the ability to go via HTTP i.e. the Exchange server in question has OWA enabled - would that be any simpler? Thanks in advance for any help/suggestions. -- Posted via http://www.ruby-forum.com/.
[toc] | [next] | [standalone]
| From | Brian Candler <b.candler@pobox.com> |
|---|---|
| Date | 2011-05-08 09:03 -0500 |
| Message-ID | <d99136a5ed81cf304b7c554366e392ab@ruby-forum.com> |
| In reply to | #4125 |
It's Java rather than Ruby, but I use "fetchexc" to download mail from Exchange. You could look at its source to are if you can reimplement it in Ruby. -- Posted via http://www.ruby-forum.com/.
[toc] | [prev] | [next] | [standalone]
| From | Toby Rodwell <trodwell@iee.org> |
|---|---|
| Date | 2011-05-09 14:45 -0500 |
| Message-ID | <1256bfac3aa5ad27c84af4a854f0b32c@ruby-forum.com> |
| In reply to | #4128 |
Brian Candler wrote in post #997374: > It's Java rather than Ruby, but I use "fetchexc" to download mail from > Exchange. You could look at its source to are if you can reimplement it > in Ruby. Interesting, thanks. I'll certainly go have a look as suggested but as I'm not really a programmer anyone wants to overtake me is very welcome to do so! -- Posted via http://www.ruby-forum.com/.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.ruby
csiph-web