Can we keep format natif mail inbound alfresco

A very specific question!

When you say "keep format native mail inbound Alfresco", I assume you're referring to preserving the original format of incoming emails when they are stored in Alfresco.

By default, Alfresco's email server (e.g., Apache James or OpenSMTPD) may modify the email format when storing it in the repository. This can lead to issues with formatting, attachments, or even rendering of the email content.

To preserve the original format of incoming emails, you can try the following:

  1. Configure the email server to preserve the original format: Check your email server's configuration to see if it has an option to preserve the original email format. For example, Apache James has a setting called preserveOriginalFormat that you can enable.
  2. Use a custom email handler: Alfresco provides a mechanism to create custom email handlers that can process incoming emails. You can create a custom handler that preserves the original email format by not modifying the email content.
  3. Use a third-party email plugin: There are several third-party plugins available for Alfresco that can help preserve the original email format. For example, the "Alfresco Email Client" plugin allows you to configure the email client to preserve the original format.
  4. Configure Alfresco's email settings: You can also configure Alfresco's email settings to preserve the original format. For example, you can set the email.format property to native in the alfresco-global.properties file.

Here's an example of how you can set the email.format property in the alfresco-global.properties file:

email.format=native

This setting tells Alfresco to preserve the original email format when storing incoming emails in the repository.

By implementing one or more of these solutions, you should be able to preserve the original format of incoming emails when storing them in Alfresco.