Michael Haeckel
2aa1bfcb7a
The text/html mimetype seems to need an extra invitation.
...
svn path=/trunk/kdenetwork/kmail/; revision=91905
25 years ago
Michael Haeckel
ef6f7079df
Nicer icons for the mime types.
...
svn path=/trunk/kdenetwork/kmail/; revision=91878
25 years ago
Michael Haeckel
096db8482b
Disable also the encoding combo when the whole dialog is read only.
...
svn path=/trunk/kdenetwork/kmail/; revision=91491
25 years ago
Michael Haeckel
fec89fe67a
Remove the rest of the KRN code and the welcome message.
...
svn path=/trunk/kdenetwork/kmail/; revision=84071
25 years ago
Michael Haeckel
dfce5de5b5
Handle mails with several attachments but without a text part correctely when
...
editing, forwarding or redirecting.
svn path=/trunk/kdenetwork/kmail/; revision=84061
25 years ago
Don Sanders
481dcc0c02
Make the OK button the default (Lars asked for it).
...
diff -u -b -r1.24 kmmsgpartdlg.cpp
--- kmmsgpartdlg.cpp 2000/11/29 09:14:57 1.24
+++ kmmsgpartdlg.cpp 2001/02/07 00:53:02
@@ -132,6 +132,7 @@
if (w1 < w2) w1 = w2;
if (w1 < 120) w1 = 120;
btnOk->setMaximumSize(w1, h);
+ btnOk->setFocus();
btnCancel->setMaximumSize(w1, h);
svn path=/trunk/kdenetwork/kmail/; revision=81653
25 years ago
Michael Haeckel
8146fbb9fb
Patch by Wolfgang Rohdewald <WRohdewald@dplanet.ch>
...
Correct handling of the trailing /0 when converting between QCString and
QByteArray. Fixes a problem, where garbage was displayed at the end of the
message.
svn path=/trunk/kdenetwork/kmail/; revision=72708
26 years ago
Michael Haeckel
9cadd9def9
Support for non latin filenames as attachment Part I
...
Composing encodes them now correctely.
svn path=/trunk/kdenetwork/kmail/; revision=72656
26 years ago
Don Sanders
8430be3b04
message/rfc822 attachments are now
...
always encoded with 7 bit. The encoding combo box is disabled for that case.
Not even KMail itself is able to decode the illegal attachments that result
when encoding that attachments in a different way.
Patch from Michael Hackel.
svn path=/trunk/kdenetwork/kmail/; revision=60943
26 years ago
Don Sanders
de624998c9
Patch from Daniel Naber to allow specification of attachment type as the autodetect stuff often guesses wrong.
...
svn path=/trunk/kdenetwork/kmail/; revision=48130
26 years ago
Don Sanders
636147c05c
Attaching files should work again, again.
...
a = b can do some pretty weird stuff when a and b are QByteArrays
svn path=/trunk/kdenetwork/kmail/; revision=45603
26 years ago
Sven Radej
fd968c341e
sven: Removed old signal-driven IPC and introduced DCOP interface. New
...
class KMKernel holds all previously static objects.
svn path=/trunk/kdenetwork/kmail/; revision=44623
26 years ago
Warwick Allison
7b817a82a2
Update for some Qt QString changes.
...
svn path=/trunk/kdenetwork/kmail/; revision=20849
27 years ago
Hans Petter Bieker
f5f2dff4d6
klocale->translate() is dead
...
svn path=/trunk/kdenetwork/kmail/; revision=20221
27 years ago
Stephan Kulow
a319ad6c44
CVS_SILENT compilation fixes
...
svn path=/trunk/kdenetwork/kmail/; revision=19985
27 years ago
Warwick Allison
2718dbbdeb
Remove some QCString vs. QString vs. QByteArray confusion.
...
(fixes attachment Save As)
svn path=/trunk/kdenetwork/kmail/; revision=19266
27 years ago
Stephan Kulow
1afae79487
CVS_SILENT ported to Qt 2.0
...
svn path=/trunk/kdeutils/knotes/; revision=17396
27 years ago
Stephan Kulow
2fe913b217
I know, Ok is ok too, but OK is more OK some GUI guides say :)
...
svn path=/trunk/kdenetwork/kmail/; revision=10430
28 years ago
Stefan Taferner
dd8641c5da
Removed occurances of not-yet-added ktreeview from Makefile.am and fixed display of some message-header styles
...
svn path=/trunk/kdenetwork/kmail/; revision=5412
28 years ago
Stefan Taferner
25c6cd7f92
* fixed attachment size in sending/receiving (often extra zero-bytes were added
...
* fix in kfileio -- extra zero-byte was there
svn path=/trunk/kdenetwork/kmail/; revision=5369
28 years ago
Stefan Taferner
3015f41a72
* dead.letter is now written when kmail crashes
...
* some bugs fixed
svn path=/trunk/kdenetwork/kmail/; revision=5108
29 years ago
Roberto Alsina
4084eba98d
[Roberto] Small changes so copying these files over to krn is easier,
...
didn't change anything outside my #ifdefs
svn path=/trunk/kdenetwork/kmail/; revision=4681
29 years ago
Stefan Taferner
d3c5dbd3a6
* fixed a few bugs
...
* implemented quoted-printable sending of messages
* hmm, what else? ;-)
* improved smart URL and email detection in the reader
svn path=/trunk/kdenetwork/kmail/; revision=4466
29 years ago
Denis Perchine II
5475308ee2
Small portability changes...
...
svn path=/trunk/kdenetwork/kmail/; revision=4182
29 years ago
Stefan Taferner
22ca31975f
- ensured that QString::sprintf does not cause troubles
...
- now pine&co are able to display the contents of the mail folders, however,
the status field still needs work
- rewrote the quoted-printable header-field parser. Now quoted-printable
encoded header fields look a lot better.
svn path=/trunk/kdenetwork/kmail/; revision=3490
29 years ago
Markus Wuebben
71699fa245
// $markus:
...
- Added latest kedit widget (0.7.3) Wordwrapping and fillColumnMode now
works!
svn path=/trunk/kdenetwork/kmail/; revision=3350
29 years ago
Stefan Taferner
71464fd9ce
Fixed broken handling of attachments in the reader.
...
Code cleanup in KMAcctPop.
Some bugfixes in the account settings dialog.
svn path=/trunk/kdenetwork/kmail/; revision=2978
29 years ago
Stefan Taferner
ceaf2cad80
Added saving of attachments plus editable mimetype/subtype in the composer.
...
svn path=/trunk/kdenetwork/kmail/; revision=2530
29 years ago
Stefan Taferner
7e17482fe0
Fixed various problems in the reader code and redesigned a bit.
...
Drawback: attachments are currently somewhat broken (you cannot save them).
Benefit: lots. Take a look ;-)
Please install the patched mimelib also. Otherwise KMail does not show
any contents for some messages.
svn path=/trunk/kdenetwork/kmail/; revision=2529
29 years ago
Stefan Taferner
d1c0f416ce
Fixed a lot bugs and cleaned up the code of the composer.
...
The reader will be cleaned next.
Retrieving POP mails is now in experimental state and may work.
Sending attachments should work now, receiving them still needs work ;-)
svn path=/trunk/kdenetwork/kmail/; revision=2467
29 years ago