Which MIME types are related to file extension ".mab"?

The .mab file extension is associated with 1 MIME types:

text/plain.

A MIME type is a string that tells browsers and other tools how to handle a particular kind of file.

About .mab Files

MAB files are used by Mozilla applications to store address book data in plain text format.
MIME type: text/plain

They are designed for easy readability and editing.
Based on information from FilExt.com, these files help manage and archive your contacts efficiently.

Relationship between file extension and MIME type

A file extension is a suffix at the end of a filename that indicates what type of file it is. File extensions help both users and operating systems identify what application should be used to open the file.

File extensions are typically separated from the filename by a period (dot) and consist of 2-4 characters, though they can be longer. For example, in the filename "document.pdf", ".pdf" is the file extension.

File extensions are closely related to MIME types, as they both serve to identify the format of a file. However, while MIME types are used primarily by web browsers and servers, file extensions are used by operating systems and applications.

Associated MIME types

text/plain

FAQs

What software do I need to open a .mab file?

The primary software for opening .mab files is Mozilla Thunderbird or other Mozilla-based email clients like SeaMonkey. Since these files are technically plain text, you can also view their raw contents using a text editor like Microsoft Notepad or Apple TextEdit, though the formatting may look cluttered.

How can I convert a .mab file to CSV or VCF?

You cannot simply rename the file extension to convert it. To convert a .mab file to a more common format like CSV (Comma Separated Values) or vCard (VCF), you should open the file within Mozilla Thunderbird, go to the Address Book, select the contacts, and use the Tools > Export feature.

Where are .mab files located on my computer?

These files are typically found within your Mozilla Thunderbird user profile folder. The two most common files you will find are abook.mab (Personal Address Book) and history.mab (Collected Addresses). Moving these files to a new profile folder is a common way to transfer contacts between computers.

Is it safe to edit a .mab file manually?

While the file uses the text/plain MIME type and can be opened in text editors, manual editing is generally discouraged. The file uses a specific internal structure (often the Mork database format), and modifying it incorrectly can corrupt your address book and make it unreadable by your email client.

Why does my new version of Thunderbird not use .mab files?

Recent versions of Mozilla Thunderbird (version 78 and later) have migrated away from the legacy MAB format to SQLite databases (.sqlite) for better performance and stability. If you upgrade an older installation, Thunderbird usually converts your old .mab files automatically.

What is the MIME type for .mab files?

The standard MIME type for these files is usually generic, such as text/plain, because they are text-based containers. However, they are strictly formatted for use by Mozilla's internal database engine.

Can I import a .mab file into Outlook or Gmail?

Direct import is rarely supported by non-Mozilla services. To move your contacts to Outlook or Gmail, you must first export the data from the .mab file using Thunderbird into a compatible format like LDIF, CSV, or vCard, and then import that resulting file into your destination service.

General FAQ

What is a MIME type?

A MIME (Multipurpose Internet Mail Extensions) type is a standard that indicates the nature and format of a document, file, or assortment of bytes. MIME types are defined and standardized in IETF's RFC 6838.

MIME types are important because they help browsers and servers understand how to process a file. When a browser receives a file from a server, it uses the MIME type to determine how to display or handle the content, whether it's an image to display, a PDF to open in a viewer, or a video to play.

MIME types consist of a type and a subtype, separated by a slash (e.g., text/html, image/jpeg, application/pdf). Some MIME types also include optional parameters.

How do I find the MIME type for a file?

You can check the file extension or use a file identification tool such as file --mime-type on the command line. Many programming languages also provide libraries to detect MIME types.

Why can one extension have multiple MIME types?

Different programs and historical usage may assign various MIME identifiers to the same file format. Listing them together helps maintain compatibility across tools.