Cornelius Schumacher
0a245e8333
Fix for sending RFC2447 attachments via DCOP interface.
...
svn path=/trunk/kdenetwork/kmail/; revision=104789
25 years ago
Marc Mutz
d7239ff4fc
Fix a crahs when the "filename" parameter to Content-disposition was
...
empty like so: "filename=".
svn path=/trunk/kdenetwork/kmail/; revision=103796
25 years ago
Michael Haeckel
d942bedded
Get rid of all remaining ASCII_CAST and COMPAT issues.
...
It is now even possible to give accounts non-latin names.
svn path=/trunk/kdenetwork/kmail/; revision=102514
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
Michael Haeckel
d1e06744c9
More reliable mime type recognition for attachments, thanks to leonb@research.att.com.
...
- body = bodyDecoded();
+ body = bodyDecodedBinary();
svn path=/trunk/kdenetwork/kmail/; revision=101777
25 years ago
Stephan Kulow
6164556515
use debug area 5006 - so I can read mails without seeing tons of debug output
...
svn path=/trunk/kdenetwork/kmail/; revision=101769
25 years ago
Marc Mutz
e12ef0feec
Prepending yet more files with necessary #undef QT_NO_{ASCII_CAST,COMPAT}.
...
Finally making the transition in Makefile.am.
svn path=/trunk/kdenetwork/kmail/; revision=101557
25 years ago
Stephan Kulow
29021bdb05
.copy on a Qt string is a noop since quite some Qt versions
...
svn path=/trunk/kdenetwork/kmail/; revision=96404
25 years ago
Michael Haeckel
487b57ef57
Use the md5 code from kdelibs.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=96394
25 years ago
Stephan Kulow
fec2831df5
removing "const QString" in return values and parameters. It only confuses compilers,
...
using const QString& in parameters and QString in return values
svn path=/trunk/kdenetwork/kmail/; revision=92546
25 years ago
Michael Haeckel
ef6f7079df
Nicer icons for the mime types.
...
svn path=/trunk/kdenetwork/kmail/; revision=91878
25 years ago
Michael Haeckel
c1dc421a7d
Don't add a \0 character at the end when saving a 8bit encoded attachment to
...
a file.
svn path=/trunk/kdenetwork/kmail/; revision=91310
25 years ago
Michael Haeckel
993c7b8f6d
Remove debugging statement.
...
svn path=/trunk/kdenetwork/kmail/; revision=72766
26 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
Jacek Stolarczyk
462dfc4af7
Fix for passing non-encoded strings to setName function. It was expecting encoded ones.
...
svn path=/trunk/kdenetwork/kmail/; revision=70086
26 years ago
Michael Haeckel
e566928e3a
Rename decodeRFC1522String to decodeRFC2047String in order to prevent some
...
confusion.
svn path=/trunk/kdenetwork/kmail/; revision=69880
26 years ago
Don Sanders
af7b051c81
Large patch from Denis Perchine and Jacek Stolarczyk to add
...
non-iso8859-1 support to KMail. This has a GUI change a "Set encoding..."
menu item has been added to the "Options" menu of the composer. This patch
fixes many bugs that non-iso8859-1 users consider critical. I've been
testing if for a few days now, it seems not to adversely affect iso-8859-1
only users, but it's pretty big and needs more testing.
Also a small patch from me to fix some int methods returning bools in
kmfilteraction.cpp (notice by Rik Hemsley, thanks Rik).
Update version number to 1.1.95.3
svn path=/trunk/kdenetwork/kmail/; revision=66711
26 years ago
Waldo Bastian
dae746a353
RFC 2231 encoding.
...
Patch by Michael Haeckel <Michael@Haeckel.Net>
svn path=/trunk/kdenetwork/kmail/; revision=61929
26 years ago
Daniel Naber
e5d4ef411a
Michael Haeckel's patch for better RFC 2047 compliance
...
svn path=/trunk/kdenetwork/kmail/; revision=60534
26 years ago
Hans Petter Bieker
0007cd8b56
Cleaner compilation.
...
svn path=/trunk/kdenetwork/kmail/; revision=59916
26 years ago
Rik Hemsley
d7833a7f90
Fixed compilation with an explicit const_cast.
...
svn path=/trunk/kdenetwork/kmail/; revision=50103
26 years ago
Don Sanders
f13a9ed54c
Converted some 'const QString' to 'const QString&'
...
Use MD5 digests Base 64 encoded for replyId and msgId
Fixed a few errors in threading code.
pre-strip 'From' and 'To' fields in index.
svn path=/trunk/kdenetwork/kmail/; revision=49855
26 years ago
Don Sanders
a35a6d1acc
Try to make the icons for attachments look right.
...
svn path=/trunk/kdenetwork/kmail/; revision=48469
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
Helge Deller
de12d11be0
Decode the names of the attachment before displaying the (file-)name.
...
This fixes all my Umlaut-problems with attachments I get from
Windows-Users...
NB: I think, this fix should go into KDE_1_1_BRANCH too ....
svn path=/trunk/kdenetwork/kmail/; revision=42065
26 years ago
Don Sanders
8f1dd985ec
Merging in some of the background mail checking stuff. The new experimental
...
pop account type won't work until I check in an updated pop3 kioslave
(which won't be for a few more days at least). But everything should still
compile and run fine(ish) anyway.
Email me sanders@kde.org cc'ing the kmail list if something is screwed.
svn path=/trunk/kdenetwork/kmail/; revision=42010
26 years ago
David Faure
932c998b9f
Robert: almost. No need to convert a QByteArray to a QCString
...
and then back to QByteArray... :)
svn path=/trunk/kdenetwork/kmail/; revision=41342
26 years ago
Robert Williams
624b4e1045
magicSetType()
...
Uses new KMimeMagic - compiles
Is this correct code?
svn path=/trunk/kdenetwork/kmail/; revision=41310
26 years ago
Don Sanders
6790dab5c3
Unknown icon supported.
...
svn path=/trunk/kdenetwork/kmail/; revision=35951
27 years ago
Don Sanders
c988339a21
Icons attachments should work again.
...
svn path=/trunk/kdenetwork/kmail/; revision=35912
27 years ago
Don Sanders
184a616140
Minor updates. (Suppress warnings)
...
svn path=/trunk/kdenetwork/kmail/; revision=33207
27 years ago
Don Sanders
b3075eceb3
The Merge. QT 2.1 (cvs) now required.
...
svn path=/trunk/kdenetwork/kmail/; revision=33018
27 years ago
Stephan Kulow
9408b3fa6e
some more KDE2 changes. Some left. I'm neither a XDND or QSplitter expert :)
...
svn path=/trunk/kdenetwork/kmail/; revision=26078
27 years ago
Dirk Mueller
286d2dabc1
Make it compile with recent Qt&kdelibs changes
...
(some ugly hacks needed :( )
svn path=/trunk/kdenetwork/kmail/; revision=22817
27 years ago
Don Sanders
15ed541272
Replaced config.setGroup("KDE Desktop Entry"); with config.setDesktopGroup();
...
This is required due to changes in the KConfig class.
svn path=/trunk/kdenetwork/kmail/; revision=22436
27 years ago
Warwick Allison
9364d1c9a0
bye bye kde_icondir
...
svn path=/trunk/kdenetwork/kmail/; revision=22255
27 years ago
Warwick Allison
7b817a82a2
Update for some Qt QString changes.
...
svn path=/trunk/kdenetwork/kmail/; revision=20849
27 years ago
David Faure
109e914813
Use kmimemagic that is in libkio.
...
svn path=/trunk/kdenetwork/kmail/; revision=19557
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
Stefan Taferner
c269b92099
* Removed obsolete / commented-out code.
...
* Bugfix: KMail now properly handles the 'filename' attribute
of message parts in the reader.
svn path=/trunk/kdenetwork/kmail/; revision=16144
28 years ago
Stefan Taferner
8b009c6577
Fix: improved performance when displaying messages (Bug #148 ).
...
svn path=/trunk/kdenetwork/kmail/; revision=16137
28 years ago
Stefan Taferner
31c2b0b6ac
* Headers: position of top message in folder list is
...
stored and reused upon next opening. Exception: if there
is a new or unread message in the folder, then the
first new/unread message is shown.
* Composer: fixed missing last character in replies.
* Composer: attachments are now included in forwards.
svn path=/trunk/kdenetwork/kmail/; revision=13281
28 years ago
Stephan Kulow
ea967b15c6
use defined() instead of #ifdef
...
svn path=/trunk/kdenetwork/kmail/; revision=8940
28 years ago
Stefan Taferner
c3c4b53f97
* Removed lots of old debug messages.
...
* Composer: answering the confirmation is no longer
ignored.
* Finetuning: added missing pixmaps to makefile and
repainted pixmap for queued and sent messages.
svn path=/trunk/kdenetwork/kmail/; revision=8608
28 years ago
Stephan Kulow
bfd7a6e828
kdenetwork (haven't tried kppp) compiles now, even if kdedir() is private
...
svn path=/trunk/kdenetwork/kmail/; revision=5599
28 years ago
jacek
677e6b447f
Added charset support from KRN.
...
It is disabled by default, but it can be enabled by defining CHARSETS macro.
For examble executing:
make CPPFLAGS=-DCHARSETS
Of course, if it works, -DCHARSETS should be put into Makefile.am, or better
all "#ifdef CHARSETS" and such should be removed from code.
I am waiting for comments (jajcus@zeus.polsl.gliwice.pl )
svn path=/trunk/kdenetwork/kmail/; revision=5580
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