Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Where email bodies are saved inside thunderbird profile directory?

  • 5 svar
  • 0 har dette problem
  • 39 visninger
  • Seneste svar af Iago Giné

more options

Hi,

I have an Office 365 account synchronized. I see inside the thunderbird profile directory I use the next structure:

ImapMail/outlook.office365.com/

and here there are folder.msf files for each of the folders or folder.sbd directories for the account folders with other folders nested. In general, in the last level, together with the folder.msf file I see a folder file, for example, there is ImapMail/outlook.office365.com/INBOX.msf and ImapMail/outlook.office365.com/INBOX and the same for other folders inside the *.sbd directories.

But in the main level (just inside ImapMail/outlook.office365.com, not in any *.sbd directory), for some of the folders (without others nested, so without the corresponding *.sbd directory) I only see the folder.msf file, but there is not the file ImapMail/outlook.office365.com/folder

The body message of the emails in such folder is not saved in the folder.msf. Where is it then? It is downloaded, since I can see those messages offline. Further, if I open an email in a window I can see its body by means of View > Message Source. So, where is this saved? I tried grep -r "..." ImapMail with some email body content instead of ..., but it did not find anything.

Thanks!

Hi, I have an Office 365 account synchronized. I see inside the thunderbird profile directory I use the next structure: ImapMail/outlook.office365.com/ and here there are folder.msf files for each of the folders or folder.sbd directories for the account folders with other folders nested. In general, in the last level, together with the folder.msf file I see a folder file, for example, there is ImapMail/outlook.office365.com/INBOX.msf and ImapMail/outlook.office365.com/INBOX and the same for other folders inside the *.sbd directories. But in the main level (just inside ImapMail/outlook.office365.com, not in any *.sbd directory), for some of the folders (without others nested, so without the corresponding *.sbd directory) I only see the folder.msf file, but there is not the file ImapMail/outlook.office365.com/folder The body message of the emails in such folder is not saved in the folder.msf. Where is it then? It is downloaded, since I can see those messages offline. Further, if I open an email in a window I can see its body by means of View > Message Source. So, where is this saved? I tried grep -r "..." ImapMail with some email body content instead of ..., but it did not find anything. Thanks!
Vedhæftede skærmbilleder

Valgt løsning

If you see a .msf file without an accompanying mbox file of the same name with no extension, it means the folder is set to not download message bodies (Account Settings, Sync. & Storage, Message Sync.).

Læs dette svar i sammenhæng 👍 1

Alle svar (5)

more options

I said that " I can see its body by means of View > Message Source", I wanted to comment that I could not find/understand the title/head of the displayed window. For example, the one in the attached screenshot in the previous post.

more options

Message folders have two components, such as INBOX and INBOX.msf. The msf file is the index and the other is the mbox that contains the messages.

more options

@davidsk But in the case I say, I can see only the *.msf component

Ændret af Iago Giné den

more options

Valgt løsning

If you see a .msf file without an accompanying mbox file of the same name with no extension, it means the folder is set to not download message bodies (Account Settings, Sync. & Storage, Message Sync.).

more options

@sfhowes that's it. It's weird most of the top level folders were not set to download, when I didn't play anything with such options.

Thanks!