Bug 208183 - sent email with a different outgoing account has the wrong sender email address
Summary: sent email with a different outgoing account has the wrong sender email address
Status: RESOLVED NOT A BUG
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.12.1
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-22 16:31 UTC by FranJPR
Modified: 2009-09-26 20:49 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description FranJPR 2009-09-22 16:31:45 UTC
Version:           1.12.1 (using KDE 4.3.1)
OS:                Linux
Installed from:    Ubuntu Packages

I have one identity and several outgoing accounts. If I send a message using an outgoing account different to the default one, the sent email archived gets the name of the identity but the email address of the default account, instead of the real outgoing account that has been used.

As a result of this bug, sent email has wrong information about the sender, and filters based on From field cannot be setup.

Thanks,
Comment 1 Martin Koller 2009-09-25 20:18:14 UTC
I don't understand this sentence:

the sent email archived gets the
name of the identity but the email address of the default account

Can you explain in more detail, please ?
Comment 2 FranJPR 2009-09-26 01:27:46 UTC
(In reply to comment #1)
> I don't understand this sentence:
> 
> the sent email archived gets the
> name of the identity but the email address of the default account
> 
> Can you explain in more detail, please ?

I'll do my best,

when I configured Kmail,

for Identities:
I defined only one identity 'Fran', which must be set up with an email address, let's say 'f1@gmail.com'.

for Accounts:
Receiving accounts:
I defined 'f1@gmail.com' and 'f2@gmail.com'
Sending accounts:
I defined 'f1@gmail.com' and 'f2@gmail.com'

Then, if I send an email via f1@gmail.com, in sent-items folder I have the email sent with this heading:

From: Fran <f1@gmail.com> 
To:   whatever
Date: whatever

But, if I do not use the default account to send another email, if I use f2@gmail.com for example, in sent-items folder I have the email sent with this wrong heading:

From: Fran <f1@gmail.com> 
To:   whatever
Date: whatever

When the correct heading of the email should be:

From: Fran <f2@gmail.com>
To:   whatever
Date: whatever

Please, tell me if you need additional info.

Thanks,
Comment 3 Martin Koller 2009-09-26 11:22:23 UTC
The behavior is correct. It seems there is a misunderstanding:

you have only ONE identity: Fran <f1@gmail.com> 
Therefore this is the one which is used always in the From: header.

Try to rename your accounts not with the email address syntax will probably remove this confusion. The account name is not an email address (and not an identity)

If you want to have different identities, then you need to create these.
You can also define in the identity which transport to use (which outgoing account)
Comment 4 FranJPR 2009-09-26 20:49:16 UTC
Yes, it was a misunderstanding, absolutely. I have already set up the identities, transports and accounts for each of them, and kmail works great.

Thanks!
  


(In reply to comment #3)
> The behavior is correct. It seems there is a misunderstanding:
> 
> you have only ONE identity: Fran <f1@gmail.com> 
> Therefore this is the one which is used always in the From: header.
> 
> Try to rename your accounts not with the email address syntax will probably
> remove this confusion. The account name is not an email address (and not an
> identity)
> 
> If you want to have different identities, then you need to create these.
> You can also define in the identity which transport to use (which outgoing
> account)