Michael Haeckel
0ba45ca7fd
Handle mailing list identities with a transport correctely and don't override
...
manually changed headers, when editing again.
svn path=/trunk/kdenetwork/kmail/; revision=101949
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
Michael Haeckel
1ea3c09114
Revert two broken commits.
...
svn path=/trunk/kdenetwork/kmail/; revision=101661
25 years ago
Luk Tinkl
b6f894a55c
another i18n fix
...
svn path=/trunk/kdenetwork/kmail/; revision=101585
25 years ago
Marc Mutz
20ed595a46
Add #undef QT_NO_{ASCII_CAST,COMPAT}, resp. to the tops of .cpp files that
...
need them, in preparation of the remove of -UQT_NO_* from Makefile.am.
svn path=/trunk/kdenetwork/kmail/; revision=101548
25 years ago
Carsten Pfeiffer
e775d75557
- internal addressbook based on QStringList now
...
- showing off recent addresses in addressbook dialog is configurable
(default off)
svn path=/trunk/kdenetwork/kmail/; revision=101069
25 years ago
Marc Mutz
e035cfb707
Fix the bug where the composer wouldn't show the selected identity,
...
but always show i18n("Default").
svn path=/trunk/kdenetwork/kmail/; revision=101053
25 years ago
Michael Haeckel
2d2893c710
Saving mails and attachments is now network transparent.
...
svn path=/trunk/kdenetwork/kmail/; revision=99874
25 years ago
Carsten Pfeiffer
7962ac55c5
recent email addresses (in completion and the addressbook viewer)
...
svn path=/trunk/kdenetwork/kmail/; revision=99457
25 years ago
Carsten Pfeiffer
92b43d5c5d
completion for email-addresses
...
should use the right font in the popup now and popup completion is
fixed, too.
Identities are not completed yet.
svn path=/trunk/kdenetwork/kmail/; revision=98594
25 years ago
Michael Haeckel
fe832697f1
Remove all QObject::initMetaObject() calls, since they are automatically
...
executed on demand according to the QT docs.
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=97957
25 years ago
Andreas Gungl
7bcddd5cd5
Reply on signed or encrypted messages is now showing the plaintext of
...
the message while forwarding still uses the original message as is
(no decryption or removal of the signature).
svn path=/trunk/kdenetwork/kmail/; revision=97451
25 years ago
Michael Haeckel
84eeb6eb0e
Use KConfigGroupSaver everywhere.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=97385
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
e95d67e14b
Remove obsolete workarounds.
...
svn path=/trunk/kdenetwork/kmail/; revision=95867
25 years ago
Michael Haeckel
ee58ec2314
Add "forward as attachment".
...
Patch by Ingo Klöcker <ingo.kloecker@epost.de>
svn path=/trunk/kdenetwork/kmail/; revision=94903
25 years ago
Michael Haeckel
983abdd792
Bann qWarning.
...
svn path=/trunk/kdenetwork/kmail/; revision=94433
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
Stephan Kulow
b7265e14df
I used kmail and I still can't stand that file dialogs saying * as filter:
...
- KURL url = KFileDialog::getSaveURL( fileName, "*", this );
+ KURL url = KFileDialog::getSaveURL( fileName, QString::null, this );
svn path=/trunk/kdenetwork/kmail/; revision=92001
25 years ago
Michael Haeckel
51c7263648
Use the pgp code from libkdenetwork.
...
Patch by Mathias Waack <mathias@atoll-net.de>
svn path=/trunk/kdenetwork/kmail/; revision=91016
25 years ago
Michael Haeckel
4c0177d1ea
Sending via SMTP now uses the e-mail address from the current identity and not
...
the one from the default identity for the MAIL FROM command.
svn path=/trunk/kdenetwork/kmail/; revision=90776
25 years ago
Daniel Naber
d3038e5a21
don't show the "could not attach public key" error if the user
...
just pressed cancel
svn path=/trunk/kdenetwork/kmail/; revision=89672
25 years ago
Carsten Pfeiffer
300b4ba508
fixes:
...
- the wheel-scrolling bug
- sets the focus properly in some dialogs
- makes the KAB dialog not show the "select-dialog" when there's nothing to
select
- uses a KURLRequester for the signature lineedit
- shows a busy pointer when closing the config-dialog
- sets the focus properly and positions the cursor nicely when replying to a
mail
svn path=/trunk/kdenetwork/kmail/; revision=88692
25 years ago
Andreas Gungl
60c9bb4f14
Show encrypted messages as plaintext in composer when it's possible
...
svn path=/trunk/kdenetwork/kmail/; revision=88234
25 years ago
Michael Haeckel
6c2ba583c5
Use the configured colours only for the edit fields and not the menu in the
...
composer window.
svn path=/trunk/kdenetwork/kmail/; revision=88060
25 years ago
Daniel Naber
fb8afbedf0
prevent crash #22492 :
...
"KMail crash if gpg key name has special characters"
svn path=/trunk/kdenetwork/kmail/; revision=87916
25 years ago
Michael Haeckel
0186fd1844
Don't add a charset header to non-text parts. Eudora does not like that.
...
svn path=/trunk/kdenetwork/kmail/; revision=87396
25 years ago
George Staikos
1fb6388957
Set focus to the To: field if it is blank and the user tries to send.
...
It's implemented as a bit of a hack but it is a LOT less of a code
impact this way.
svn path=/trunk/kdenetwork/kmail/; revision=86869
25 years ago
Michael Haeckel
0f4aea501b
- GUI: Bind a transport (for example SMTP server) to an indentity
...
Patch by Jason Stephenson <panda@mis.net>
- Remove information about not existing folder from the config file.
Especially useful for IMAP folders. That just made my kmailrc 90% smaller.
- Mention a few more features on the about page.
svn path=/trunk/kdenetwork/kmail/; revision=86724
25 years ago
George Staikos
f597ef56d5
patch for wishlist #22264 (subject line getting focus)
...
svn path=/trunk/kdenetwork/kmail/; revision=86720
25 years ago
Daniel Naber
a42b3aa0f8
adding "..." to "attach public key" menu item
...
svn path=/trunk/kdenetwork/kmail/; revision=86508
25 years ago
Michael Haeckel
9929c01d05
GUI: Bind the PGP identities to KMail's identities.
...
Patch by Steven Brown <swbrown@ucsd.edu>.
svn path=/trunk/kdenetwork/kmail/; revision=85892
25 years ago
Daniel Naber
753e38d316
ask for "save as drafts" if the composer gets closed
...
svn path=/trunk/kdenetwork/kmail/; revision=85678
25 years ago
Michael Haeckel
0268115b42
Don't add garbage characters at the end when inserting files.
...
svn path=/trunk/kdenetwork/kmail/; revision=85289
25 years ago
Daniel Naber
b4447c6534
invokeHTMLHelp() -> invokeHelp()
...
svn path=/trunk/kdenetwork/kmail/; revision=84318
25 years ago
Michael Haeckel
7f60bbceac
- Don't send to cc or bcc addresses, when the corresponding header fields are
...
invisible in the composer but contain data.
- Remove some KRN code.
svn path=/trunk/kdenetwork/kmail/; revision=84064
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
Michael Haeckel
f30fcfa6bf
Fix the menu items after the toolbar content has changed.
...
diff -u -3 -p -r1.310 kmcomposewin.cpp
--- kmcomposewin.cpp 2001/02/09 15:17:34 1.310
+++ kmcomposewin.cpp 2001/02/09 18:42:49
@@ -2532,6 +2532,7 @@ void KMComposeWin::slotEditToolbars()
if (dlg.exec() == true)
{
createGUI("kmcomposerui.rc");
+ toolbarAction->setChecked(!toolBar()->isHidden());
}
}
diff -u -3 -p -r1.258 kmmainwin.cpp
--- kmmainwin.cpp 2001/02/07 15:01:39 1.258
+++ kmmainwin.cpp 2001/02/09 18:42:52
@@ -1639,6 +1639,7 @@ void KMMainWin::slotEditToolbars()
if (dlg.exec() == true)
{
createGUI("kmmainwin.rc");
+ toolbarAction->setChecked(!toolBar()->isHidden());
}
}
svn path=/trunk/kdenetwork/kmail/; revision=82135
25 years ago
Michael Haeckel
d78472918a
- Better workaround for a problem with multibyte encodings in QT.
...
- Better font finding for displaying in the composer.
- The default charset setting for the composer should now work for all charsets.
- Better default values for Japanese.
Tested by Toyohiro
svn path=/trunk/kdenetwork/kmail/; revision=82080
25 years ago
Michael Haeckel
77d0178939
Honour the charset when viewing attachments in the composer window.
...
- KMReaderWin::atmView(NULL, msgPart, false, atmTempFile->name(), pname, 0);
+ KMReaderWin::atmView(NULL, msgPart, false, atmTempFile->name(), pname,
+ KMMsgBase::codecForName(mCharset));
svn path=/trunk/kdenetwork/kmail/; revision=80172
26 years ago
Michael Haeckel
16c726672e
The font configuration for fixed width fonts works again. That does no longer
...
work, since the font dialog returns also the foundaries of the fonts.
We use KConfig::readFontEntry instead of our own functions now.
-> All upgraders have to configure their fonts again :-)
svn path=/trunk/kdenetwork/kmail/; revision=80074
26 years ago
Michael Haeckel
7b4ace4b1b
Oops, I just got a mail back with the following notice:
...
<quote>
Hi. This is the qmail-send program at email.seznam.cz.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
Unfortunately, our mail system does not like structure of this message.
The message is probably seriously malformed.
</quote>
With this change the Content-Type header should be correctely updated after
removing an attachment from a mail.
diff -u -3 -p -r1.306 kmcomposewin.cpp
--- kmcomposewin.cpp 2001/01/20 14:43:49 1.306
+++ kmcomposewin.cpp 2001/01/23 20:22:48
@@ -1109,8 +1109,7 @@ bool KMComposeWin::applyChanges(void)
// text message.
mMsg->deleteBodyParts();
mMsg->setAutomaticFields(TRUE);
- mMsg->setTypeStr("text");
- mMsg->setSubtypeStr("plain");
+ mMsg->setHeaderField("Content-Type","text/plain");
mMsg->setCteStr(isQP ? "quoted-printable": "8bit");
svn path=/trunk/kdenetwork/kmail/; revision=79770
26 years ago
Michael Haeckel
b36e32f09b
Don't do nothing when trying to send a message and auto sign is checked, but
...
neither gpg nor pgp installed.
svn path=/trunk/kdenetwork/kmail/; revision=79228
26 years ago
Michael Haeckel
f6dcb73c7f
Patch by Matt Newell <newellm@proaxis.com>
...
Don't crash when double clicking on send button or queuing while send is already
in progress.
svn path=/trunk/kdenetwork/kmail/; revision=78763
26 years ago
Michael Haeckel
e4f4652bf5
Make David Faure happy :-)
...
svn path=/trunk/kdenetwork/kmail/; revision=78465
26 years ago
Michael Haeckel
e86dcf63d6
Handle drop events of mailto urls properly in the header fields of the
...
composer window.
Also attaching files with non-us-ascii names via drag and drop works again,
seems, that someone changed the protocol, since I fixed that the last time.
svn path=/trunk/kdenetwork/kmail/; revision=78386
26 years ago
Michael Haeckel
0b615af205
The composer window now also uses descriptive names for the encodings if it
...
finds them with an O(n*log(n)) algorythm :-)
svn path=/trunk/kdenetwork/kmail/; revision=78023
26 years ago
Michael Haeckel
b918dc6349
The external editor is no longer blocking.
...
svn path=/trunk/kdenetwork/kmail/; revision=76480
26 years ago
Michael Haeckel
bf34714220
Revert last commit.
...
svn path=/trunk/kdenetwork/kmail/; revision=75989
26 years ago
Antonio Larrosa Jimenez
79088ecf3d
Fixed a problem that could result in a corrupted mbox.
...
When a line in the body of a msg starts with "From ", and there's no
index file, it could be interpreted as a start of another msg, so it
must be changed to something like " From " (Netscape and Pine use
">From", but I've preferred a blank space because it seems less intrusive)
svn path=/trunk/kdenetwork/kmail/; revision=75982
26 years ago