3063bd8ff05d3d8cd33156f4366b36890e501436 |
|
19-Nov-2014 |
Timo Sirainen <tss@iki.fi> |
mbox: Added more (and earlier) detection for errors in mbox istreams. |
f0a2d04321ba456e5c5ba821c0d1ed9e8e0e2e08 |
|
06-Mar-2010 |
Timo Sirainen <tss@iki.fi> |
Set input stream names for mail file streams.
--HG--
branch : HEAD |
8ed8c821ba8aab0b4ed0375f87d48737ef0e0d8e |
|
13-Dec-2008 |
Timo Sirainen <tss@iki.fi> |
mbox: Don't cache mbox state after it has been unlocked.
--HG--
branch : HEAD |
ed63764502561bbeb12fe03878fb33a82b89bf27 |
|
13-Sep-2008 |
Timo Sirainen <tss@iki.fi> |
mbox: Log mbox file path for "Unexpectedly lost .." errors.
--HG--
branch : HEAD |
b12a6d0e54318273acf0d0fb8b3f4c29f67b62b0 |
|
30-Aug-2008 |
Timo Sirainen <tss@iki.fi> |
mbox: If we detect corrupted cached offsets/sizes, make sure the mbox gets resynced.
--HG--
branch : HEAD |
64a67c0296b120b6e15169ac9d84dec964e55969 |
|
04-May-2008 |
Timo Sirainen <tss@iki.fi> |
mbox: Don't stop at From_-lines in the message bodies. Use Content-Length:
header to figure out if it belongs to a message body or not.
--HG--
branch : HEAD |
e1dff8512ee6f4e09b13a2abc46936f3250279ea |
|
08-Nov-2007 |
Timo Sirainen <tss@iki.fi> |
Removed MAILBOX_OPEN_MBOX_ONE_MSG_ONLY flag and handling. Raw storage
replaced its functionality.
--HG--
branch : HEAD |
c25356d5978632df6203437e1953bcb29e0c736f |
|
16-Sep-2007 |
Timo Sirainen <tss@iki.fi> |
Changed .h ifdef/defines to use <NAME>_H format.
--HG--
branch : HEAD |
fe363b433b8038a69b55169da9dca27892ad7d18 |
|
24-Jul-2007 |
Timo Sirainen <tss@iki.fi> |
Removed memory pool parameter from iostreams. Default pool was almost always
used, and the stream usually required destroying anyway so it didn't even
make freeing memory easier.
--HG--
branch : HEAD |
c35d0c3eb4ba89432896e1f9770ab31cc63c232b |
|
16-Oct-2006 |
Timo Sirainen <tss@iki.fi> |
Fixes to handling CRLF linefeeds in mboxes.
--HG--
branch : HEAD |
355584df8bebece27e066a863eef81a765fb55b7 |
|
07-Aug-2006 |
Timo Sirainen <tss@iki.fi> |
Added MAILBOX_OPEN_MBOX_ONE_MSG_ONLY flag for mailbox_open() which makes it
ignore all but the first From-line in a mbox. This kludge is required for
deliver which builds a temporary mbox stream from the input. Later it
should be fixed to use some plain-mailbox format instead of mbox.
--HG--
branch : HEAD |
6ef7e31619edfaa17ed044b45861d106a86191ef |
|
13-Jan-2006 |
Timo Sirainen <tss@iki.fi> |
Added "bool" type and changed all ints that were used as booleans to bool.
--HG--
branch : HEAD |
b225c3c65f360d7b833f09f9b2fb3035ed5ea600 |
|
29-Mar-2005 |
Timo Sirainen <tss@iki.fi> |
i_stream_sync() replaced istream_raw_mbox_flush(). Use i_stream_stat()
instead of fstat() directly. Now we have the possibility to use istreams as
read-only mboxes.
--HG--
branch : HEAD |
178511b57faa7c3f8203dd8b7e4059d00cbfc23a |
|
22-Aug-2004 |
Timo Sirainen <tss@iki.fi> |
istream-raw-mbox now sets stream->eof when it's at the end of message to fix
some issues elsewhere.
--HG--
branch : HEAD |
9e095dd6a77097356aca8216356d4d71ef1bea45 |
|
22-Aug-2004 |
Timo Sirainen <tss@iki.fi> |
Removed istream.disconnected, it's too much of a special case and the only
place where it's needed will be removed soon. Added istream.eof back, it's
more useful.
--HG--
branch : HEAD |
9e59a1f3f095b3099478562cf3f3970a24736970 |
|
18-Jun-2004 |
Timo Sirainen <tss@iki.fi> |
Added istream_raw_mbox_is_eof() and fixed updating UIDVALIDITY in index
--HG--
branch : HEAD |
7f773564b94e6054a40d3785cb63c29f1e4d4dee |
|
16-Jun-2004 |
Timo Sirainen <tss@iki.fi> |
Complain if file isn't in mbox format. Complain if From-line wasn't found
from expected location. Parser should handle now correctly any kind of mbox
no matter how corrupted.
--HG--
branch : HEAD |
abe8230dd1dd37d7ccf0163100e934bb5e658c20 |
|
15-Jun-2004 |
Timo Sirainen <tss@iki.fi> |
several fixes and optimizations.
--HG--
branch : HEAD |
313fe89df4d91cd0cd7f3558dc6d7fd21ad39eee |
|
09-May-2004 |
Timo Sirainen <tss@iki.fi> |
mbox rewriting is almost working - the hard part is done.
--HG--
branch : HEAD |
8fcff4c5b52f24d9c681805fdf06b486f1d0fcbe |
|
06-May-2004 |
Timo Sirainen <tss@iki.fi> |
mbox code compiles again, but syncing is only partially implemented so
accessing mboxes fails..
Also some cleanups to index-storage and maildir code.
--HG--
branch : HEAD |
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834 |
|
27-Apr-2004 |
Timo Sirainen <tss@iki.fi> |
importing new index code. mbox still broken.
--HG--
branch : HEAD |