Correo combines Mozilla email functionality with tight OS X integration


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Correo combines Mozilla email functionality with tight OS X integration
# 1  
Old 01-28-2008
Correo combines Mozilla email functionality with tight OS X integration

Mon, 28 Jan 2008 21:00:00 GMT
Just as Camino offers Mozilla Web browsing capability tightly integrated with OS X system services, its new sibling, Correo, aims to bridge the same gap for email. The open source email reader is based on Mozilla technology, but unlike Thunderbird it ties in to core Mac OS libraries in order to better the end user experience.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Combines all lines in two files

The below awk combines the target.txt with the out_parse.txt and the output is GJ-53.txt (all attached). If there are multiple lines in out_parse how can they both be writing to GJ-53.txt? For example, in out_parse.txt there are two lines: 13 20763612 20763612 C T... (2 Replies)
Discussion started by: cmccabe
2 Replies

2. Shell Programming and Scripting

Adding the email functionality

I have make an menu in which first option is to start and second is to stop the services echo "Please enter the appropriate choice for doing the operations" echo " 1) STOP Services 2) START Services case $choice in 1) ... (4 Replies)
Discussion started by: punpun66
4 Replies

3. Post Here to Contact Site Administrators and Moderators

Linux forums a bit tight ?

Hi, I had done a long post here about the PCLinuxOS distribution but when I clicked on "submit" I got a message saying the post was too short : coming back has shown that my message disappeared : would you check how this forum is setup ? Thanks Mélodie (5 Replies)
Discussion started by: melodie
5 Replies

4. UNIX for Dummies Questions & Answers

tight vnc problem

Hi every one please help to find a way for remote connect to a graphical sco unix Xsession whit tight vnc i had installed tightvnc on sco unix 5.0.6 and i connect to new session with tight vnc client but i want to connect to started X session and control it xstartup file ... (0 Replies)
Discussion started by: kaydream
0 Replies

5. AIX

aix email integration with exchange

Hi All, I realized now that the root email is integrated with exchange. All the email of root is now being sent also to the aliases of aixadmin or to my email. I would like to know how is AIX integrated to exchange. What would be modified on AIX? Probably modify these files: /etc/hosts,... (0 Replies)
Discussion started by: itik
0 Replies

6. UNIX for Dummies Questions & Answers

Shell Script that identifies changes between 2 files and then combines them

Hi, I've been trying to figure out a script that would enable me to find the changes made from an original file say x then to a duplicate called y then revert those changes. Simple, but I'm already cracking my head over this one, Can someone help me out? say file x:- abc1 def2 ghi3... (7 Replies)
Discussion started by: rahzzbietel
7 Replies
Login or Register to Ask a Question
REPORTER-MAILX(1)						 LIBREPORT MANUAL						 REPORTER-MAILX(1)

NAME
reporter-mailx - Sends contents of a problem directory via email. SYNOPSIS
reporter-mailx [-v] -d DIR [-c CONFFILE] DESCRIPTION
The tool reads a problem directory, composes an email message from the directory contents, and uses mailx to send the message to specified recipient. Properties of email messages can be specified in a configuration file, and via environment variables. Configuration file Configuration file contains entries in a format "Option = Value". The options are: Subject The subject of the email message. EmailFrom The sender of the email message. EmailTo The recipient of the email message. SendBinaryData Use yes/true/on/1 to attach all binary files from the problem directory to the email. This can cause the emails to be very large. Integration with ABRT events reporter-mailx can be used as a reporter, to allow users report problems via email when they decide to do it. This usage is pre-configured in /etc/libreport/events.d/mailx_event.conf: EVENT=report_Mailx reporter-mailx It can also be used to notify administrator automatically when a problem happens. When this is desired, modify the event configuration file to run the tool on the post-create event: EVENT=post-create reporter-mailx OPTIONS
-d DIR Path to problem directory. -c CONFFILE Path to configuration file. When used in ABRT event system, the file contains site-wide configuration. Users can change the values via environment variables. ENVIRONMENT VARIABLES
Environment variables take precedence over values provided in the configuration file. Mailx_Subject Subject of the email message. Mailx_EmailFrom Sender of the email message. Mailx_EmailTo Recipient of the email message. If nor the environment variable nor the corresponding option is defined, the message is send to "root@localhost". Mailx_SendBinaryData Use yes/true/on/1 to attach all binary files from the problem directory to the email. AUTHORS
o ABRT team LIBREPORT 2.1.11 06/18/2014 REPORTER-MAILX(1)