Bug 51587 - handling of mail like messages.
Summary: handling of mail like messages.
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: Jabber Plugin (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Till Gerken
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-06 18:05 UTC by Pupeno
Modified: 2002-12-09 00:27 UTC (History)
0 users

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 Pupeno 2002-12-06 18:05:16 UTC
Version:            (using KDE 3.1.9)
Compiler:          gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk)
OS:          Linux (i686) release 2.4.19-16mdk

The mail-like messages in Jabber are not well handled by Jabber plug in.
The sending more or less work, except that there's no way of starting an empty mail (just from the jabber contact specific menu of a contact). There should be 'send mail' or something like that in Jabber menu (bottom), and the mail UI is very ugly (static, I'll work on it).
And the mail receiving is not handled at all.
Thanks.
Comment 1 Till Gerken 2002-12-06 18:28:58 UTC
Sending of email-type messages can be achieved by choosing "Send Email Message" 
from the context menu. 
 
Incoming mail message handling should work but I will verify this. 
Comment 2 Pupeno 2002-12-06 19:35:30 UTC
Subject: Re:  handling of mail like messages.

On Friday 06 December 2002 12:28, you wrote:
> Sending of email-type messages can be achieved by choosing "Send Email
> Message" from the context menu.
What is the context menu ? The contact jabber menu ? I think there should 
still be an option to open an empty no contact related e-mail message (others 
Jabber clients allow this, so, you can send a message to someone you don't 
have on your contact list).

> Incoming mail message handling should work but I will verify this.
ok.

Thanks

Comment 3 Till Gerken 2002-12-09 00:27:54 UTC
Subject: kdenonbeta/kopete/protocols/jabber

CVS commit by gerken: 

Changing the whole message handling to a new class JabberMessageManager. Quite a fundamental change to allow group chats and similar. This also fixes the incorrect handling of email messages.
CCMAIL: 51587-done@bugs.kde.org


  A            jabbermessagemanager.cpp   1.1
  A            jabbermessagemanager.h   1.1
  M +1 -1      Makefile.am   1.11
  M +2 -130    jabbercontact.cpp   1.83
  M +4 -46     jabbercontact.h   1.49
  M +118 -10   jabberprotocol.cpp   1.107
  M +28 -1     jabberprotocol.h   1.39