Koval said:
Hi Brian,
here is what i did step by step:
1. My mail server complained that I'm close to reach quota limit. I
need to remove mails from Inbox.
2. Create new folder outside of 'Inbox' called 'Greg'
3. Highlight and move ca. 400 emails from 'Inbox' to 'Greg'. After
moving messages are still ok at this stage.
4. Decided that I will divide these e-mails into months, so in Greg
I
created subfolders: '02.08' and '03.08'
5. Highlight and move ca. 300 e-mails from 'Greg' to 'Greg'>'03.08'
6. Immediately after moving, all messages in folder '03.08' have
mixed
up bodies and headers.
You mention slicing out e-mails from your Inbox in your other post
because of a quota limit warning. You have not mentioned using an
Exchange account in which the Inbox in Outlook would reflect your
mailbox up on the Exchange server. If you are using a POP account,
local copies of e-mails are saved in a .pst file and the only limit
there is on the file size (2GB for pre-OL2003, 20GB by default for
OL2003 and up). Moving items out of the Inbox in Outlook won't affect
your quota consumption up on the mail server for a POP account. It
would for an Exchange account. It won't for an IMAP account because
the other folder you created would still have all those items in it
which count against your quota. So if you are using POP or IMAP,
moving items out of Outlook's Inbox will do nothing to eliminate the
quota problem with your mailbox up on the server.
If using Exchange, moving items from the Inbox to another folder will
not reduce your quota. The other folders you create are still
consuming space in your mailbox on Exchange.
If using POP, e-mails gets deleted once yanked from the mail server.
So they are no longer up on the mail server to be consuming disk
quota. Perhaps you configured your POP account in Outlook to leave
messages up on the mail server. Well, you have them downloaded into
Outlook so you don't need them up on the mail server, so use the
webmail interface to your account to delete those duplicate messages
(or configure Outlook to delete them when yanked). There is no quota
limit for the local copies of e-mails in your .pst file other than the
size of the file itself (2GB for ANSI .pst files, 20GB for Unicode
..pst files).
If using IMAP, e-mails stay up on the server and you also have a local
copy of them. Creating a new folder and moving messages to them will
do nothing to reduce your disk consumption quota up on the mail
server. The items you moved into another folder are also in another
folder up in your IMAP account so they still consume disk space.
So, for Exchange and IMAP accounts, creating a new folder and moving
messages to them will not reduce your quota consumption on disk space
usage. For POP, it is normally configured to delete the messages
after they have been yanked. You get a local copy and the mail host
copy gets deleted. If you change that default configuration to leave
the yanked messages up on the mail server, it is up to you to
periodically delete the *duplicate* messages in your mailbox up on the
mail server (because you already have a local copy of them).
So WHAT type of e-mail account are you using? POP, IMAP, Exchange?
Don't know how Outlook stores the messages, but I think it would
actually make sense to split messages into bodies/headers or even
more
granular split to improve search/sort performance in Outlook.
Databases don't separate each piece of data into its own record. That
would severely increase the size of the database with all the required
links between each piece of data. Each mail item is a record in a
database, and each record has fields designated for the different
pieces of data. The search is based on which field is specified in
the search and then goes looking in that field through each record.
But records are kept intact. Granularity does NOT assist in fast
searching.