• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Seeking Guidance - Mail Manager Project - Thanks!

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,

I am in need guidance to start the following concept. Some one can guide /provide me with information sites how to reach this.


My requirement :

I need to create a mail management tool for a domain , Wherein this tool is used to create a list of mail ids. ,edit, delete list of mail ids in a particular domain(say mydomain.com).


Thanks in Advance.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are a number of web-mail packages for Java, but what you're asking sounds more like a web interface for the mail server itself, not so much for managing mail. Since that would be closely tied to the server, you should check with the vendor of your mail server what is available. User management is not covered by the JavaMail API, so there's no Java standard for handling this.
 
Jesu Mani
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
--------------------------------------------------------------------------
There are a number of web-mail packages for Java, but what you're asking sounds more like a web interface for the mail server itself, not so much for managing mail.
----------------------------------------------------------------------------

Can a virtual Mail Manager(Web Mail) be created ....??

Thanks,
Jesu Mani.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jesu Mani:
Can a virtual Mail Manager(Web Mail) be created ....??



Check the link I posted.
 
Jesu Mani
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
quote:
----------------------------------------------------------------------------
Originally posted by Ulf:
Check the link I posted.
----------------------------------------------------------------------------

Thanks for the fruitful effort!
Its all of mail client which manages the mails, and i need the one which is to manage the mail account.
I got one in PHP similar to the mail manager:
http://daniel.lorch.cc/projects/vmmi/vmmi-0.02/doc/user.html#5.1

But i am searching a source from java...

Once again Thanks!
 
I brought this back from the farm where they grow the tiny ads:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic