@ -926,7 +926,7 @@ Returns the user name. <dl class="return" compact><dt><b>Returns:</b></dt><dd>th
<p>
Sets the password storage type. The <aclass="el"href="namespaceConstants.html">Constants</a> are defined in <aclass="el"href="constants_8h.html">constants.h</a><dlcompact><dt><b>Parameters:</b></dt><dd>
@ -948,7 +948,7 @@ Sets the password storage type. The <a class="el" href="namespaceConstants.html"
<divclass="memdoc">
<p>
Returns the password storage type. The <aclass="el"href="namespaceConstants.html">Constants</a> are defined in <aclass="el"href="constants_8h.html">constants.h</a>. <dlclass="return"compact><dt><b>Returns:</b></dt><dd>type of password storage; valid values are: CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET </dd></dl>
Returns the password storage type. The <aclass="el"href="namespaceConstants.html">Constants</a> are defined in <aclass="el"href="constants_8h.html">constants.h</a>. <dlclass="return"compact><dt><b>Returns:</b></dt><dd>type of password storage; valid values are: CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_TDEWALLET </dd></dl>
</div>
</div><p>
@ -2473,7 +2473,7 @@ State of the account.
<divclass="memdoc">
<p>
Type of password storage. valid values are: CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET The <aclass="el"href="namespaceConstants.html">Constants</a> are defined in <aclass="el"href="constants_8h.html">constants.h</a><dlclass="see"compact><dt><b>See also:</b></dt><dd><aclass="el"href="classConfigElem.html#bda433f60b1eed0d4b8d207707d5005c">saveOptions()</a><p>
Type of password storage. valid values are: CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE, CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_TDEWALLET The <aclass="el"href="namespaceConstants.html">Constants</a> are defined in <aclass="el"href="constants_8h.html">constants.h</a><dlclass="see"compact><dt><b>See also:</b></dt><dd><aclass="el"href="classConfigElem.html#bda433f60b1eed0d4b8d207707d5005c">saveOptions()</a><p>
<aname="l00092"></a>00092 TQToolTip::add( btnPasswordDontSave, i18n( <spanclass="stringliteral">"Don't save password. KShowmail will ask you for it at first server connect."</span> ) );
<aname="l00093"></a>00093 TQToolTip::add( btnPasswordSaveFile, i18n( <spanclass="stringliteral">"Save password in the configuration file. Not recommended, because the password is just lightly encrypted"</span> ) );
<aname="l00094"></a>00094 TQToolTip::add( btnPasswordSaveTDEWallet, i18n( <spanclass="stringliteral">"Use TDEWallet to save the password. Maybe you have to type in the TDEWallet master password at first server connect."</span> ) );
<aname="l00232"></a>00232 <spanclass="keywordtype">int</span> type = <aclass="code"href="classServerDialog.html#c361b2cc2165a11e38e83cea29e39185">account</a>-><aclass="code"href="classConfigElem.html#34bc68f7bbdc296d18460f303f479450">getPasswordStorage</a>();
<aname="l00233"></a>00233 <spanclass="keywordflow">if</span>( type != CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE && type != CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE && type != CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET )
<aname="l00233"></a>00233 <spanclass="keywordflow">if</span>( type != CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_SAVE && type != CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE && type != CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_TDEWALLET )
<aname="l00234"></a>00234 type = DEFAULT_ACCOUNT_PASSWORD_STORAGE;
<aname="l00235"></a>00235
<aname="l00236"></a>00236 <spanclass="keywordflow">switch</span>( type )
TQToolTip::add(btnPasswordDontSave,i18n("Don't save password. KShowmail will ask you for it at first server connect."));
TQToolTip::add(btnPasswordSaveFile,i18n("Save password in the configuration file. Not recommended, because the password is just lightly encrypted"));
TQToolTip::add(btnPasswordSaveTDEWallet,i18n("Use TDEWallet to save the password. Maybe you have to type in the TDEWallet master password at first server connect."));
TQToolTip::add(btnPasswordDontSave,i18n("Don't save password. KShowmail will ask you for it at first server connect."));
TQToolTip::add(btnPasswordSaveFile,i18n("Save password in the configuration file. Not recommended, because the password is just lightly encrypted"));
TQToolTip::add(btnPasswordSaveTDEWallet,i18n("Use TDEWallet to save the password. Maybe you have to type in the TDEWallet master password at first server connect."));