Stephan Kulow
e61f1c5787
don't use str_errlist. It's highly non-portable. Use strerror
...
svn path=/trunk/kdenetwork/kmail/; revision=2772
29 years ago
Stefan Taferner
d5f5d0c62b
Added a simple shell script that converts MH style mail folders to those
...
that KMail likes (dir with numbered messages to one large file).
Attachments can now be shell scripts. Defined by adding a | after the
name of the script in Settings->Identity->Signature.
svn path=/trunk/kdenetwork/kmail/; revision=2764
29 years ago
Markus Wuebben
135e9ac0a3
//$markus:
...
- Fixed copy in kmreaderwin. Paste&Cut are nonsense
svn path=/trunk/kdenetwork/kmail/; revision=2742
29 years ago
Markus Wuebben
70eb8e8334
//$markus: Nothing special. ;-)
...
svn path=/trunk/kdenetwork/kmail/; revision=2733
29 years ago
Markus Wuebben
2d97afa7f7
//$markus: Finally readded msgbox for composer. Only pops up if
...
editor has really been modified.
svn path=/trunk/kdenetwork/kmail/; revision=2730
29 years ago
Markus Wuebben
def4957c05
//$markus:
...
- Removed msgboxes again.
svn path=/trunk/kdenetwork/kmail/; revision=2729
29 years ago
Markus Wuebben
1b162fb1a3
//$markus:
...
- little change in kmacctpop.cpp for kbp. I hate seeing the busy pointer
when a messagebox pops up.
svn path=/trunk/kdenetwork/kmail/; revision=2716
29 years ago
Markus Wuebben
32f54fbe2b
$// markus:
...
- Starting reimplementing QLineEdit for our needs
- Added yesNo QMsgBox's for quit() and kmcomposer closeevent if editor is
modified.
svn path=/trunk/kdenetwork/kmail/; revision=2713
29 years ago
Stefan Taferner
7c7fe31cf5
Fixed some bugs, and implemented saving of messages to local file.
...
svn path=/trunk/kdenetwork/kmail/; revision=2688
29 years ago
Stefan Taferner
eba875be4e
Working hard on the mail filter dialog. Still not done.
...
Fixed some small bugs.
Good night for today :-)
svn path=/trunk/kdenetwork/kmail/; revision=2680
29 years ago
Stefan Taferner
e657557157
The body of quoted-printable messages is now displayed correct. Headers still need work.
...
svn path=/trunk/kdenetwork/kmail/; revision=2604
29 years ago
Stefan Taferner
9b0e0911bd
Implemented Send-Queued.
...
Navigating in the reader with page up/down and cursor left/right/up/down
is now possible.
Clicking on an URL in the reader now does the right thing [tm].
Fixed some minor flaws.
svn path=/trunk/kdenetwork/kmail/; revision=2596
29 years ago
Markus Wuebben
9db416a20d
//$markus:
...
- Fixed SMTP error due to the SIG_ALARM signal. SMTP is -fully- impelmented
now!.
svn path=/trunk/kdenetwork/kmail/; revision=2576
29 years ago
Stefan Taferner
ad99ff751a
Configurable header appearance in the reader.
...
gethostname -> uname.
That's it for today.
svn path=/trunk/kdenetwork/kmail/; revision=2574
29 years ago
Mark Donohoe
a4bd3ceb0f
MD: Added standard kmail and krn icons
...
svn path=/trunk/kdenetwork/kmail/; revision=2547
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
Stephan Kulow
476962744f
of course, we need config.h to decide, if we have flock. Sorry for that.
...
svn path=/trunk/kdenetwork/kmail/; revision=2515
29 years ago
Stephan Kulow
58ba4ca65c
checks now correct for flock.
...
svn path=/trunk/kdenetwork/kmail/; revision=2489
29 years ago
Stephan Kulow
97f235e320
don't use str_errlist. This is highly non-portable
...
svn path=/trunk/kdenetwork/kmail/; revision=2487
29 years ago
Stefan Taferner
6054557493
Fixed small bug I introduced 8 minutes ago to fix the bug I introduced 15 minutes ago :->
...
svn path=/trunk/kdenetwork/kmail/; revision=2471
29 years ago
Stefan Taferner
9d9018fad2
Fixed small bug I introduced 15 minutes ago ;-9
...
svn path=/trunk/kdenetwork/kmail/; revision=2470
29 years ago
Stefan Taferner
7f01d0f1b4
switched to kdeui's knewpanner.
...
svn path=/trunk/kdenetwork/kmail/; revision=2469
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
Stefan Taferner
8216ced0fa
Fixed some minor bugs. Removing of folders is still broken :-|
...
svn path=/trunk/kdenetwork/kmail/; revision=2367
29 years ago
Kalle Dalheimer
ad28d5dc46
Ooops...
...
svn path=/trunk/kdenetwork/kmail/; revision=2356
29 years ago
Kalle Dalheimer
fcb71731dd
Compiles even on gcc 2.7.2.1 now...
...
svn path=/trunk/kdenetwork/kmail/; revision=2338
29 years ago
Stefan Taferner
020c497e37
New files
...
svn path=/trunk/kdenetwork/kmail/; revision=2335
29 years ago
Stefan Taferner
2bf8c1600a
New version of KMail with nearly re-written message and folder classes B-)
...
Still somewhat unstable, but attachments start to work \!
svn path=/trunk/kdenetwork/kmail/; revision=2334
29 years ago
Stefan Taferner
a4da64754d
Switched nearly every character pointer in KMMessage and KMMsgPart to
...
QString. This should improve performance and usability.
svn path=/trunk/kdenetwork/kmail/; revision=2217
29 years ago
Stefan Taferner
7b2ce016ea
Compacting mail folders seems to mostly work now.
...
Also found some little bugs.
They are all around ;-)
svn path=/trunk/kdenetwork/kmail/; revision=2205
29 years ago
Stefan Taferner
df9a96bd28
Removed debug flags from Makefile.am
...
Added *experimental* *untested* compaction of folders (removing old messages).
Found a new ;-)
svn path=/trunk/kdenetwork/kmail/; revision=2204
29 years ago
Stefan Taferner
02701f74f7
Some fixes: now a line with a single dot or a line with 'From ' at the
...
beginning is quoted to cause no problems when sending.
Sending mails seems to work fine now as long as there are no attachments.
svn path=/trunk/kdenetwork/kmail/; revision=2190
29 years ago
Stefan Taferner
dacc5ca9b5
Annother bunch of bugfixes in KMail.
...
svn path=/trunk/kdenetwork/kmail/; revision=2189
29 years ago
Stefan Taferner
b073d16d12
Well, now I really found the bug.
...
Now storing of sent mails works. Really ;-)
svn path=/trunk/kdenetwork/kmail/; revision=2154
29 years ago
Stefan Taferner
55243075ff
Switched from old kshortcut.h to new kstdaccel.h and removed obsolete files
...
svn path=/trunk/kdenetwork/kmail/; revision=2153
29 years ago
Stefan Taferner
59a5dd3621
Implemented basis for mail filters.
...
I think I also found the bug in the sender code :-)))
So sending (via sendmail) should work (again).
svn path=/trunk/kdenetwork/kmail/; revision=2152
29 years ago
Stefan Taferner
61105d4b20
several bugfixes
...
svn path=/trunk/kdenetwork/kmail/; revision=2127
29 years ago
Stefan Taferner
f49955a5ef
Found the problem in the headers :-))
...
Sending has still some flaws but seems to work again somehow.
svn path=/trunk/kdenetwork/kmail/; revision=2053
29 years ago
Stefan Taferner
8eaacabe6d
Added moving of messages via menu (or key M).
...
Strange things happen currently to the list of messages - duplicate entries X-(
svn path=/trunk/kdenetwork/kmail/; revision=2051
29 years ago
Stefan Taferner
e040f05ccc
Fixed various things and added latest changes of Markus.
...
svn path=/trunk/kdenetwork/kmail/; revision=2050
29 years ago
Stephan Kulow
560c2137df
don't depend on kmmainview.moc, if you don't depend on it. (Hmm, not very
...
intuitive, this sentense, isn't it? ;)
svn path=/trunk/kdenetwork/kmail/; revision=2036
29 years ago
Stephan Kulow
484211e2fe
added <re_comp.h>
...
svn path=/trunk/kdenetwork/kmail/; revision=2006
29 years ago
Stephan Kulow
862d82287b
update for polish translations and new polish translations
...
svn path=/trunk/kdeutils/knotes/; revision=1958
29 years ago
Stephan Kulow
aba862835e
two more applications, that do not depend on LD_LIBRARY_PATH ;)
...
svn path=/trunk/kdenetwork/kmail/; revision=1940
29 years ago
Kalle Dalheimer
782912dfdd
Cleaner compilation and installation
...
svn path=/trunk/kdenetwork/kmail/; revision=1935
29 years ago
Stefan Taferner
7f3b372970
Rewritten mail accounts code. Currently sending of mails is broken.
...
I do not know why. Markus, any idea ?
svn path=/trunk/kdenetwork/kmail/; revision=1934
29 years ago
Stefan Taferner
f54ab6f90d
Added all things that I applied to the wrong CVS directory ;-) now
...
Hopefully everything works. Now sent mail is stored in the folder sent.
Also some other bug fixes I described yesterday and the day before.
svn path=/trunk/kdenetwork/kmail/; revision=1909
29 years ago
Kalle Dalheimer
13e851d2b9
KTabListBox now in kdeui
...
svn path=/trunk/kdenetwork/kmail/; revision=1894
29 years ago
Torben Weis
fad35a5121
Torben: Matches KDEFSSTD now, small bug fixed in kmail
...
svn path=/trunk/kdenetwork/kmail/doc/; revision=1786
29 years ago