Issue: Apple Mail activity window stuck on “Copying Message” for IMAP account.

Resolution: Hidden folder “OfflineCache” must be deleted.

To show hidden files: Open terminal and enter the command:

defaults write com.apple.Finder AppleShowAllFiles YES

To delete the offending folder:

  1. Close Apple Mail app,
  2. Go to “/Users/[Your user]/Library/Mail/
  3. Find the folder titled “IMAP-[ACCOUNT]” where [ACCOUNT]” is the name of the e-mail account you’re having trouble with,
  4. Delete the folder “OfflineCache”,
  5. Open Mail app, Activity window will be more active.

Would be advisable to hide the hidden folders again:

defaults write com.apple.Finder AppleShowAllFiles YES

Links:

https://discussions.apple.com/thread/2422870?threadID=2422870&tstart=16&messageID=12309721

http://www.mikesel.info/show-hidden-files-mac-os-x-10-7-lion/