Main > Free Download Search >

Free outlook express 6 software for linux

outlook express 6

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1765
Mozilla Thunderbird 1.5.0.12 / 2.0.0.6

Mozilla Thunderbird 1.5.0.12 / 2.0.0.6


Mozilla Thunderbird is a total redesign of the Mozilla mail component. more>>
Mozilla Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before.
It offers some advantages over other mail clients, including junk mail classification. Built from Mozilla code, Mozilla Thunderbird uses Gecko, the most standards-compliant rendering engine in existence.
In addition to the feature set found in Mozilla Mail, Thunderbird has several new features and improvements to make your mail and new experience better.
Main features:
- Adaptive Junk Mail Controls
- RSS Integration
- Saved Search Folders
- Saved Search Folders display messages based on previously set search criteria. For example, instead of filtering messages into a new folder, you can create a Saved Search Folder that lists all the messages received from a certain person over the past 30 days, even if those messages are stored in different folders and subfolders.
- Global Inbox Support
- POP3 users can now combine all of their POP3 accounts into a single global inbox under local folders.
- Message Grouping
- You can now group messages in a folder by attributes such as date, sender, priority or a custom label. For instance, a folder grouped by date will group messages from today, yesterday, last week, etc. into self-contained groups in the message list pane. (View > Sort By > Grouped By Sort)
- Privacy Protection
- In order to help protect your privacy, Thunderbird now automatically blocks remote image requests in emails from senders you dont know.
- Comprehensive Mail Migration from other Mail Clients
- Switching to Thunderbird has never been easier since Thunderbird can now migrate all of your email data including settings, mail folders and address book data from common mail applications such as the Mozilla 1.x Suite, Outlook Express, Outlook and Eudora.
Enhancements:
- Unescaped URIs passed to external programs
- Privilege escalation through chrome-loaded about:blank windows
<<less
Download (10.2MB)
Added: 2007-08-03 License: MPL (Mozilla Public License) Price:
893 downloads
Zimbra Collaboration Suite 4.5.6 / 5.0.0 Beta 1

Zimbra Collaboration Suite 4.5.6 / 5.0.0 Beta 1


Zimbra is a server and client technology for enterprise messaging and collaboration. more>>
Zimbra Collaboration Suite project is a client/server technology for enterprise messaging and collaboration.
Zimbra delivers innovation for both the administrator and the end-user as well as compatibility with existing infrastructure and applications (both open source and proprietary).
The Zimbra Collaboration Suite provides support for email, contacts, and group calendaring, and consists of a server and client.
Main features:
Administrator Benefits
- Online move, backup and recovery of individual or a group of mailboxes
- Compatibility with Active Directory and existing LDAP directories
- Native hierarchical storage management and clustering
- Web services integration with existing enterprise applications
- Integrated anti-spam and anti-virus
End-User Benefits
- Browser based client with search, shared calendar and mail that is integrated with contacts and calendar
- Support for Outlook: calendar, mail, contacts and offline mode
- Support for mobile devices: Blackberry, Treo and etc
- Support of Windows, Apple and Linux computer.
Whats New in 5.0.0 Beta 1 Development Release:
- This is the first release in the 5.0.0 release cycle.
- New features include IM, Tasks, Standard Client autocompletion, and keyboard navigation.
- Updates have been made to migration wizards and apple/outlook connectors.
Whats New in 4.5.6 Stable Release:
- Support for an automated MySQL database corruption check that will send a notification to the admin.
- Spam training has been enhanced by allowing programmatic scanning of folders without requiring a password.
- Admins can get backup and restore complete notifications sent via email.
- .Doc and .pdf files open correctly in Zimbra Web Client.
- iSync will not duplicate the calendar, and iSync Connector works correctly with Mac OS X 10.4.10.
- Servers automatically start after a ZCS upgrade.
- Web-based cross-mailbox discovery is available for the optional Zimbra Archiving and Discovery module.
<<less
Download (155MB)
Added: 2007-07-20 License: MPL (Mozilla Public License) Price:
766 downloads
IBM DB2 Express-C 9.5

IBM DB2 Express-C 9.5


IBM DB2 Express-C is a free database for storing and managing relational and XML data. It is free to download, use, distribute and does not have any e... more>> <<less
Download (290967KB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
MrPostman 1.2

MrPostman 1.2


MrPostman is a java program that allows you to access Yahoo Mail, Hotmail and other webmail services. more>>
MrPostman is a java program that allows you to access Yahoo Mail, Hotmail and other webmail services directly from your favorite mail client.
MrPostman project converts the web pages of your favorite webmail provider to e-mails and provides the standard POP interface to your mail client (e.g. Outlook Express, Netscape or Mozilla Mail, Thunderbird, Pegasus).
MrPostman is Free Software, released under the terms of the GNU Public License.
Send an e-mail to the appropriate mailing list, if you have any questions or would like to help with the project.
Currently supported webmail providers:
- Hotmail
- mail.com
- Yahoo
- gmail (Google mail)
- indiatimes.com
- juno
- rediffmail
- Gossamer mail
- Outlook Web Access (Exchange 5.5)
- Outlook Web Access 2003
Additionally it now supports the download of RSS news including pictures, excluding ads, ... Enjoy reading news offline!
Adding a new webmail provider might be as simple as writing a script of 50 lines. Feel free to add a script for your favourite provider and send it to us to be included in the next release.
Enhancements:
- MrPostman 1.2 improves the RSS functionality (multi page news, styles) and adds additional feeds (USA online, NY Times).
- Installation as Windows service was improved.
<<less
Download (1.1MB)
Added: 2005-11-30 License: GPL (GNU General Public License) Price:
1429 downloads
Mail::Addressbook::Convert 1.1

Mail::Addressbook::Convert 1.1


Mail::Addressbook::Convert is a Perl module that can convert to and from many e-mail addressbooks. more>>
Mail::Addressbook::Convert is a Perl module that can convert to and from many e-mail addressbooks.

SYNOPSIS

These modules allow to to convert between the following e-mail addressbook formats
From To csv csv ( Note: MS Outlook. Outlook Express and many other mailers will export and import into this format) tsv tsv (tab-separated ascii, Outlook and OE also do these) pine pine ccMail Eudora Eudora Pegasus Pegasus Juno Lidf Ldif (Netscape 4 exports in this format ) Mailrc Spry

This distribution will convert email addressbooks between many common formats. Some examples are Pine, Eudora, Pegasus, csv.

The documentation here is general. For details on conversion, each module has pod documentation specific to its conversion

As an example

To use to convert between Pine and Eudora as an example, you would do the following

use Mail::Addressbook::Convert::Pine;

use Mail::Addressbook::Convert::Eudora;

my $Pine = new Mail::Addressbook::Convert::Pine();

my $Eudora = new Mail::Addressbook::Convert::Eudora();

my $PineInFile ="pineSample.txt"; # name of the file containing the Pine data

my $raIntermediate = $Pine->scan($PineInFile);

my $raEudora = $Eudora->output($raIntermediate); # reference to an array containing a Eudora addressbook

All modules follow this template except Pegasus. Pegasus stores its address books in multiple files. See the documentation in Pegasus.pm

<<less
Download (0.030MB)
Added: 2006-08-02 License: Perl Artistic License Price:
1178 downloads
Squirrelmail Outlook Skin Theme 1.0.3

Squirrelmail Outlook Skin Theme 1.0.3


Squirrelmail Outlook Skin Theme is based on the layout (visual interface) of the M$ Outlook 2003 over Squirrelmail (1.4.8). more>>
Squirrelmail Outlook Skin Theme is based on the layout (visual interface) of the M$ Outlook 2003 over Squirrelmail (1.4.8).

<<less
Download (1.9MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
646 downloads
Email This! Bookmarklet Extension 2.0.2

Email This! Bookmarklet Extension 2.0.2


Email This! Bookmarklet Extension is formerly known as GMail This! more>>
Email This! Bookmarklet Extension is formerly known as GMail This!

Email This! (formerly known as GMail This!) will send your recipient the link, title, & highlighted text of the page you are viewing using GMail, Yahoo, and Stand-Alone Mail Clients like Outlook Express, Thunderbird, & More!

After downloading (and restarting Firefox), right click anywhere on the toolbar, push customize, and drag the emailthis icon/button to the toolbar (if you want to use the buttons that is - more options in v1.4).
Youre now ready to use EmailThis!

Red = GMail
Green = Yahoo
Blue = Stand-Alone Client

<<less
Download (0.022MB)
Added: 2007-07-25 License: Freeware Price:
821 downloads
Photorec 6.6

Photorec 6.6


PhotoRec is a small tool to recover pictures from digital camera memory. more>>
PhotoRec is a small tool to recover pictures from digital camera memory. Photorec software searches for MOV and JPEG headers, and because there is (usually) no data fragmentation, it can recover the whole file.
It can recover data from CompactFlash, Memory Stick, SecureDigital, SmartMedia, Microdrive, MMC, USB Memory Drives...
PhotoRec is safe to use, it will never attempt to write to the drive or memory support you are about to recover from. Recovered files are instead written in the directory from where you are running the PhotoRec program.
Photorec ignores the filesystem, this way it works even if the filesystem is severely damaged.
It can recover lost files at least from:
- FAT,
- NTFS,
- EXT2/EXT3 filesystem
Digital Camera
PhotoRec has been successfully tested with:
- Canon EOS300D, 10D
- HP PhotoSmart 620, 850, 935
- Nikon CoolPix 775, 5700
- Olympus C350N, C860L, Mju 400 Digital, Stylus 300
- Sony DSC-P9
- Praktica DCZ-3.4
- Casio Exilim EX-Z 750
PhotoRec searchs known file header and because there is no data fragmentation (usually), it can recover the whole file. Photorec recognises numerous file format including:
Archive
- .7z 7zip archive file
- .bz2 bzip2 compressed data
- .gz gzip compressed data
- .rar Rar archive
- .tar tar archive
- .zip zip archive
- Multimedia
- .asf, .wma, .wmv: Advanced Streaming Format used for Audio/Video
- .au Sun/NeXT audio data
- .avi .wav RIFF audio/video
- .bmp BMP bitmap image
- .cdr Corel Draw
- .crw Canon Raw picture
- .ctg Canon catalog
- .dcr Kodak Raw picture
- .dsc Nikon dsc
- .fla Flash Project File
- .gif Graphic Interchange Format
- .jng JPEG Network Graphics
- .jpg JPG picture
- .mng Multiple-Image Network Graphics
- .mov MOV video
- .mp3 MPEG ADTS, layer III, v1 audio
- .mp4 MPEG 4
- .mpg Moving Picture Experts Group video
- .mrw Minolta Raw picture
- .ogg OGG Vorbis audio
- .orf Olympus Raw Format picture
- .pcx PCX file format
- .pef Pentax Raw picture
- .png Portable Network Graphics
- .psd Adobe Photoshop Image
- .qxd QuarkXpress Document
- .qxp QuarkXpress Document
- .raf Raw Fujifilm picture
- .raw Contax picture
- .rdc Rollei picture
- .sit Mikron
- .sr2 Sony Raw picture
- .tif Tag Image File Format
- .x3f Sigma/Foveon X3 raw picture
- .xcf GIMP XCF File
Office
- .doc Microsoft Word
- .mbd Access database
- .odd OpenDocument Drawing
- .odp OpenDocument Presentation
- .ods OpenDocument Spreadsheet
- .odt OpenDocument Text
- .pap Papyrus word file
- .ppt PowerPoint presentation
- .rtf Rich Text Format
- .sda StarDraw
- .sdc StarCalc
- .sdd StarImpress
- .sdw StarWriter
- .slk Sylk, Multiplan Symbolic Link Interchange
- .sxc OpenOffice Spreadsheet
- .sxd OpenOffice Drawing
- .sxi OpenOffice Presentation
- .sxw OpenOffice Text Document
- .txt Text file
- .vis Visio document
- .xls Microsoft Excel
Others
- .asp ASP script
- .bat Batch
- .c C source file
- .dbf DBase 3 (prone to false positive)
- .dbx Outlook Express
- .eps Encasulated PostScript
- .exe MS executable
- .frm MySQL table definition
- .h C header
- .html HTML
- .jsp JSP script
- .MYI MySQL MISAM compressed data
- .pdf Portable Document Format
- .php PHP script
- .pl Perl script
- .prc PalmOS application
- .ps PostScript document
- .pst Outlook
- .py Python script
- .qdf Quicken
- .sh Shell script
- .wab Windows Address Book
Enhancements:
- A new method for handling fragmented data is now used, making recovery more reliable and faster.
- This release can be set to search for files in FAT16/FAT32 unallocated space only, which avoids wasting time recovering files that are still accessible, making the recovery of lost files much faster and more efficient.
- New file formats have been added.
<<less
Download (1.0MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
934 downloads
TinyCA 0.7.5

TinyCA 0.7.5


TinyCA is a simple graphical userinterface written in Perl/Gtk to manage a small CA (Certification Authority). more>>
TinyCA is a simple graphical userinterface written in Gtk/Perl to manage a small CA (Certification Authority).
TinyCA works as a frontend for openssl.
Main features:
- Unlimited CAs possible
- Support for creating and managimg SubCAs
- Creation and Revocation of x509 - S/MIME certificates
- PKCS#10 Requests can be imported and signed
- RSA and DSA keys can be generated and used
- ServerCertificates
- Certificates can be exported as: PEM, DER, TXT and PKCS#12
- Certificates may be used with e.g. Apache, Postfix, OpenLDAP, Cyrus and FreeS/WAN
- ClientCertificates
- Certificates can be exported as: PEM, DER, TXT and PKCS#12
- Certificates may be used with e.g. Netscape, Konqueror, Opera, Internet Explorer, Outlook (Express) and FreeS/WAN
- Certificate Revocation List
- CRLs can be exported as: PEM, DER and TXT
Language Support:
- English
- German
- Spanish
- Czech
- French
<<less
Download (0.18MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1200 downloads
nntp//rss 0.5-beta-1

nntp//rss 0.5-beta-1


Bridging the worlds of NNTP clients and RSS feeds, nntp//rss is an application that will enable you to use your existing favorit more>>
Bridging the worlds of NNTP clients and RSS feeds, nntp//rss is an application that will enable you to use your existing favorit. nntp//rss works like a bridge between RSS feeds and NNTP clients, the content extracted being read by the NNTP newsreader. RSS feeds are represented as NNTP newsgroups, providing a simple, straightforward and familiar environment for news reading. nntp//rss contains both an NNTP server and an RSS aggregator, with a web interface for administration and monitoring. Installation is as simple as unpacking the distribution and running the application. It has been tested against popular NNTP newsreaders, including Mozilla, Outlook Express, MT-NewsWatcher, Free Agent, and text-based readers such as Gnus, tin and nn.

<<less
Download (0.5MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1236 downloads
libwab 060901

libwab 060901


Libwab is a little command line utility that you can use to export your addresses from a Windows Address Book. more>>
Libwab is a little command line utility that you can use to export your addresses from a Windows Address Book (used in Microsoft Outlook Express).

Simply compile and run it on a .wab file and than it should dump the file in ldif format (a nice ascii format used in ldap).

libwab now has heuristic mode. This allows you to:

recover deleted address records
recover data from a damanged file

USING

Wabread will excrete output to stdout. So youll want to do something like this:

$ ./wabread mywabfile.wab >mywabdata.ldif

For more information run wabread with nothing on the command line.

$ ./wabread

Use: wabread [options] < filename.wab >

Options:

-d # set debugging (logical or 1,2,3,4...)
-h heuristic record dump: attempt to
recover a broken .wab file
-c display extra crud.
<<less
Download (0.030MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1129 downloads
NeoMail 1.29

NeoMail 1.29


NeoMail is a free web-based e-mail client that can be installed on any UNIX mail server that is also running a web server. more>>
NeoMail project is a web-based mail client which can be installed on any UNIX mail server that is also running a web server. With thousands of installations worldwide, anyone who has used their share of webmail has probably used NeoMail at some point.
In fact, theres a good chance that you arrived at this page by clicking a link on your NeoMail providers login page. Welcome! Feel free to browse around and see what others are saying about the webmail interface youve used for years.
But be advised: we cant help you with end-user issues such as login timeouts, password reset requests, and the like. We dont administer your e-mail server, we just provide the webmail software that powers it!
Main features:
- Sending/receiving messages with multiple attachments
- Inline image attachment display
- Friendly, attractive, icon-based user interface -- If you dont agree, you can create your own using the built-in interface template support!
- Multiple language support, including English, Spanish, German, French, Hungarian, Italian, Dutch, Polish, Portuguese, Norwegian, Romanian, Russian, Slovak, and more can be added easily
- Configurable limits on outgoing attachment size, folder disk usage, addressbook size...
- Users can import their address book from Outlook Express or Netscape Mail in CSV format.
NeoMail is not related to the web-based messaging service at NeoPets.com.
Enhancements:
- This release has a fix to check the session before a folder add/delete in case of a maliciously constructed request.
- This upgrade is highly recommended for all users.
<<less
Download (0.54MB)
Added: 2006-02-10 License: GPL (GNU General Public License) Price:
1353 downloads
DVD BacKup Express 5

DVD BacKup Express 5


DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup. more>>
DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup.

I made it because it can be run on any platform with kommander installed and dvdbackup available (which may be more platforms than kdvdbackup or other binary frontends are available for)

There is a lot of room for improvement here. Feel free to spruce it up a bit and send me the new .kmdr file and i will update this.

<<less
Download (0.004MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1354 downloads
VBA Express 1.2

VBA Express 1.2


VBA Express is a frontend for the very popular game emulator VisualBoyAdvance. more>>
VBA Express is a frontend for the very popular game emulator VisualBoyAdvance.

Whats VBA Express? Its First, to configure VisualBoyAdvance (emulator)... EASILY! Graphics, sound, controls (keyboard and joystick), paths (to saves and captures)... You can configure all this without edit VisualBoyAdvance.cfg manually!

Open your Roms (games) with the frontend! You can run the roms with "Play!" button (without using the console command VisualBoyAdvance game.rom).

<<less
Download (1.3MB)
Added: 2006-11-04 License: GPL (GNU General Public License) Price:
1125 downloads
Logitech Quickcam express driver 0.6.4

Logitech Quickcam express driver 0.6.4


This project is to produce drivers for the Logitech Quickam Express that will run popular linux software, such as video for linu more>>
This project is to produce drivers for the Logitech Quickam Express that will run popular linux software, such as video for linux.

This site hosts the Linux driver for the QuickCam Express and other QuickCam-related and QuickCam-compatible USB web cameras. The original work was done by Georg Acher and was known as qce-ga; Jean-Frederic Clere took that driver and created the first Video4Linux (V4L) driver, enabling popular V4L applications such as Xawtv to display pictures from the webcam. Since then, a group of developers around the world have evolved the driver into its current state, adding support for new cameras and chipsets as they have become available. In the process, the driver became known as qc-usb to reflect the fact that it supports a wide variety of USB-attached QuickCam cameras, not just the QuickCam Express.

The qc-usb driver supports the following webcams:

Dexxa Webcam
Labtec Webcam (old model)
LegoCam
Logitech QuickCam Express (old model)
Logitech QuickCam Notebook (some models)
Logitech QuickCam Web

Generally, any USB camera with a USB vendor ID of 0x46d and a USB product ID of 0x840, 0x850, or 0x870 (so, 0x46d:0x840, for example), should work. You can see the USB ID using operating system utilities such as lsusb in Linux.
<<less
Download (0.14MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
758 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5