Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
907b63a0
Kaydet (Commit)
907b63a0
authored
Ock 14, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
mailmerge.py: fix the debug strings again
Change-Id: Iceac0952b6fc9765cb12f6694260070c1c17296b
üst
c5192576
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mailmerge.py
scripting/source/pyprov/mailmerge.py
+3
-3
No files found.
scripting/source/pyprov/mailmerge.py
Dosyayı görüntüle @
907b63a0
...
@@ -140,7 +140,7 @@ class PyMailSMTPService(unohelper.Base, XSmtpService):
...
@@ -140,7 +140,7 @@ class PyMailSMTPService(unohelper.Base, XSmtpService):
bccrecipients
=
xMailMessage
.
getBccRecipients
()
bccrecipients
=
xMailMessage
.
getBccRecipients
()
if
dbg
:
if
dbg
:
print
(
"PyMailSMTPService subject "
+
subject
,
file
=
dbgout
)
print
(
"PyMailSMTPService subject "
+
subject
,
file
=
dbgout
)
print
(
"PyMailSMTPService from "
+
sendername
.
encode
(
'utf-8'
)
,
file
=
dbgout
)
print
(
"PyMailSMTPService from "
+
sendername
,
file
=
dbgout
)
print
(
"PyMailSMTPService from "
+
sendermail
,
file
=
dbgout
)
print
(
"PyMailSMTPService from "
+
sendermail
,
file
=
dbgout
)
print
(
"PyMailSMTPService send to "
+
recipients
,
file
=
dbgout
)
print
(
"PyMailSMTPService send to "
+
recipients
,
file
=
dbgout
)
...
@@ -289,7 +289,7 @@ class PyMailIMAPService(unohelper.Base, XMailService):
...
@@ -289,7 +289,7 @@ class PyMailIMAPService(unohelper.Base, XMailService):
user
=
user
.
encode
(
'ascii'
)
user
=
user
.
encode
(
'ascii'
)
password
=
password
.
encode
(
'ascii'
)
password
=
password
.
encode
(
'ascii'
)
if
dbg
:
if
dbg
:
print
(
"Logging in, username of"
+
user
,
file
=
dbgout
)
print
(
"Logging in, username of"
,
user
,
file
=
dbgout
)
self
.
server
.
login
(
user
,
password
)
self
.
server
.
login
(
user
,
password
)
for
listener
in
self
.
listeners
:
for
listener
in
self
.
listeners
:
...
@@ -360,7 +360,7 @@ class PyMailPOP3Service(unohelper.Base, XMailService):
...
@@ -360,7 +360,7 @@ class PyMailPOP3Service(unohelper.Base, XMailService):
user
=
user
.
encode
(
'ascii'
)
user
=
user
.
encode
(
'ascii'
)
password
=
password
.
encode
(
'ascii'
)
password
=
password
.
encode
(
'ascii'
)
if
dbg
:
if
dbg
:
print
(
"Logging in, username of"
+
user
,
file
=
dbgout
)
print
(
"Logging in, username of"
,
user
,
file
=
dbgout
)
self
.
server
.
user
(
user
)
self
.
server
.
user
(
user
)
self
.
server
.
pass_
(
user
,
password
)
self
.
server
.
pass_
(
user
,
password
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment