Sylpheed 2.6.0 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Sylpheed 2.6.0 (Stable branch)
# 1  
Old 12-19-2008
Sylpheed 2.6.0 (Stable branch)

Image Sylpheed is a simple, lightweight but featureful, and easy-to-use email client. It has a well-polished and comfortable user interface. It has many features such as multiple accounts, thread display, MIME, powerful filtering, various search interface, spell checking, and junk mail control. It supports common email protocols such as POP3, IMAP4rev1, SMTP, and security features such as GnuPG and SSL/TLSv1. It is also fully internationalized and multilingualized. License: GNU General Public License (GPL) Changes:
The POP3 remote mailbox feature was added, which enables the direct viewing, downloading, and deletion of messages on POP3 server. The backups of configuration files are kept for four generations now. Some other feature improvements and bugfixes were made. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
LOGINS(1)						    BSD General Commands Manual 						 LOGINS(1)

NAME
logins -- display account information SYNOPSIS
logins [-admopstux] [-g groups] [-l logins] DESCRIPTION
The logins utility displays information about user and system accounts. The following options are available: -a Display information about the password change and account expiration times for each account. -d Select accounts with duplicate UIDs. -g groups Select accounts that are members of the specified groups. If multiple group names are specified, they must be separated with com- mas. -l logins Select accounts matching the specified login names. If multiple names are specified, they must be separated with commas. -m Show information about secondary groups. -o Display the information for each account on a single line of colon-separated fields. -p Select accounts with no password. -s Select system accounts. These are currently defined as accounts with UIDs below 1000, plus the ``nobody'' account (UID 65534). -t Sort selected accounts by name rather than by UID. -u Select user accounts. These are currently defined as accounts with UIDs above 1000, except the ``nobody'' account (UID 65534). -x Display information about each account's home directory and shell. If multiple selection options are specified, all accounts matching any of the selection criteria will be displayed. If no selection options are specified, all accounts will be displayed. SEE ALSO
getgrent(3), getpwent(3), group(5), passwd(5), pw(8) HISTORY
The logins utility appeared in FreeBSD 4.10. AUTHORS
The logins utility was written by Dag-Erling Smorgrav <des@FreeBSD.org> based on similar utilities in other operating systems. BSD
March 6, 2004 BSD