Mario Teijeiro Otero
01be904470
* Permit collapse/expand quoted mail (default disabled).
...
* Automatic collapse level of quoted mail with default to 3.
GUI:
svn path=/trunk/kdepim/; revision=407347
21 years ago
Rich Birch
52ae3c1e7e
BUGS:#86281
...
21 years ago
Till Adam
d9008e0329
Make sure a connection to the server can be established before attempting to create an online imap folder.
...
svn path=/trunk/kdepim/; revision=407022
21 years ago
Till Adam
ec3eb9a531
Add a "don't bug me again" enabled info dialog to the status bar notification about broken connections or timeouts.
...
svn path=/trunk/kdepim/; revision=407019
21 years ago
Till Adam
8e1291ba7d
Remove the limitation of not being able to get text body parts as binary,
...
which is needed if a plugin wants to have a different fallback encoding
from the KMail one. Ok'd by Marc.
svn path=/trunk/kdepim/; revision=406519
21 years ago
Danny Kukawka
b61e3f887e
- changed static KMMsgStatus strToStatus() to
...
KMMsgStatus KMKernel::strToStatus()
svn path=/trunk/kdepim/; revision=406383
21 years ago
Danny Kukawka
9d36f9ea94
Applying slightly adopted patches by Alfons Hoogervorst:
...
- added posibility to set KMMsgStatus for a message in dcopAdd*() functions.
The new param QString::MsgStatusFlags is optional.
CCMAIL:alfons.hoogervorst@gmail.com
svn path=/trunk/kdepim/; revision=406331
21 years ago
Ingo Klcker
44aca43b57
Add configuration update script for fixing changed keys for filtering by status.
...
BUGS:101001
svn path=/trunk/kdepim/; revision=406208
21 years ago
Carsten Burghardt
58fad94852
Do not set the message as complete but do not pass it to the parent command.
...
That way the message is not changed and it should not cause problems anymore.
Will backport.
BUGS:98845
svn path=/trunk/kdepim/; revision=406156
21 years ago
Paul Sprakes
58176a6dc4
Added some comments
...
svn path=/trunk/kdepim/; revision=405868
21 years ago
Paul Sprakes
3ca71dc064
BUG: 77419
...
Folder identities not used when composer opened from Kontact's new mail action.
svn path=/trunk/kdepim/; revision=405867
21 years ago
Mario Teijeiro Otero
63081f9e1d
* Delay signals related with gui and storage when this
...
is quieted.
* Delay/compress UpdateCounts in FolderTree.
With this improvements,kmail don't eat the 100% CPU when refresh the cache from
a dimap server when this resides on the same lan.
svn path=/trunk/kdepim/; revision=405858
21 years ago
George Staikos
4ff6619ed9
had a crash here, not sure what the correct fix is at the moment. anyone care
...
to look at it?
svn path=/trunk/kdepim/; revision=405735
21 years ago
Till Adam
43794bea9d
Don't show a big ol' error dialog when the connection to an imap server
...
times out or gets broken. Write an informative string to the status
bar instead. Carsten, ok? Backport?
svn path=/trunk/kdepim/; revision=405376
21 years ago
Hasso Tepper
2855a5e30c
Emit signal if custom date format string is changed.
...
BUGS:86269
svn path=/trunk/kdepim/; revision=405290
21 years ago
David Faure
36c8001fd9
Use .mailboxname.compacted i.e. make it a hidden file, so that it doesn't appear as a new mailbox
...
in kmail after a restart, in case a crash happens while compaction is happening.
svn path=/trunk/kdepim/; revision=405282
21 years ago
Dirk Mueller
5e0e9ca178
unbreak compilation
...
svn path=/trunk/kdepim/; revision=405240
21 years ago
David Faure
efe86d7977
Don't leave around mymbox.compacted when compaction fails (e.g. disk full),
...
otherwise kmail treats it as a real mailbox on the next restart.
svn path=/trunk/kdepim/; revision=405181
21 years ago
Script Kiddy
9c0f868a3c
CVS_SILENT made messages (.desktop file)
...
svn path=/trunk/kdepim/; revision=405178
21 years ago
Cornelius Schumacher
8f40d6d367
Forward port recipients editor and picker changes from 3.4 branch
...
(Default type for second recipients line, categories in picker).
svn path=/trunk/kdepim/; revision=405062
21 years ago
Till Adam
0c1c28f943
De-obfuscate the status matching somewhat as per Marc's suggestion.
...
svn path=/trunk/kdepim/; revision=404453
21 years ago
Andreas Gungl
49bf5e7f01
revert last change due to objection by Marc
...
svn path=/trunk/kdepim/; revision=404426
21 years ago
Mario Teijeiro Otero
622f5c1717
* When there are selected text on a message reader and rigthclick on a url, show
...
url context menu, instead of the copy menu.
BUGS:103493
svn path=/trunk/kdepim/; revision=404300
21 years ago
Andreas Gungl
30c7c427d1
Avoid case-sensitivity of the filter-rules for status values,
...
use a more sensible default when assuming automatic naming for
filters (which is set to off now)
BUGS:101001
svn path=/trunk/kdepim/; revision=404125
21 years ago
Matt Douhan
80971bd4b5
Refactor the address validation to use a helper method
...
Make it static he said and the nightmare began, 1 hour later it compiled.
Make it file static they said and the walls came crashing down
the deal is, I make it file static when someone explains to me how that works
svn path=/trunk/kdepim/; revision=403895
21 years ago
Lus Pedro Coelho
a408e9e246
Mention KMKernel::dimapFolderMgr()
...
(correct a typo as well).
svn path=/trunk/kdepim/; revision=403743
21 years ago
Marc Mutz
ceede0e49f
from proko2: Fix input sanitation bug. This doesn't look exploitable, since the string comes from the attachment properties dialog, but fixing nevertheless :)
...
svn path=/trunk/kdepim/; revision=403715
21 years ago
Till Adam
5cf7cf477e
Don't try to rename the INBOX to inbox after looking at its properties.
...
Thanks for reporting, Jens.
BUGS: 103355
svn path=/trunk/kdepim/; revision=403639
21 years ago
Mario Teijeiro Otero
a3c5c3b497
* Fix odd vertical oversized combobox from filter criteria.
...
* For the time being, this is only fixed on filter criteria, the fix on
filter Action is a hack, I'll wait for comments.
svn path=/trunk/kdepim/; revision=403561
21 years ago
Mario Teijeiro Otero
aa74137e64
* Add FIXME remainders to add missed icons
...
svn path=/trunk/kdepim/; revision=403557
21 years ago
Danny Kukawka
d2e9b854db
- undo replacement of deprecated function for compatibility to kdelibs 3.3
...
svn path=/trunk/kdepim/; revision=403460
21 years ago
Danny Kukawka
1d2517d14b
- replaced deprecated function (kapp->keyboardModifiers() through
...
kapp->keyboardMouseState())
svn path=/trunk/kdepim/; revision=403424
21 years ago
Danny Kukawka
5210733b6d
- fixed wrong moved line from last commit
...
svn path=/trunk/kdepim/; revision=403400
21 years ago
Danny Kukawka
493c9c9c03
- added new feature to dcopAddMessage*(), now we can import messages to
...
existing subfolders or the requested folder is created
FEATURE:
CCBUGS:101622
svn path=/trunk/kdepim/; revision=403371
21 years ago
Mario Teijeiro Otero
142fae1005
* choose smtp server by send and queue button in composer window.
...
BUGS:103277
svn path=/trunk/kdepim/; revision=403340
21 years ago
Mario Teijeiro Otero
4b80afec31
* Use transport names from TransportManager instead of the QPopupItem.
...
svn path=/trunk/kdepim/; revision=403339
21 years ago
Rich Birch
1942f102ae
Change suggested my Marc Mutz. Reserve capacity for mTimeOfSeenMsgsVector before it's populated.
...
21 years ago
Danny Kukawka
f3b40fc2d2
- fixed problems with '/' in foldername in dcopAddMessage*(), now return -1
...
if foldername contains '/'
BUGS:103205
svn path=/trunk/kdepim/; revision=403265
21 years ago
Rich Birch
73bf783783
CCMAIL:kmail-devel@kde.org
...
21 years ago
Marc Mutz
69a000ff83
From proko2-branch: Kleo::CryptoBackend::protocol() is case-insensitive
...
svn path=/trunk/kdepim/; revision=403042
21 years ago
David Jarvie
4ee7128469
Change message/rfc822 data type from QString to QCString.
...
This is because a library user cannot reliably translate the QString back into a QCString
for input to kdepim library functions.
svn path=/trunk/kdepim/; revision=402609
21 years ago
Rich Birch
a4cd8ea107
Modified Files:
...
21 years ago
Till Adam
7b6975f112
Sideways port of:
...
CVS commit by tilladam:
When inline forwarding a mail consisting of only a top level body part,
extract that body part into an attachment of a newly created multipart/
mixed mail and create a new text part clearly identifying the mail as
a forward.
svn path=/trunk/kdepim/; revision=402419
21 years ago
Carsten Burghardt
df660a6456
Fix attachment issues.
...
BUGS:102766
BUGS:102663
svn path=/trunk/kdepim/; revision=402260
21 years ago
David Faure
0c97c41045
CVS_SILENT fix wrong comment
...
svn path=/trunk/kdepim/; revision=402251
21 years ago
Lus Pedro Coelho
6b68db1d8c
The Desktop might change from under us,
...
the user might change it manually, for example,
so re-check before switching.
OKed by Ingo
svn path=/trunk/kdepim/; revision=402206
21 years ago
Till Adam
b89cc5259f
CVS_SILENT hiding alien invasion orders in commit messages is hard ...
...
svn path=/trunk/kdepim/; revision=401967
21 years ago
Till Adam
183d763a07
Once around the pudding port of:
...
CVS commit by tilladam:
Make sure inline forwarding of inline invitation mails
(content-type text/calendar) works as expected.
svn path=/trunk/kdepim/; revision=401963
21 years ago
Till Adam
4ef0727659
Forward port of the fix for getting annotations for newly appearing folder
...
from proko2 who's commit message I can't quote due to ktown being on the
laggy side, mail wise.
svn path=/trunk/kdepim/; revision=401799
21 years ago
Matt Douhan
6417cdb091
Implement a new feature, the ability to send all queued email using
...
a specified transport.
This means that if the user moves from home to the office or somesuch he
can override the trasnport in the queued msg and force all mail to be sent
using a specific transport that he knows works.
Also it will pop up a warning if the selected transport is non encrypted to
avoid sending sensitive emails over an unecnrypted transport.
svn path=/trunk/kdepim/; revision=401726
21 years ago