Skip to content
Commit 4a4a56b3 authored by Martin Koller's avatar Martin Koller
Browse files

Fix handling of read-only mbox files

Up till now a read-only mbox file could not be loaded, since load()
always tried to open in read-write mode.
Now it first tries to open the file readWrite and if that fails,
it retries readOnly.
Also one can now explicitely tell the class to open the file readOnly
even if it could be written.

BUG: 138445
BUG: 323872
FIXED-IN: 4.14.5
REVIEW: 122255
parent fce13eba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment