@@ -38,12 +38,22 @@ msgid ""
38
38
"well as such MIME-related RFCs as :rfc:`2045`, :rfc:`2046`, :rfc:`2047`, :"
39
39
"rfc:`2183`, and :rfc:`2231`."
40
40
msgstr ""
41
+ "Pakiet :mod:`email` jest biblioteką do zarządzania wiadomościami e-mail. "
42
+ "*Nie* jest on specjalnie zaprojektowany do wysyłania wiadomości e-mail do "
43
+ "SMTP (:rfc:`2821`), NNTP lub innych serwerów; służą do tego to funkcje "
44
+ "modułów takich jak :mod:`smtplib` i :mod:`nntplib`. Pakiet:mod:`email` "
45
+ "stara się być jak najbardziej zgodny z RFC, wspierając :rfc:`5322` i :rfc:"
46
+ "`6532`, a także takie RFC związane z MIME, jak :rfc:`2045`, :rfc:`2046`, :"
47
+ "rfc:`2047`, :rfc:`2183` i :rfc:`2231`."
41
48
42
49
msgid ""
43
50
"The overall structure of the email package can be divided into three major "
44
51
"components, plus a fourth component that controls the behavior of the other "
45
52
"components."
46
53
msgstr ""
54
+ " Ogólna struktura pakietu email może zostać podzielona na trzy główne "
55
+ "komponenty, plus czwarty komponent, który kontroluje zachowanie pozostałych "
56
+ "komponentów."
47
57
48
58
msgid ""
49
59
"The central component of the package is an \" object model\" that represents "
@@ -56,6 +66,16 @@ msgid ""
56
66
"model is a tree structure of objects that all provide the :class:`~email."
57
67
"message.EmailMessage` API."
58
68
msgstr ""
69
+ "Centralnym komponentem pakietu jest \" model obiektowy\" , który reprezentuje "
70
+ "wiadomości e-mail. Aplikacja wchodzi w interakcję z pakietem głównie "
71
+ "poprzez model obiektowy interfejsu zdefiniowanego w pod-module :mod:`~email."
72
+ "message` . Aplikacja może używać tego API do zadawania pytań dotyczących "
73
+ "istniejącego e-mail, do konstruowania nowego e-mail lub do dodawania lub "
74
+ "usuwania e-mail pod-komponentów, które same używają tego samego interfejsu "
75
+ "modelu obiektowego. Oznacza to, że zgodnie z naturą wiadomości e-mail i ich "
76
+ "podkomponentów MIME, model obiektowy e-mail jest strukturą drzewiastą "
77
+ "obiektów, które wszystkie zapewniają :class:`~email.message.EmailMessage` "
78
+ "API ."
59
79
60
80
msgid ""
61
81
"The other two major components of the package are the :mod:`~email.parser` "
0 commit comments