improve logic for header-stripping in MIME.java
[org.ibex.mail.git] / src / org / ibex / mail / MIME.java
2007-07-05 adamimprove logic for header-stripping in MIME.java
2007-07-05 adamadd body jsproperty to MIME
2007-03-17 adamminor cleanup in MIME.java
2007-03-17 adammassive refactoring of Headers class
2007-03-17 adamcope with uppercase mime encodings
2007-03-17 adamminor reformatting
2007-01-15 adamnote to self: support 7BIT
2006-04-15 adammade Headers class truly immutable
2005-02-23 adamimplemented bounce messages
2005-02-21 adammassive robustness overhaul
2005-01-11 adamupdate Mail for new JS API
2005-01-07 adamupdated for new org.ibex.js
2005-01-04 adamlicensing update to APSL 2.0
2004-10-23 adamkeep MIME headers in a byte[] until requested
2004-08-17 adammake MIME more tolerant of content-types without slashes
2004-07-21 adamtemporarily disable header rewriting; causing memory...
2004-07-21 adamfixed get/gets mixup
2004-07-20 adamcorrected line counting
2004-07-20 adamdummy
2004-07-20 adamtotal overhaul; were using MIME and MIME.Part now
2004-07-13 adambogus
2004-05-31 adamrestructuring; broke out Query, cleaned up Mailbox