How Can I Avoid Encoding Errors When Archiving Emails?

How Can I Avoid Encoding Errors When Archiving Emails?

Background

According to RFC 5322, an email may only contain 7-bit ASCII characters. There are only 128 characters available, which today may be limiting. Current email clients use a different code for characters which do not appear in the 7-bit list, such as "ΓΌ". Codes vary and may lead to problems if the sender and recipients use different codes. You will find a detailed description of the problem here (in German).

Problems may arise in particular when senders use a type of code that recipients may not decode. Companies such as Microsoft and Apple work hard to optimize their email clients and make sure that they can decode as many codes as possible.

The 4D database is not a dedicated email client and does not do well with all the various codes. Emails may thus not always be decoded properly and you may sometimes not see all special characters.

Coding Your Own Emails

While you cannot control which codes senders use, you have control over the code that you wish to use. Make sure that it is compatible with the 4D database.

Make sure that your email client uses the right format:

  • AppleMail
    Apple Mail uses iso-8858-8-i. There are no issues with this format in 4D.
  • Outlook
    All versions of Outlook are different. If you're having problems with archiving your own emails, make sure that you are using the code "Western Europe (ISO)".

[C15]
    • Related Articles

    • How is the time shift calculated when archiving emails?

      This article has been machine translated. If you find any errors, we would be grateful if you could report them to translation@timesensor.com. General This article explains why the time of archiving an email can have an impact on the imported sending ...
    • How Can I Organize Incoming Emails?

      If you're using timeSensor LEGAL's email interface, you can feed emails directly into the system by sending them to the archiving inbox. The interface will recognize all emails which contain the case number and automatically assign them to the ...
    • What Format Should I Use to Archive Emails?

      In General It may seem advantageous to save emails in the same native format as the one used by your email client (e.g. Apple Mail, Outlook, Thunderbird, etc.). This will create a file that can be opened by your email client. Unfortunately, there is ...
    • How do I archive incoming and outgoing emails?

      This article has been machine translated. If you find any errors, we would be grateful if you could report them to translation@timesensor.com. If you want to save an email from yourself or your client in the archive in timeSensor LEGAL, the column ...
    • The three most common user errors when checking out and checking in documents

      Overview AtCheck outa document in the designs of the database is copied to the user's workplace, where it changes and then byCheck inback to the database. In this process, user errors may cause the desired version not to be in the DMS. This article ...