Jim S wrote:
> VanguardLH wrote:
>
>> Jim S wrote:
>>
>>> No big deal, but when I delete an email in Outlook 2010 the header pane
>>> clears, but the message remains visible until I change folder.
>>> Fault or not?
>>
>> That's what happens when you connect to IMAP accounts. Items aren't
>> deleted from the server until your client chooses to Purge them. You
>> delete, they get red-lined to show they are flagged for deletion, but
>> they don't get deleted from the server until you actually purge them.
>> Remember that IMAP is to keep in-sync your client- and server-side
>> folders.
>>
>> Outlook can be configured to send a Purge when you change focus. Or you
>> could send one manually.
>>
>> http://answers.microsoft.com/en-us/o...5-c161365f5904
>> http://social.technet.microsoft.com/...0-9f662a2b486d
>
> Not on IMAP
And what does that extremely terse reply supposed to mean?
That you think the articles didn't discuss IMAP. Yes, they do.
That IMAP somehow works just like POP? Wrong. The default config for
POP is to RETR+DELE (retrieve and delete). The default config for IMAP
is to FETCH (retrieve) and the DELETE is issued separately sometime
later. The EXPUNGE can be issued immediately after the DELETE or
sometime later. Items deleted for an IMAP account are merely *marked*
or flagged for deletion. They don't actually get deleted until the
e-mail client sends a purge command (expunge) to the e-mail server.
Read:
http://en.wikipedia.org/wiki/Imap
"E-mail clients using IMAP generally leave messages on the server until
the user explicitly deletes them."
RFC 5301 - Internet Message Access Protocol (IMAP) v4.1
ftp://ftp.rfc-editor.org/in-notes/rfc3501.txt
Section 6.3.4 - DELETE command
That merely *flags* the message as deleted so it cannot be retrieved
again at a later time. It's a flag, not an action (to delete). You
have to follow with an Expunge command. In fact, you can search your
mailbox for delete-flagged items. Obviously if they physically no
longer existed then they could not be listed, but they ARE listed as
"DELETED = Message with the \Deleted flag set for removal later by the
EXPUNGE command."
Section 6.4.3 - EXPUNGE command
"The EXPUNGE command permanently removes all messages that have the
\Deleted flag set from the currently selected mailbox." This actually
physically removes the item from the mailbox on the e-mail server.
For some e-mail clients, they can be configured to do a real delete at
the server (i.e., send it the DELETE command) when:
1. The user manually issues a Purge function in the e-mail client.
2. The user changes focus to another folder (from one where items were
delete *flagged*).
3. The user deletes an item in the Deleted Items folder.
DELEte for POP removes the item from the mailbox on the server. DELETE
for IMAP merely flags the item (so it cannot be reaccessed again) for
physical deletion by a later EXPUNGE. POP and IMAP accounts are quite
different in the protocol used to access and manage them and in their
behaviors.
http://office.microsoft.com/en-us/ou...010080420.aspx