Kmail/Configuring Kmail/uk: Difference between revisions

    From KDE UserBase Wiki
    (Created page with "* Увімкнути надсилання відповідей щодо відсутності на повідомлення, які позначено як небажані (...")
    (Created page with "*Редактор — Загальне *Special:myLanguage/Kmail/Configuring Kmail/Composer#Standard Template...")
    Line 38: Line 38:
    === Редактор ===
    === Редактор ===


    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#General |Composer General]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#General|Редактор — Загальне]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Standard Templates |Composer Standard Templates]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Standard Templates|Редактор — Стандартні шаблони]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Custom Templates |Composer Custom Templates]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Custom Templates|Редактор — Нетипові шаблони]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Subject |Composer Subject]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Subject|Редактор — Тема]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Charset |Composer Charset]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Charset|Редактор — Набір символів]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Headers |Composer Headers]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Headers|Редактор — Заголовки]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Attachments |Composer Attachments]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Attachments|Редактор — Долучення]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Autocorrection |Composer Autocorrection]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Autocorrection|Редактор — Автовиправлення]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Auto Resize Image |Composer Auto Resize Image]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#Auto Resize Image|Редактор — Автоматична зміна розмірів зображень]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#External Editor |Composer External Editor]]
    *[[Special:myLanguage/Kmail/Configuring Kmail/Composer#External Editor|Редактор — Зовнішній редактор]]


    === Безпека ===
    === Безпека ===

    Revision as of 17:06, 2 June 2019

    Under Construction

    This is a new page, currently under construction!


    Other languages:

    Налаштовування KMail

    Налаштовування KMail

    Доступ до налаштувань KMail можна отримати за допомогою пункту меню Параметри → Налаштувати KMail.... Нижче наведено список посилань на багато параметрів налаштовування KMail.

    Профілі

    Облікові записи

    You can quickly set up new accounts with the Account Wizard. The following describes the manual configuration tabs. This page allows you to create one or more (incoming and outgoing) accounts, i.e. combinations of mail servers, login information and other settings. Typically, you will create one incoming (used to retrieve messages) and one outgoing (used for sending messages) account. You can create as many accounts as you want, though, and assign each one to different identities or decide on a per-message basis.

    Вигляд

    Редактор

    Безпека

    Інше

    Параметри, які не представлено у графічному інтерфейсі користувача

    Apart from the options presented in the configuration dialog, some options can only be set directly in the KMail configuration file or through KIOSK (eg. Input into Konsole). These so called “hidden” configuration options cannot be changed via the normal KMail Settings dialog; they must be made by modifying the configuration file using a text editor or the kwriteconfig program. The configuration file is to be written in the format of [Section Name] and the following lines are the variables and their settings. If you are manually editing the configuration file you will need to add the [Section Name] before adding variables. The kwriteconfig will add the section for you as long as you use the --group switch. The KMail configuration file is called kmailrc and can be found in your home directory. The location can vary according to your operating system or distribution, but can always be found by running the command kde4-config --path config --locate kmailrc. For the remainder of this section, assume that the configuration file is located in /path/to/kmailrc.

    Попередження

    Якщо захочете змінити ці параметри, перш ніж редагувати файл налаштувань, завершіть роботу KMail. Запускати KMail знову можна лише після того, як зміни до файла налаштувань буде збережено.


    • Надсилати сповіщення щодо розповсюдження повідомлень із порожнім рядком відправника (SendMDNsWithEmptySender)

    Some servers might be configured to reject such messages, so if you are experiencing problems sending MDNs, make sure this option is set to false. To enable this feature, add to the [MDN] section of the Configuration File:

    SendMDNsWithEmptySender=true

    Якщо такого розділу немає, просто додайте [MDN] до самого рядка, одразу над записом параметра. Альтернативою є така команда, яку можна віддати у вікні Konsole:

    kwriteconfig --file /шлях/до/kmailrc --group MDN --key SendMDNsWithEmptySender true

    Зауваження

    Типове значення параметра, «false», якщо строго, порушує стандарти інтернету, але його встановлено з практичних міркувань, щоб уникнути відмови серверів у MDN, які надсилає KMail, через те, що їх можуть вважати небажаною кореспонденцією.


    • MaximumAttachmentSize

    This allows the maximum filesize allowed for attachments in the mail composer to be limited. To limit attachments to 20 MB in size, for example, add a line under [Composer] section of the Configuration File:

    MaximumAttachmentSize=20

    Крім того, ви можете скористатися такою командою у Konsole:

    kwriteconfig --file /шлях/до/kmailrc --group Composer --key MaximumAttachmentSize 20
    • CloseDespiteSystemTray

    This option allows you to configure the application to close fully, even if there is a system tray icon configured, which would normally keep the application running. To enable the feature, add a line under [General] section of the Configuration File:

    CloseDespiteSystemTray=true

    Крім того, ви можете скористатися такою командою у Konsole:

    kwriteconfig --file /path/to/kmailrc --group General --key CloseDespiteSystemTray true

    Специфічні параметри OutOfOffice

    When manually entering entries into the configuration file, and there is no such section, simply add [OutOfOffice] on a line by itself just above the option. Applying defaults to the out-of-office configuration dialog via the corresponding button will restore this domain, in case the user has changed it.

    • CheckOutOfOfficeOnStartup

    With this option enabled, KMail will check on every startup if there is an active out-of-office configured and show a warning if this is the case. To disable the feature, add a line under [OutOfOffice] section of the Configuration File:

    CheckOutOfOfficeOnStartup=false

    Крім того, ви можете скористатися такою командою у Konsole:

    kwriteconfig --file /шлях/до/kmailrc --group OutOfOffice --key CheckOutOfOfficeOnStartup false
    • Дозволити коригування параметрів повідомлень щодо відсутності користувачем.

    In case you don't want users to be able to upload their own out-of-office scripts to the server you can add to the [OutOfOffice] section of the Configuration File:

    AllowOutOfOfficeSettings=false

    If there is no such section, simply add [OutOfOffice] on a line by itself just above the option. Alternatively, input the following into Konsole:

    kwriteconfig --file /шлях/до/kmailrc --group OutOfOffice --key AllowOutOfOfficeSettings false
    • Дозволити вивантаження скриптів повідомлень щодо відсутності користувачем, але без зміни параметрів.

    If you want to allow your users to upload their own out-of-office scripts but you do not want them to be able to change the domain to react to and the react-to-spam setting, you can add to the [OutOfOffice] section of the Configuration File:

    AllowOutOfOfficeUploadButNoSettings=true


    • Типовий домен для обмеження відповідей щодо відсутності.

    When editing vacation (out-of-office) scripts, the user can specify a domain to limit the sending of such replies to. To pre-load this setting with a default value, add to the [OutOfOffice] section of the Configuration File:

    OutOfOfficeDomain=myMailDomain.test


    • Увімкнути надсилання відповідей щодо відсутності на повідомлення, які позначено як небажані (спам).

    Типово, відповіді щодо відсутності не надсилаються для повідомлень, які позначено як небажані. Щоб змінити цю поведінку, додайте до файла налаштувань розділ [OutOfOffice]:

    OutOfOfficeReactToSpam=true


    • disregardUmask

    In versions prior to 1.9, KMail saved all attachments to disk with permissions set to 600 — only readable or writable by the owner of the file. In response to user feedback, this was made configurable in KMail version 1.9, with the defaults changed to honour the umask set on the user account while saving files to disk. To enable this feature, add under [General] section of the Configuration File:

    disregardUmask=true

    Крім того, ви можете скористатися такою командою у Konsole:

    kwriteconfig --file /шлях/до/kmailrc --group General --key disregardUmask true
    • AutoLostFoundMove

    Activate this option to automate the handling of not yet uploaded messages in disconnected IMAP folders that cannot be uploaded. This can happen if the folder was removed from the server or your access rights have been restricted. Such messages will automatically be moved to a newly created lost+found folder if this option is enabled; you will be asked how to proceed every time otherwise. Configuration File:

    • ShowUserAgent

    Starting in version 1.9, KMail can show the User-Agent or X-Mailer value from the message header when using Fancy Headers (see View → Headers menu). To enable this feature, add under [Reader] section of the Configuration File:

    ShowUserAgent=true

    Крім того, ви можете скористатися такою командою у Konsole:

    kwriteconfig --file /шлях/до/kmailrc --group Reader --key ShowUserAgent true

    Докладніші відомості