ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Internet Email
Author:
David Wood
ISBN:
1 56592 479 7
Publisher:
O'Reilly
Pages:
362
Price:
£23-50
Reviewer:
Mike Mallett
Subject:
internet
Appeared in:
12-4
Although there are countless volumes on web design and HTML, e-mail, which is probably the most popular application on the Internet, has far less coverage. This book aims to be a useful reference for this often overlooked subject.

The emphasis of this book is on e-mail itself rather than programming. Most of the chapters cover such topics as protocols, message formats, mail user and mail transport agents. This makes it useful reading for anyone wanting to understand the inner workings, whether as a user or system administrator.

One interesting topic is the vCard, a virtual business card, which can easily be created using a simple text editor. There is also a useful chapter on anti-spamming techniques and the author stresses 'This is NOT a manual for creating spam'.

The programming content provides an API reference for experienced programmers working in Perl and Java. Most of the examples are presented in Perl although the author explains that these should be easily ported to other languages.

The book includes numerous references to resources on the Internet for those seeking in depth information on areas of interest. It is rounded off by a discussion of the future of e-mail. Recommended.