So now in your mail client code you will have to add handling to mark sent mail in sent items.
Regards, Farooq On Wed, Mar 6, 2013 at 12:57 PM, seyoum tesfay <syumtes...@gmail.com> wrote: > I have actually my own JavaMail based mail client. I'm working on a mail > client project on top of James server. > > > *Seyoum T*. > > > > On Wed, Mar 6, 2013 at 10:08 AM, Farooq Ahmed > <farooq.ah...@centralogic.net>wrote: > > > Hi Seyoum, > > > > Which mail client do you use.. > > > > Regards, > > Farooq > > > > > > > > On Wed, Mar 6, 2013 at 12:24 PM, seyoum tesfay <syumtes...@gmail.com> > > wrote: > > > > > Hi Farooq and Eric, > > > I have just commented the above matcher mailet and now nothing is being > > > saved in the Sent items. And I dont have any thing in my client code > that > > > instructs messages to be saved in Sent items. > > > > > > regards, > > > > > > > > > *Seyoum T*. > > > > > > > > > > > > On Mon, Mar 4, 2013 at 2:43 PM, Farooq Ahmed > > > <farooq.ah...@centralogic.net>wrote: > > > > > > > Hi Seyoum, > > > > > > > > Eike is correct. > > > > > > > > try commenting following lines in "mailetcontainer.conf". This will > > avoid > > > > james from keeping a copy for sent items of local deliveries. > > > > but this could be problem with those email clients which does not > sends > > > > Sent request to mail servers after sending a mail. > > > > > > > > <!-- <mailet match="RecipientIsLocal" class="ToSenderFolder"> > > > > <folder>Sent</folder> > > > > <consume>false</consume> > > > > </mailet> --> > > > > > > > > Chose the approach which suits your mail client usage. How you can > try > > > > configuring this mailet configured to store sent mails for local , > > remote > > > > and all deliveries > > > > > > > > Regards, > > > > Farooq > > > > > > > > On Mon, Mar 4, 2013 at 4:51 PM, Eike Kettner <eike.kett...@gmail.com > > > > > > wrote: > > > > > > > > > Hi Seyoum, > > > > > > > > > > this is just a guess: Are you using some mail client to send mails? > > > > > Sometimes the mail client already takes care of placing a copy to a > > > > > configured "Sent" folder. Can it be true that you configured james > to > > > > > do this and the mail client is also copying the message? > > > > > > > > > > Regards, > > > > > Eike > > > > > > > > > > 2013/3/4 seyoum tesfay <syumtes...@gmail.com>: > > > > > > Hi, > > > > > > I'm using James server 3.0-beta4 with MySql server. Whenever I > send > > > > > > messages, instead of saving one copy, why is the server saving > two > > > > copy > > > > > of > > > > > > the same message in the Sent items? > > > > > > > > > > > > *Seyoum T*. > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org > > > > > For additional commands, e-mail: server-user-h...@james.apache.org > > > > > > > > > > > > > > > > > > > >