in reply to Read Outlook Email/Attachment in Linux.

Is it possible to access the mailbox via POP or IMAP?

If so, then you can pull it using many tools.

Then search CPAN for tools to use.

--MidLifeXis

  • Comment on Re: Read Outlook Email/Attachment in Linux.

Replies are listed 'Best First'.
Re^2: Read Outlook Email/Attachment in Linux.
by cosmokramer (Initiate) on Nov 18, 2008 at 22:05 UTC
    I've not tried to access the mailbox thro' POP or IMAP, except that I do get emails from that box to my inbox ( alerts, notifications etc. ) I am checking whether the exchange server has pop/imap access enabled, I doubt it.
Re^2: Read Outlook Email/Attachment in Linux.
by cosmokramer (Initiate) on Dec 10, 2008 at 03:13 UTC

    After several attempts and tests, I was lucky in using Spreasheet:XLS and Spreadsheet::XLSX to make Linux parse Excel files.

    On the Email front, while I have a good news that I can access my mail server using IMAP or POP, I am simply unable to install Net::IMAP. I get the following error, please advice.

    Net::IMAP gave following errors:
    Manifying blib/man3/Net::IMAP.3pm *** ERROR: unterminated C<...> at line 2811 in file Net/IMAP.pm *** ERROR: unterminated C<...> at line 2906 in file Net/IMAP.pm *** ERROR: unterminated C<...> at line 2911 in file Net/IMAP.pm BEGIN failed--compilation aborted at /root/.cpan/build/NetxAP-0.02/bli +b/lib/Net/IMAP.pm line 29. Compilation failed in require at t/01_imap_base.t line 4. BEGIN failed--compilation aborted at t/01_imap_base.t line 4. t/01_imap_base....dubious Test returned status 2 (wstat 512, 0x200) FAILED--1 test script could be run, alas--no output ever seen make: *** [test_dynamic] Error 2 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force