2012-09-19 09:06:30 +0000 2012-09-19 09:06:30 +0000
182
182

Afficher la source d'un message RAW dans Outlook 2013

Comment puis-je afficher la source d'un courriel dans Outlook 2013 ?

Je veux voir la source exacte d'un courriel, comme je peux le faire dans Gmail ou dans Mozilla Thunderbird. Je suis particulièrement intéressé par le sujet principal (en-têtes ?). Voici un exemple, avec l'aimable autorisation de Gmail.

Delivered-To:
Received: by 10.50.110.41 with SMTP id hx9csp12093igb;
        Wed, 19 Sep 2012 01:36:43 -0700 (PDT)
Received: by 10.229.137.133 with SMTP id w5mr1607897qct.21.1348043802480;
        Wed, 19 Sep 2012 01:36:42 -0700 (PDT)
Return-Path: <noreply@github.com>
Received: from smtp1-ext.rs.github.com (smtp1-ext.rs.github.com. [207.97.227.250])
        by mx.google.com with ESMTP id 5si930058qcy.70.2012.09.19.01.36.42;
        Wed, 19 Sep 2012 01:36:42 -0700 (PDT)
Received-SPF: pass (google.com: domain of noreply@github.com designates 207.97.227.250 as permitted sender) client-ip=207.97.227.250;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of noreply@github.com designates 207.97.227.250 as permitted sender) smtp.mail=noreply@github.com
Date: Wed, 19 Sep 2012 01:36:41 -0700
From: Louis <notifications@github.com>
Reply-To: rg3/youtube-dl <reply+i-4883054-e3dc1a39bd6fec305e5564ef8b3375860908afb5-105314@reply.github.com>
To: rg3/youtube-dl <youtube-dl@noreply.github.com>
Message-Id: <rg3/youtube-dl/issues/355/8684287@github.com>
In-Reply-To: <rg3/youtube-dl/issues/355@github.com>
References: <rg3/youtube-dl/issues/355@github.com>
Subject: Re: [youtube-dl] Youtube Download Slows Down after 10 seconds (#355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary=mimepart_50598419db896_3241ecda741010
Precedence: list
List-Archive: https://github.com/rg3/youtube-dl
List-Id: rg3/youtube-dl <youtube-dl.rg3.github.com>
List-Post: <mailto:reply+i-4883054-e3dc1a39bd6fec305e5564ef8b3375860908afb5-105314@reply.github.com>
X-Github-Reason: comment
List-Unsubscribe: <mailto:unsub+i-4883054-e3dc1a39bd6fec305e5564ef8b3375860908afb5-105314@reply.github.com>

--mimepart_50598419db896_3241ecda741010
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: Quoted-printable
Content-Disposition: inline

Réponses (4)

219
219
219
2012-09-19 13:56:22 +0000

En-têtes

  1. Ouvrez l'e-mail en question dans une nouvelle fenêtre en double-cliquant sur le message dans la liste des messages. (C'est important, il ne suffit pas de regarder le message dans ce qu'Outlook appelle le “panneau de lecture”)
  2. Suivez le menu File | Info | Properties
  3. Cherchez une zone de texte intitulée Internet headers
  4. Voici les en-têtes. Sélectionnez et copiez le texte dans un éditeur de texte.

Content

  1. Ouvrez le message dans une nouvelle fenêtre
  2. Sur le ruban Message, sélectionnez Action | Other Actions | View Source.
40
40
40
2013-04-22 20:05:45 +0000
  1. Ouvrir le message dans une nouvelle fenêtre
  2. Dans l'onglet Message, sélectionnez le menu déroulant Actions (à côté du bouton Move)
  3. Sélectionnez Other ActionsSource
18
18
18
2012-09-19 09:44:46 +0000

Est-ce que Fichier - Info - Propriétés ne fonctionne pas pour afficher les en-têtes ?


Cette réponse vient d'ici : email.about. com

Mettre la source complète des messages à disposition dans Outlook

Pour configurer Outlook de manière à pouvoir voir la source complète des courriels :

Press Windows-R
Type "regedit".
Hit Enter.
For Outlook 2013:
    Go to HKEY_CURRENT_USER\Software\Microsoft\Office5.0\Outlook\Options\Mail
Select Edit | New | DWord from the menu.
Type "SaveAllMIMENotJustHeaders".
Hit Enter.
Double-click the newly created SaveAllMIMENotJustHeaders value.
Type "1".
Click OK.
Close the registry editor.
Restart Outlook if it has been running.

Voir la source complète d'un message dans Outlook

Vous pouvez maintenant récupérer la source des messages POP nouvellement récupérés (la modification de la valeur SaveAllMIMENotJustHeaders ne rétablit pas la source complète des messages pour les courriels qui étaient déjà dans Outlook) :

Click on the desired message with the right mouse button in the Outlook mailbox.
Select Options... from the menu.
Find the message source under the (now improperly named) Internet headers: section.
3
3
3
2015-10-14 07:43:10 +0000