Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Where email bodies are saved inside thunderbird profile directory?

  • 5 відповідей
  • 0 мають цю проблему
  • 39 переглядів
  • Остання відповідь від 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!
Прикріплені знімки екрана

Обране рішення

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.).

Читати цю відповідь у контексті 👍 1

Усі відповіді (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

Змінено Iago Giné

more options

Вибране рішення

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!