about
…
interfaces
Add RuleWidgetHandlers and RuleWidgetHandlerManager. There are currently three handlers which handle the function widgets and the value widgets for search/filter rules: a status rule handler, a numeric rule handler (for size and age) and a general text rule handler. I'll send a patch with the corresponding changes in kmsearchpatternedit.* to the list.
22 years ago
pics
Resize some status icons to 12x12. This fixes drawing problems in the message list.
22 years ago
profiles
CVS_SILENT made messages
22 years ago
.emacs-dirvars
Ahh, a lot nicer
22 years ago
COMMITPOLICY
KMail cvs commit policy as agreed to on kde-core
23 years ago
ChangeLog
…
DESIGN
Make sure that when the user clicks on a column header to resort the
22 years ago
KMail.desktop
CVS_SILENT made messages
22 years ago
Makefile.am
Support for listing/removing/adding/modifying ACLs in the folder properties dialog
22 years ago
TODO
…
aboutdata.cpp
Merge from osnabrueck_branch: all
22 years ago
aboutdata.h
…
accountdialog.cpp
- make initialization order match declaration order, to shut up gcc
22 years ago
accountdialog.h
- Support different authentication methods for Normal/TLS and SSL connections (mainly for POP and IMAP, but also for SMTP servers that don't support the AUTH command).
22 years ago
acljobs.cpp
Reimplemented the ACL support completely so that it's really "disconnected"
22 years ago
acljobs.h
Reimplemented the ACL support completely so that it's really "disconnected"
22 years ago
actionscheduler.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
actionscheduler.h
Update copyright / license to urlhandlermanager.h style.
23 years ago
antispamwizard.cpp
Rephrased one i18n message.
22 years ago
antispamwizard.h
Make it possible to mark detected spam optionally as read.
22 years ago
attachmentlistview.cpp
Use new MailListDrag class for drag and drop of mails.
23 years ago
attachmentlistview.h
Remove all FooInherited #defines and all "base" typedefs to make it consistent. They're removed since they obfuscate the inheritance trees and potential problems when changing the inheritance (the compiler doesn't force you to look at every reference to the superclass).
23 years ago
attachmentstrategy.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
attachmentstrategy.h
…
bodypartformatter.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
bodypartformatter.h
typo
22 years ago
bodyvisitor.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
bodyvisitor.h
…
cachedimapjob.cpp
Actually finish the sync when hitting the "no uidvalidity available for folder..." problem.
22 years ago
cachedimapjob.h
o Implement expiry for imap and dimap folders.
22 years ago
certificatehandlingdialog.ui
…
certificatehandlingdialog.ui.h
…
certificatehandlingdialogimpl.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
certificatehandlingdialogimpl.h
…
certificatewizard.ui
KDE proofreaders. Remove exclamation marks to improve readability.
22 years ago
certificatewizardimpl.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
certificatewizardimpl.h
…
colorlistbox.cpp
Convert the KMail configuration dialog to a bunch of KCMs embedded in a
22 years ago
colorlistbox.h
Convert the KMail configuration dialog to a bunch of KCMs embedded in a
22 years ago
configmanager.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
configmanager.h
…
configuredialog.cpp
Port the Groupware and IMAP Resource options to KConfigXt. Move the whats
22 years ago
configuredialog.h
Remove unused signal and unused include.
22 years ago
configuredialog_p.cpp
Convert the KMail configuration dialog to a bunch of KCMs embedded in a
22 years ago
configuredialog_p.h
CVS_SILENT remove some unnecessary ';'
22 years ago
cr16-app-kmail.png
…
cr22-app-kmail.png
…
cr22-app-kmaillight.png
Add a lighter version of the KMail icon which is necessary for the system tray. Note that due to a bug in KIconLoader you will only see the 'unknown icon' icon unless you copy this icon to KDEDIR/share/icons/crystalsvg/32x32/apps/.
23 years ago
cr32-app-kmail.png
…
cr32-app-kmaillight.png
fix the systray icon
23 years ago
cr48-app-kmail.png
…
cr64-app-kmail.png
…
cr128-app-kmail.png
…
cryptplugconfigdialog.cpp
Corrected typos (exclamation marks).
22 years ago
cryptplugconfigdialog.h
From aegypten_branch: Remove unused code.
22 years ago
csshelper.cpp
Revert workaround for bug #65332 (Wrong font used when Courier or Utopia selected) because it broke the printing font. This bug has to be fixed in khtml anyway and I already submitted a patch for review.
23 years ago
csshelper.h
…
dcopimap.desktop
CVS_SILENT made messages
22 years ago
dcopmail.desktop
CVS_SILENT made messages
22 years ago
dcoptest.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
dictionarycombobox.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
dictionarycombobox.h
ComboBox for selecting the spell-checking dictionary. Will be used in a later commit.
23 years ago
encryptionconfigurationdialog.ui
Corrected typographical errors.
22 years ago
encryptionconfigurationdialogimpl.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
encryptionconfigurationdialogimpl.h
…
eventsrc
CVS_SILENT made messages
22 years ago
filehtmlwriter.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
filehtmlwriter.h
Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip.
23 years ago
filterlog.cpp
add controls to the log viewer for better control of the logging,
22 years ago
filterlog.h
- replace FilterLog::enableContentType( ContentType contentType ) and FilterLog::disableContentType( ContentType contentType ) by void FilterLog::setContentTypeEnabled( ContentType contentType, bool b )
22 years ago
filterlogdlg.cpp
- replace FilterLog::enableContentType( ContentType contentType ) and FilterLog::disableContentType( ContentType contentType ) by void FilterLog::setContentTypeEnabled( ContentType contentType, bool b )
22 years ago
filterlogdlg.h
- replace FilterLog::enableContentType( ContentType contentType ) and FilterLog::disableContentType( ContentType contentType ) by void FilterLog::setContentTypeEnabled( ContentType contentType, bool b )
22 years ago
folderIface.cpp
Add dcop calls displayPath and displayName for usage in the Kontact summary widget.
22 years ago
folderIface.h
Add dcop calls displayPath and displayName for usage in the Kontact summary widget.
22 years ago
folderdiaacltab.cpp
Support for distribution lists, expanded when saving.
22 years ago
folderdiaacltab.h
Support for distribution lists, expanded when saving.
22 years ago
folderjob.cpp
Don't crash in imapjob dtor because mSrcFolder is never initialized in
22 years ago
folderjob.h
…
folderpropertiesdialog.ui
Removing accelerators (<property name="accel">) from ui files. That is good because:
23 years ago
folderpropertiesdialog.ui.h
…
folderstorage.cpp
Fix for new folder settings not saved (see PATCH mail on kmail-devel).
22 years ago
folderstorage.h
label and systemlabel are properties of folder (but not of the storage)
22 years ago
globalsettings.kcfgc
Port the Groupware and IMAP Resource options to KConfigXt. Move the whats
22 years ago
headerlistquicksearch.cpp
Fix reset()
22 years ago
headerlistquicksearch.h
CVS_SILENT nitpick -- no semi-colon when closing a namespace
22 years ago
headerstrategy.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
headerstrategy.h
…
headerstyle.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
headerstyle.h
…
htmlstatusbar.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
htmlstatusbar.h
…
identitycombo.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
identitycombo.h
…
identitydialog.cpp
Corrected typographical errors.
22 years ago
identitydialog.h
- Make it possible to easily change the dictionary which is used for as-you-type spell-checking. This also makes it possible to use different dictionaries in different composer windows.
23 years ago
identitydrag.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
identitydrag.h
…
identitylistview.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
identitylistview.h
Remove all FooInherited #defines and all "base" typedefs to make it consistent. They're removed since they obfuscate the inheritance trees and potential problems when changing the inheritance (the compiler doesn't force you to look at every reference to the superclass).
23 years ago
identitymanager.cpp
Get rid of KDE_IS_VERSION cruft.
22 years ago
identitymanager.h
Convert the KMail configuration dialog to a bunch of KCMs embedded in a
22 years ago
imapaccountbase.cpp
Reimplemented the ACL support completely so that it's really "disconnected"
22 years ago
imapaccountbase.h
Reimplemented the ACL support completely so that it's really "disconnected"
22 years ago
imapjob.cpp
When changing from one imap message to another, don't just let the old
22 years ago
imapjob.h
o Implement expiry for imap and dimap folders.
22 years ago
imapprogressdialog.cpp
Better KStdGuiItem and KStdAction usage
22 years ago
imapprogressdialog.h
…
iobserver.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
iobserver.h
…
isubject.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
isubject.h
…
kcursorsaver.h
CVS_SILENT typo
22 years ago
kfileio.cpp
ikonify
22 years ago
kfileio.h
make kBytesToFile 'public'.
23 years ago
khtmlparthtmlwriter.cpp
Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip.
23 years ago
khtmlparthtmlwriter.h
Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip.
23 years ago
klistboxdialog.cpp
…
klistboxdialog.h
…
kmaccount.cpp
Remove all traces of the automatic resource handling. It never really worked anyway
22 years ago
kmaccount.h
Remove all traces of the automatic resource handling. It never really worked anyway
22 years ago
kmacctcachedimap.cpp
Speedup the subscription dialog and add a new list type LSUBNOCHECK.
22 years ago
kmacctcachedimap.h
Speedup the subscription dialog and add a new list type LSUBNOCHECK.
22 years ago
kmacctexppop.cpp
Centralize the protocol names using #defines.
22 years ago
kmacctexppop.h
Large speedup of pop filters. Also cleas the logic of id vs size message
22 years ago
kmacctfolder.cpp
Merge from osnabrueck_branch: all
22 years ago
kmacctfolder.h
Merge from osnabrueck_branch: all
22 years ago
kmacctimap.cpp
Speedup the subscription dialog and add a new list type LSUBNOCHECK.
22 years ago
kmacctimap.h
Speedup the subscription dialog and add a new list type LSUBNOCHECK.
22 years ago
kmacctlocal.cpp
Some fixes for the attachment icon. Dedicated to the fearless Cebit fighter Michael Brade ;-)
22 years ago
kmacctlocal.h
There's really no reason for this to continue being public
22 years ago
kmacctmaildir.cpp
Add an Id to the account so that (d)imap accounts can be renamed without data loss.
22 years ago
kmacctmaildir.h
Add an Id to the account so that (d)imap accounts can be renamed without data loss.
22 years ago
kmacctmgr.cpp
Minor cleanups
22 years ago
kmacctmgr.h
Add an Id to the account so that (d)imap accounts can be renamed without data loss.
22 years ago
kmacctseldlg.cpp
Merge from osnabrueck_branch: all
22 years ago
kmacctseldlg.h
…
kmaddrbook.cpp
QString()->QString::null, some consts, use QValueList::operator+= instead of manually looping
22 years ago
kmaddrbook.h
Moved expandDistributionList to KAddrBookExternal (libkdenetwork) so that
22 years ago
kmail-3.1-update-new-mail-notification-settings.pl
…
kmail-3.1-use-UOID-for-identities.pl
…
kmail-3.1.4-dont-use-UOID-0-for-any-identity.pl
…
kmail-3.2-misc.sh
Fix #70387
23 years ago
kmail-3.2-update-loop-on-goto-unread-settings.sh
…
kmail-3.3-use-ID-for-accounts.pl
Fix a few issues with the account id update script:
22 years ago
kmail-pgpidentity.pl
…
kmail-upd-identities.pl
…
kmail.antispamrc
consider changes described in bug list item #74577 (parameter change
22 years ago
kmail.kcfg
Port the Groupware and IMAP Resource options to KConfigXt. Move the whats
22 years ago
kmail.upd
- Make use of RuleWidgetHandlers for managing the search/filter rule widgets.
22 years ago
kmailIface.h
And the moral of the story is that if train A goes at 60mph from new york
22 years ago
kmail_config_appearance.desktop
CVS_SILENT made messages
22 years ago
kmail_config_composer.desktop
CVS_SILENT made messages
22 years ago
kmail_config_identity.desktop
CVS_SILENT made messages
22 years ago
kmail_config_misc.desktop
CVS_SILENT made messages
22 years ago
kmail_config_network.desktop
CVS_SILENT made messages
22 years ago
kmail_config_security.desktop
CVS_SILENT made messages
22 years ago
kmail_options.h
Move cmdline handling to DCOP-enabled method, move cmdline def to header file
23 years ago
kmail_part.cpp
Get rid of KDE_IS_VERSION cruft.
22 years ago
kmail_part.h
Get rid of KDE_IS_VERSION cruft.
22 years ago
kmailicalIface.h
Merge from osnabrueck_branch: all
22 years ago
kmailicalifaceimpl.cpp
Port the Groupware and IMAP Resource options to KConfigXt. Move the whats
22 years ago
kmailicalifaceimpl.h
Implement hiding the IMAP resource folders from the foldertree. This was
22 years ago
kmailpartIface.h
…
kmbroadcaststatus.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
kmbroadcaststatus.h
…
kmcommands.cpp
Share some code.
22 years ago
kmcommands.h
- Remove superfluous mParent member variables now that subclasses can get the parent widget via KMCommand::parentWidget().
22 years ago
kmcomposerui.rc
- alignJustify option deleted
22 years ago
kmcomposewin.cpp
More KStdGuiItems/icons
22 years ago
kmcomposewin.h
Add FindNext action
22 years ago
kmdebug.h
Merge from osnabrueck_branch: all
22 years ago
kmdict.cpp
Speed up dimap syncing some more by using a dict instead of a list to
22 years ago
kmdict.h
Speed up dimap syncing some more by using a dict instead of a list to
22 years ago
kmfawidgets.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
kmfawidgets.h
…
kmfilter.cpp
From the series: zack does magic and you, the common people, stand in awe.
22 years ago
kmfilter.h
CVS_SILENT redundant
22 years ago
kmfilteraction.cpp
improve the handling of situations when a folder is removed
22 years ago
kmfilteraction.h
Commit the code that uses the MessageProperty class.
23 years ago
kmfilterdlg.cpp
Add possibility to copy filters now that I've figured out how to make it work.
22 years ago
kmfilterdlg.h
Add possibility to copy filters now that I've figured out how to make it work.
22 years ago
kmfiltermgr.cpp
Added filtering to the Filter Actions
22 years ago
kmfiltermgr.h
Merge from osnabrueck_branch: all
22 years ago
kmfldsearch.cpp
Better KStdGuiItem and KStdAction usage
22 years ago
kmfldsearch.h
KDE 3.2 requires at least Qt 3.2.
22 years ago
kmfolder.cpp
Support old hand-set mailing list post addresses
22 years ago
kmfolder.h
Add per folder option to put replies to mails in a folder into that same
22 years ago
kmfoldercachedimap.cpp
Reimplemented the ACL support completely so that it's really "disconnected"
22 years ago
kmfoldercachedimap.h
Reimplemented the ACL support completely so that it's really "disconnected"
22 years ago
kmfoldercombobox.cpp
Add an Id to the account so that (d)imap accounts can be renamed without data loss.
22 years ago
kmfoldercombobox.h
…
kmfolderdia.cpp
Reimplemented the ACL support completely so that it's really "disconnected"
22 years ago
kmfolderdia.h
Many fixes for the ACL tab:
22 years ago
kmfolderdir.cpp
Prepend the displayPath of local folders with /Local
22 years ago
kmfolderdir.h
Prepend the displayPath of local folders with /Local
22 years ago
kmfolderimap.cpp
Speedup the subscription dialog and add a new list type LSUBNOCHECK.
22 years ago
kmfolderimap.h
Don't enable the ACL-changing buttons when the user doesn't have authorization to change the ACLs.
22 years ago
kmfolderindex.cpp
Merge from osnabrueck_branch: all
22 years ago
kmfolderindex.h
Merge from osnabrueck_branch: all
22 years ago
kmfoldermaildir.cpp
Corrected typographical errors.
22 years ago
kmfoldermaildir.h
Cleanup job: the protocol() method is now removed. It was by now only used in a single debug statement in kmcommands.cpp
22 years ago
kmfoldermbox.cpp
Move the idString method from FolderStorage to KMFolder. And fix some FolderStorage derived constructors
22 years ago
kmfoldermbox.h
Respect mQuiet when an imap folder sets it also in the underlying mbox.
22 years ago
kmfoldermgr.cpp
Prepend the displayPath of local folders with /Local
22 years ago
kmfoldermgr.h
Fix recursive deletion of folders for imap. Works also for dimap (of course ;-))
22 years ago
kmfoldernode.cpp
Add dcop calls displayPath and displayName for usage in the Kontact summary widget.
22 years ago
kmfoldernode.h
Add dcop calls displayPath and displayName for usage in the Kontact summary widget.
22 years ago
kmfoldersearch.cpp
When searching messages start with the newest messages in the folder. Patch by Malte Stretz.
22 years ago
kmfoldersearch.h
Cleanup job: the protocol() method is now removed. It was by now only used in a single debug statement in kmcommands.cpp
22 years ago
kmfolderseldlg.cpp
make double click action (move to the clicked folder) working again
23 years ago
kmfolderseldlg.h
make double click action (move to the clicked folder) working again
23 years ago
kmfoldertree.cpp
Redesigned KMFolderDia to make it more modular: one class per tab, using
22 years ago
kmfoldertree.h
Remove now unused and very, very ugly refresh method.
22 years ago
kmfoldertype.h
Move dIMAP to a new folder manager. One bug is still there: It doesn't show up in the folder tree!
23 years ago
kmglobal.h
In file included from kmfoldermbox.cpp:17:
23 years ago
kmgroupware.cpp
Remove all traces of the automatic resource handling. It never really worked anyway
22 years ago
kmgroupware.h
Remove all traces of the automatic resource handling. It never really worked anyway
22 years ago
kmheaders.cpp
cached imap: parse X-Access to know when the folder is readonly (code ported from online-imap)
22 years ago
kmheaders.h
Don't ask the user for confirmation again when deleting messages when she
22 years ago
kmidentity.cpp
Fix bug 77068 (Signature from file has an extra '\n' attached) by not requiring a trailing '\n' when reading the signature file.
22 years ago
kmidentity.h
- Make it possible to easily change the dictionary which is used for as-you-type spell-checking. This also makes it possible to use different dictionaries in different composer windows.
23 years ago
kmkernel.cpp
Be conservative and remove the 'Last Search' folder at start up.
22 years ago
kmkernel.h
improve the handling of situations when a folder is removed
22 years ago
kmmainwidget.cpp
Disable reply menu when we don't have mail selected
22 years ago
kmmainwidget.h
Disable reply menu when we don't have mail selected
22 years ago
kmmainwin.cpp
Get rid of KDE_IS_VERSION cruft.
22 years ago
kmmainwin.h
Get rid of KDE_IS_VERSION cruft.
22 years ago
kmmainwin.rc
- Make it possible to open saved messages with KMail. The opened message
22 years ago
kmmessage.cpp
Moved expandDistributionList to KAddrBookExternal (libkdenetwork) so that
22 years ago
kmmessage.h
Add new methods headerFields() and rawHeaderFields() which return a list of the (raw) values of all header fields with the given name. Get rid of the hackish allHeaderFields() which isn't needed anymore.
22 years ago
kmmimeparttree.cpp
More KStdGuiItems/icons
22 years ago
kmmimeparttree.h
Correct the sizes shown in the mtv for imap messages. Parts sum up the size of their children and compare this to their own.
22 years ago
kmmsgbase.cpp
Add an attachment icon to the status icons.
22 years ago
kmmsgbase.h
Add an attachment icon to the status icons.
22 years ago
kmmsgdict.cpp
Don't hardcode the size of the msgdict but gather intelligence as to the
22 years ago
kmmsgdict.h
…
kmmsgindex.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
kmmsgindex.h
…
kmmsginfo.cpp
Add the UID the msgSize on server to the index.
22 years ago
kmmsginfo.h
Add the UID the msgSize on server to the index.
22 years ago
kmmsglist.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
kmmsglist.h
o Remove int vs uint madness in KMMsgList. QMemArray<> expects uints, while KMMsgBase, inheriting QMemArray<>, worked with ints. to get rid of the warnings, some methods (e.g. size()) were reimplemented to call the QMemArray<> versions and casting the result to int before returning.
23 years ago
kmmsgpart.cpp
convert CRLF -> LF in bodyDecoded also in case of 7bit or 8bit cte.
23 years ago
kmmsgpart.h
…
kmmsgpartdlg.cpp
Corrected typos (exclamation marks).
22 years ago
kmmsgpartdlg.h
…
kmpopfiltercnfrmdlg.cpp
CVS_SILENT i18n style guide fixes
22 years ago
kmpopfiltercnfrmdlg.h
Patch by Ladislav Strojil for KMail POP filters so that the confirmation dialog
23 years ago
kmpopheaders.cpp
Large speedup of pop filters. Also cleas the logic of id vs size message
22 years ago
kmpopheaders.h
Large speedup of pop filters. Also cleas the logic of id vs size message
22 years ago
kmreadermainwin.cpp
More KStdGuiItems/icons
22 years ago
kmreadermainwin.h
Fix bug 69656 (kmail quits after sending a message from the tray [if the main window is hidden])
22 years ago
kmreadermainwin.rc
…
kmreaderwin.cpp
More KStdGuiItems/icons
22 years ago
kmreaderwin.h
Make the reader window wait for one serial number only at any time and
22 years ago
kmsearchpattern.cpp
added a new filterrule:
22 years ago
kmsearchpattern.h
added a new filterrule:
22 years ago
kmsearchpatternedit.cpp
- Make use of RuleWidgetHandlers for managing the search/filter rule widgets.
22 years ago
kmsearchpatternedit.h
- Make use of RuleWidgetHandlers for managing the search/filter rule widgets.
22 years ago
kmsender.cpp
Centralize the protocol names using #defines.
22 years ago
kmsender.h
Get rid of KDE_IS_VERSION cruft.
22 years ago
kmservertest.cpp
- Support different authentication methods for Normal/TLS and SSL connections (mainly for POP and IMAP, but also for SMTP servers that don't support the AUTH command).
22 years ago
kmservertest.h
- Support different authentication methods for Normal/TLS and SSL connections (mainly for POP and IMAP, but also for SMTP servers that don't support the AUTH command).
22 years ago
kmstartup.cpp
- Make use of RuleWidgetHandlers for managing the search/filter rule widgets.
22 years ago
kmstartup.h
…
kmsystemtray.cpp
Get rid of KDE_IS_VERSION cruft.
22 years ago
kmsystemtray.h
Make the background of the system tray icon with the overlayed number of unread messages transparent. Man, this was more difficult than I had anticipated.
23 years ago
kmtransport.cpp
- Support different authentication methods for Normal/TLS and SSL connections (mainly for POP and IMAP, but also for SMTP servers that don't support the AUTH command).
22 years ago
kmtransport.h
- Support different authentication methods for Normal/TLS and SSL connections (mainly for POP and IMAP, but also for SMTP servers that don't support the AUTH command).
22 years ago
kmversion.h
Update the version a tick so that we can tell who has the recently
22 years ago
mailcomposerIface.h
…
maildirjob.cpp
Implement "Exclude important messages from expiry" config option and gui
22 years ago
maildirjob.h
…
mailinglist-magic.cpp
From the series: zack does magic and you, the common people, stand in awe.
22 years ago
mailinglist-magic.h
From the series: zack does magic and you, the common people, stand in awe.
22 years ago
mailserviceimpl.cpp
- hide deprecated DCOP calls
22 years ago
mailserviceimpl.h
- hide deprecated DCOP calls
22 years ago
mailsourceviewer.cpp
- Remove the superfluous 'if ( pointer != 0 )'.
22 years ago
mailsourceviewer.h
Fix memory usage problems with "view source" by:
22 years ago
main.cpp
Get rid of KDE_IS_VERSION cruft.
22 years ago
mboxjob.cpp
Implement "Exclude important messages from expiry" config option and gui
22 years ago
mboxjob.h
…
messagecomposer.cpp
Remove debug output as per Marc's request.
22 years ago
messagecomposer.h
new feature: composing HTML messages
22 years ago
messageproperty.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
messageproperty.h
Fix copying/moving of imap messages to different accounts.
23 years ago
mh2kmail
…
mh2kmailr
…
networkaccount.cpp
Add an Id to the account so that (d)imap accounts can be renamed without data loss.
22 years ago
networkaccount.h
Add an Id to the account so that (d)imap accounts can be renamed without data loss.
22 years ago
objecttreeparser.cpp
Corrected typo.
22 years ago
objecttreeparser.h
From aegypten_branch:
22 years ago
partNode.cpp
Fix LOD by creating the partNode from the already existing object and not from string
22 years ago
partNode.h
from aegytpen_branch:
22 years ago
partmetadata.h
…
protocols.h
Use kio_newimap instead of kio_imap.
22 years ago
regexplineedit.cpp
Give focus to the line edit if the RegExpLineEdit gets the focus.
22 years ago
regexplineedit.h
GPLv2 + Qt -> GPLv2+ + Qt
22 years ago
rulewidgethandlermanager.cpp
CVS_SILENT Fix typo in comment. Whitespace and indentation fixes.
22 years ago
rulewidgethandlermanager.h
Add RuleWidgetHandlers and RuleWidgetHandlerManager. There are currently three handlers which handle the function widgets and the value widgets for search/filter rules: a status rule handler, a numeric rule handler (for size and age) and a general text rule handler. I'll send a patch with the corresponding changes in kmsearchpatternedit.* to the list.
22 years ago
secondarywindow.cpp
Fix bug 69656 (kmail quits after sending a message from the tray [if the main window is hidden])
22 years ago
secondarywindow.h
Fix bug 69656 (kmail quits after sending a message from the tray [if the main window is hidden])
22 years ago
sieveconfig.cpp
compile with explicit KURL() constructor
22 years ago
sieveconfig.h
…
sievejob.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
sievejob.h
…
signatureconfigurationdialog.ui
Corrected typographical errors.
22 years ago
signatureconfigurationdialogimpl.cpp
…
signatureconfigurationdialogimpl.h
…
signatureconfigurator.cpp
compile with explicit KURL() constructor
22 years ago
signatureconfigurator.h
…
simplestringlisteditor.cpp
Convert the KMail configuration dialog to a bunch of KCMs embedded in a
22 years ago
simplestringlisteditor.h
Convert the KMail configuration dialog to a bunch of KCMs embedded in a
22 years ago
ssllabel.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
ssllabel.h
…
startupwizard.cpp
Port the Groupware and IMAP Resource options to KConfigXt. Move the whats
22 years ago
startupwizard.h
Merge from osnabrueck_branch: all
22 years ago
subscriptiondialog.cpp
Speedup the subscription dialog and add a new list type LSUBNOCHECK.
22 years ago
subscriptiondialog.h
Kill pending jobs when the subscription dialog is closed
22 years ago
teehtmlwriter.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
teehtmlwriter.h
Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip.
23 years ago
tips
CVS_SILENT Typographical corrections and changes
22 years ago
transportmanager.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
transportmanager.h
…
undostack.cpp
KDE proofreaders. Remove exclamation marks to improve readability.
22 years ago
undostack.h
…
upgrade-signature.pl
…
upgrade-transport.pl
…
urlhandlermanager.cpp
kgpgcertmanager renamed to kleopatra
22 years ago
urlhandlermanager.h
First steps in the direction of generic handlers for URLs in the reader window.
23 years ago
vacation.cpp
Corrected typographical errors.
22 years ago
vacation.h
…
vacationdialog.cpp
Add <config.h> to all .cpp files as in aegypten_branch we really
23 years ago
vacationdialog.h
…
vcardviewer.cpp
Share some code.
22 years ago
vcardviewer.h
Merge from osnabrueck_branch: all
22 years ago