mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
rename hotmail to outlook
This commit is contained in:
parent
885be4936f
commit
cdecdaf519
@ -414,7 +414,7 @@ antivirus program.
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
If you are concerned about giving calibre access to your email
|
If you are concerned about giving calibre access to your email
|
||||||
account, simply create a new free email account with GMX or Hotmail
|
account, simply create a new free email account with GMX or Outlook
|
||||||
and use it only for calibre.
|
and use it only for calibre.
|
||||||
|
|
||||||
|
|
||||||
|
@ -248,13 +248,13 @@ class SendEmail(QWidget, Ui_Form):
|
|||||||
'at_in_username': True,
|
'at_in_username': True,
|
||||||
},
|
},
|
||||||
'hotmail': {
|
'hotmail': {
|
||||||
'name': 'Hotmail',
|
'name': 'Outlook',
|
||||||
'relay': 'smtp-mail.outlook.com',
|
'relay': 'smtp-mail.outlook.com',
|
||||||
'port': 587,
|
'port': 587,
|
||||||
'username': '@hotmail.com',
|
'username': '@outlook.com',
|
||||||
'url': 'www.hotmail.com',
|
'url': 'outlook.live.com/owa/',
|
||||||
'extra': _('If you are setting up a new'
|
'extra': _('If you are setting up a new'
|
||||||
' Hotmail account, Microsoft requires that you '
|
' Outlook account, Microsoft requires that you '
|
||||||
' verify your account periodically, before it'
|
' verify your account periodically, before it'
|
||||||
' will let calibre send email.'),
|
' will let calibre send email.'),
|
||||||
'at_in_username': True,
|
'at_in_username': True,
|
||||||
|
@ -241,7 +241,7 @@
|
|||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Use &Hotmail</string>
|
<string>Use &Outlook</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../resources/images.qrc">
|
<iconset resource="../../../../resources/images.qrc">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user