List price: $34.95 (that's 30% off!)
Used price: $10.98
Buy one from zShops for: $14.95
This covers what a mail server does and how it works, but really concentrates on mail client-server interaction. It goes into SMTP, ESMTP, MIME, POP3, IMAP, and vCard format. The examples are clear and concise, and it includes actual code in Perl and Java. This provides the reader with excellent, platform independent ways to do what they need to do.
The writing style is excellent. One of the most fluid technical books I've ever read. In fact, all I needed was one Sunday to read the book from front to back.
The code provided is superb. It's easy to use, easy to understand, and aides in the learning process. For me, the code is invaluable. It has personally saved me countless hours of work.
Finally, this book doesn't delve in tremendous detail. It tells the reader how to program for e-mail, but doesn't go into the RFC's as much as many people would like it to. I think, however, that this is a real strength. Many technical books bog the reader down with irrelevant information. This books avoids this, but still gives the user information on how to retrieve any additional information if needed.
Though there are not many e-mail programming books out there, this is by far the best one. I cannot recommend this book highly enough.
Used price: $12.95
List price: $19.95 (that's 30% off!)
Used price: $13.87
Buy one from zShops for: $13.09
Used price: $19.00
Buy one from zShops for: $39.95
Used price: $3.97
of historical value only, not reccomended.
Used price: $7.93
Buy one from zShops for: $7.94
Used price: $1.02
Collectible price: $10.54
Buy one from zShops for: $4.95
If you are intending to purchase this book as a textbook for your studies in Psychology, I strongly urge you to reconsider. There are many other texts which provide a far clearer and more concise package of information, with much less unnecessary rambling. However, if you are looking to buy a book merely for the purpose of general knowledge or interest, without having to take an examination on the topic, then this may be a suitable book for you. Still, you will need to be really determined to read this book, otherwise you will probably be defeated by its dullness and lack of clarity.
Whoever published this book must not have editors working for them and if they do, they should fire them. The spelling, capitalization and puncuation mistakes are horrible! I found at least a dozen in each chapter! But that is not the worst, I can survive grammar mistakes with a good book. Unfortunately, this is a dialogue only book. There is no he said.., she said... or even "and he turned to look at her as he said...". There are no filler words between dialogue at all. Strickly talking back and forth! Half the time you have no idea who is talking or exactly how they feel, the scenes change without a break in dialogue creating total confusion especially when the scene is two dialogue sentences and you can get absolutely no feeling for the characters! I could not totally understand any of the characters, one chapter they would say one thing and the next it would be like a totally different personality for that character.
Perhaps if the writer would have had a good editor to tell him about these problems he could have saved the story. Although it was very farfetched and too unbelievable for me, it still could have been saved.
I honestly don't recommend spending as much money as they want for this book, especially when you can get much better ones at cheaper prices.
Carly
Used price: $1.99
Buy one from zShops for: $13.89
This is where "companion" books like this come in, providing the reader with guideance, with information about real life situations and examples. They point out pitfalls, emphasize parts of the specs that are "more important" than others, or are (or can be) implemented differently in reality.
Alas, in my opinion the book falls short of achieving this goal. It barely does more than picking (sometimes random) parts of the specs and retelling them in the author's own words.
I have yet to find a book about email that doesn't confuse its reader with acronyms. It seems there is an internal competition between authors of these books to squeeze MTA, MUA, MDA and MRA in one sentence as often as possible.
Another example of the author confusing the reader is that the text keeps mentioning gateways to other (proprietary, non-internet) mail systems, and that/how messages must be converted between these different mail systems. While it's OK to mention this *once* in the introduction, this is clearly not the focus of this book, as it is geared towards folks who write software that handles INTERNET MAIL messages, and not gateway implementors (at least this is how I interpret the book's title).
Also, quite often there is bad coverage of the real world. For example, two chapters are devoted to understanding and implementing MIME, including a lenghtly explanation of "interesting" message types like message/external-body and message/partial (both of which I knew of, but have never ever encountered in my work that includes a fair amount of mail
programming). On the other hand, the "multipart/alternative" type (which is very common in today's email world - ever got a message from Amazon.com?) is barely mentioned at the very end of the MIME discussion.
All in all, it's a good idea from O'Reilly to have such a book, but the execution definitely needs polishing.