Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
09617f83
...
09617f838be0120dda02d162ddf9e74c75a30fcb
authored
2005-03-06 23:12:28 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
6b76ca09
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
6 deletions
ChangeLog
NEWS
TODO
ChangeLog
View file @
09617f8
2005-03-07 Sergey Poznyakoff
* TODO: Updated
* NEWS: Updated
* mail/decode.c (mail_decode): Implemented new variable
`metamail' that turns on use of metamail program for
displaying MIME messages.
(run_metamail): New function
* mailbox/mutil.c (mu_spawnvp): Minor fixes
2005-03-06 Sergey Poznyakoff
* NEWS: Updated
* auth/sql.c: Use a uniform way of filename quoting in diagnostic messages.
* auth/sql.c: Use a uniform way of filename quoting in diagnostic
messages.
* frm/common.c: Likewise
* frm/from.c: Likewise
* imap4d/authenticate.c: Likewise
...
...
NEWS
View file @
09617f8
GNU mailutils NEWS -- history of user-visible changes. 2005-03-0
5
GNU mailutils NEWS -- history of user-visible changes. 2005-03-0
7
Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
See the end of file for copying conditions.
...
...
@@ -18,7 +18,9 @@ encrypted using MySQL password() function. New option
passwords, `scrambled' for passwords hashed using MySQL algorithm and
`hash' for MD5 or DES hashed passwords (default).
* mail: Improved POSIX compatibility.
* mail
** Improved POSIX compatibility.
In particular, `next' command now works as described by
POSIX. Following commands change the status of the message to `read':
mbox, pipe, print, top, undelete, visual and decode (a GNU extension).
...
...
@@ -26,6 +28,19 @@ Implemented following variables: flipr, showto, bang.
The command `touch' does not alter messages that were deleted or saved
to a file.
** The `decode' command inspects `metamail' variable to see if
it should use an external program for displaying MIME message
parts. The variable, if set, should contain the invocation line
of the program. Thus, settting
set metamail="metamail -m mail -p"
in your ~/.mailrc enables use of the standard `metamail' program
by `decode'.
Before calling `metamail', the environment variable METAMAIL_PAGER
is set to the value of the variable PAGER.
* from
The `from' utility was rewritten. It is now fully compatible with the
BSD version.
...
...
TODO
View file @
09617f8
GNU mailutils TODO list. 200
4-01-27
Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
GNU mailutils TODO list. 200
5-03-06
Copyright (C) 2001, 2002, 2003, 2004
, 2005
Free Software Foundation, Inc.
* Documentation
...
...
@@ -86,7 +86,7 @@ mail (from mailutils itself), mutt, pine, netscape, mozilla.
** implement charsets in search: 1 SEARCH CHARSET ISO-8859-2 TEXT ...
** implement AUTHENTICATE KERBEROS_V4 and SKEY and
CRAM-MD5 and
SRP?
** implement AUTHENTICATE KERBEROS_V4 and SKEY and SRP?
* mail
...
...
Please
register
or
sign in
to post a comment