mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-26 13:23:34 +01:00
rename hotmail to outlook
This commit is contained in:
parent
885be4936f
commit
cdecdaf519
3 changed files with 6 additions and 6 deletions
|
|
@ -414,7 +414,7 @@ antivirus program.
|
|||
|
||||
.. note::
|
||||
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.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -248,13 +248,13 @@ def create_service_relay(self, service, *args):
|
|||
'at_in_username': True,
|
||||
},
|
||||
'hotmail': {
|
||||
'name': 'Hotmail',
|
||||
'name': 'Outlook',
|
||||
'relay': 'smtp-mail.outlook.com',
|
||||
'port': 587,
|
||||
'username': '@hotmail.com',
|
||||
'url': 'www.hotmail.com',
|
||||
'username': '@outlook.com',
|
||||
'url': 'outlook.live.com/owa/',
|
||||
'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'
|
||||
' will let calibre send email.'),
|
||||
'at_in_username': True,
|
||||
|
|
|
|||
|
|
@ -241,7 +241,7 @@
|
|||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use &Hotmail</string>
|
||||
<string>Use &Outlook</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../resources/images.qrc">
|
||||
|
|
|
|||
Loading…
Reference in a new issue