Malcolm Hunter
ee0b4b31e8
Corrected typographical errors
...
svn path=/trunk/kdenetwork/kmail/; revision=167451
24 years ago
Karl-Heinz Zimmer
ccbdc9adee
internal AEgypten bugfix #1116 : let user have two checkboxes in the attachment's properties dialog for specifying whether this attachment is to be signed and/or encrypted or not, of course these checkbosed are to be changed when active CryptPlug was found, if not they are greyed out. Positive side effect: So users of old style PGP can see in the attachments dialog that their attachments will *not* be signed or encrypted - no matter how they try.
...
svn path=/trunk/kdenetwork/kmail/; revision=163188
24 years ago
Stephan Kulow
2892d05a1b
including config.h as first include (it defines quite some controlling defines)
...
use off_t and size_t where fread, fwrite, ftell, fseek is used
svn path=/trunk/kdenetwork/kmail/; revision=159169
24 years ago
Marc Mutz
7c8a6e6191
Don't put rfc2231-encoded parameter values in DQUOTES; part 1: KMMsgPartDlg
...
svn path=/trunk/kdenetwork/kmail/; revision=151680
24 years ago
Marc Mutz
8545dc9a33
missing colon added and forward port of -r1.41.2.1 change
...
svn path=/trunk/kdenetwork/kmail/; revision=148215
24 years ago
Michael Haeckel
4126513c36
Readd the read only attachment properties dialog until we have something better.
...
svn path=/trunk/kdenetwork/kmail/; revision=134346
24 years ago
Malcolm Hunter
ca122eaf92
CVS_SILENT Corrected typographical errors
...
svn path=/trunk/kdenetwork/kmail/; revision=132110
25 years ago
Marc Mutz
34545e5bcf
New message part (attachment) dialog.
...
Autodetecting the best content-transfer-encoding.
svn path=/trunk/kdenetwork/kmail/; revision=131927
25 years ago
Marc Mutz
527a276574
Be more careful with DwString<->QCString<->QByteArray conversions, pt. II:
...
- Don't copy the attachment even more often than is needed.
- KMMessagePart::size() is now decodedSize() to make it's purpose clearer.
- Don't try to outsmart QByteArray with resize+1,[size]=0,resize-1 tricks.
- Use KIO::convertSize() instead of homebrewn ->KB formatter.
svn path=/trunk/kdenetwork/kmail/; revision=131276
25 years ago
Marc Mutz
db7b45daa3
Move kmimetypevaliadator from libkdenetwork to kdeui.
...
Put together with new KStringListValidator into kstringvalidator.{h,cpp}
svn path=/trunk/kdenetwork/kmail/; revision=128231
25 years ago
Dirk Mueller
aa0cadacd1
CVS-SILENT: fixincludes -e
...
svn path=/trunk/kdenetwork/kmail/; revision=126995
25 years ago
Michael Haeckel
8f753c2855
Make non-ascii attachment filenames and descriptions working again.
...
svn path=/trunk/kdenetwork/kmail/; revision=121810
25 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Michael Haeckel
ba08a83bc8
ASCII_CAST cleanup for kmmsgbase.cpp and kmacctlocal.cpp.
...
svn path=/trunk/kdenetwork/kmail/; revision=102473
25 years ago
Marc Mutz
b346876ab2
QT_NO{COMPAT,ASCII_CAST} fixes as discussed on the mailing list.
...
The changes to kmmsgpart.cpp are the origin of the other changes.
svn path=/trunk/kdenetwork/kmail/; revision=102401
25 years ago
Daniel Molkentin
14ff3267fc
GUI:
...
- Added tons of Accelerators (especially in the config dialog)
- Added corresponding setBuddy()'s where possible
Although I really tried to look hard, please check for eventual Accel
clashes (/me wants Qt Designer... )
There are still some Accels missing. I'd really like to urge you to add the
missing ones to catch up with the kde style guide. Any flames (merging errors,
etc.) go to danimo@kde.org .
No other functional changes.
svn path=/trunk/kdenetwork/kmail/; revision=98490
25 years ago
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