-
-
Notifications
You must be signed in to change notification settings - Fork 260
Expand file tree
/
Copy pathemail-examples.po
More file actions
113 lines (97 loc) · 3.64 KB
/
email-examples.po
File metadata and controls
113 lines (97 loc) · 3.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-30 10:42+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/library/email-examples.rst:4
msgid ":mod:`email`: Examples"
msgstr ":mod:`email`: Exemples"
#: ../Doc/library/email-examples.rst:6
msgid ""
"Here are a few examples of how to use the :mod:`email` package to read, "
"write, and send simple email messages, as well as more complex MIME messages."
msgstr ""
"Cette page contient quelques exemples de l'utilisation du package :mod:"
"`email` pour lire, écrire, et envoyer de simples messages mail, ainsi que "
"des messages MIME plus complexes."
#: ../Doc/library/email-examples.rst:9
msgid "First, let's see how to create and send a simple text message:"
msgstr ""
#: ../Doc/library/email-examples.rst:14
msgid ""
"And parsing RFC822 headers can easily be done by the parse(filename) or "
"parsestr(message_as_string) methods of the Parser() class:"
msgstr ""
#: ../Doc/library/email-examples.rst:20
msgid ""
"Here's an example of how to send a MIME message containing a bunch of family "
"pictures that may be residing in a directory:"
msgstr ""
"Voici un exemple de l'envoi d'un message MIME contenant une série de photos "
"de famille qui sont stockés ensemble dans un dossier :"
#: ../Doc/library/email-examples.rst:26
msgid ""
"Here's an example of how to send the entire contents of a directory as an "
"email message: [1]_"
msgstr ""
"Voici un exemple d'envoi du contenu d'un dossier entier en tant que message "
"mail : [1]_"
#: ../Doc/library/email-examples.rst:32
msgid ""
"Here's an example of how to unpack a MIME message like the one above, into a "
"directory of files:"
msgstr ""
"Voici un message de comment décomposer un message MIME comme celui ci dessus "
"en tant que fichiers dans un dossier :"
#: ../Doc/library/email-examples.rst:37
msgid ""
"Here's an example of how to create an HTML message with an alternative plain "
"text version: [2]_"
msgstr ""
#: ../Doc/library/email-examples.rst:46
msgid "Examples using the Provisional API"
msgstr ""
#: ../Doc/library/email-examples.rst:47
msgid ""
"Here is a reworking of the last example using the provisional API. To make "
"things a bit more interesting, we include a related image in the html part, "
"and we save a copy of what we are going to send to disk, as well as sending "
"it."
msgstr ""
#: ../Doc/library/email-examples.rst:51
msgid ""
"This example also shows how easy it is to include non-ASCII, and simplifies "
"the sending of the message using the :meth:`.send_message` method of the :"
"mod:`smtplib` module."
msgstr ""
#: ../Doc/library/email-examples.rst:57
msgid ""
"If we were instead sent the message from the last example, here is one way "
"we could process it:"
msgstr ""
#: ../Doc/library/email-examples.rst:62
msgid "Up to the prompt, the output from the above is:"
msgstr "La sortie textuelle du code ci dessus est :"
#: ../Doc/library/email-examples.rst:76
msgid "Footnotes"
msgstr "Notes"
#: ../Doc/library/email-examples.rst:77
msgid ""
"Thanks to Matthew Dixon Cowles for the original inspiration and examples."
msgstr ""
"Merci à Matthew Dixon Cowles pour l'inspiration originale et les exemples."
#: ../Doc/library/email-examples.rst:78
msgid "Contributed by Martin Matejek."
msgstr ""