diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-30 07:35:01 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-30 07:35:01 +0000 |
commit | 07869a5ae9f1744e70344e6163d0fdba27511aaf (patch) | |
tree | e956beb259917ead7563ba067b8a1eca852e1e94 /mail/Makefile | |
parent | 010f3e873396c3f9783ac50a58867bdd263c0941 (diff) | |
download | FreeBSD-ports-07869a5ae9f1744e70344e6163d0fdba27511aaf.zip FreeBSD-ports-07869a5ae9f1744e70344e6163d0fdba27511aaf.tar.gz |
Nocc is a Web-based e-mail reader. It uses PHP and a Web server to access
a mail server (POP3, IMAP) and send e-mail (SMTP or plain sendmail).
Nocc can be used as an e-mail reader and allows you to view, send
messages, manage your mail account. It can view and send MIME attachments
(files, HTML, etc.).
Nocc has low requirements on browser, it uses JavaScript as less as
possible, nearly no frames and even works with Lynx without cookies.
WWW: http://nocc.sourceforge.net/
- Alex Dupre
sysadmin@alexdupre.com
PR: 34584
Submitted by: sysadmin@alexdupre.com
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index fa160b6..b5984923 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -124,6 +124,7 @@ SUBDIR += newmail SUBDIR += nmh SUBDIR += noattach + SUBDIR += nocc SUBDIR += nullmailer SUBDIR += openwebmail SUBDIR += p5-Email-Find |