• 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

net.jforum.api.integration.mail.pop

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
can anyone tell me what is the purpose of this package in jforum and what is it used for. why do we need pop mail for jforum???
[originally posted on jforum.net by test895]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
AFAIK, that is a (semi-finished?) section of code to support posting to the forum via e-mail. E.g., mail sent to a specific address/pop mail box will be posted to the forums base on some set of rules.

If I remember right, part of reason for it was for integration with e-mail discussion lists or capturing "newsletter" e-mails into a forum.
[originally posted on jforum.net by monroe]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
has the feature been completed in any newer releases???
even in any beta version???

[originally posted on jforum.net by test895]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i mean what is the status of this feature?what has been implemented and what needs to be done to be able to make use of this feature???

any help???
anyone???
[originally posted on jforum.net by test895]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is not production tested / not yet finished. It needs a lot of test, documentation and general improvements.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
i have almost completed the jforum and mailing list integration. we can associate forums with the mailing list and all the posts done on the hosted forum are emailed to the mailing list which further distributes them to all its subscribers. also i have written a parser that can parse all the archives for a mailing list and insert all the previous posts into the jforum database.
now i need to read the inbox so that i can fetch emails into jforum. i could write my own code for that but i have seen this package net.jforum.api.integration.mail.pop and i think this could work. monroe or rafael can you please give me a run down on that?
[originally posted on jforum.net by test895]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm also interested in this functionality. Has there been any further development/documentation? I'll be investigating the code here shortly.

Thanks,
Rick
[originally posted on jforum.net by rwbyington]
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,i completed jforum integration to my project ,i had created a forum and i enable email interaction and given pop settings,how can i find the mail that interacted to the forum..

what is the use of fetch mail....in my project its not responding..reply me
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:It is not production tested / not yet finished. It needs a lot of test, documentation and general improvements.

 
reply
    Bookmark Topic Watch Topic
  • New Topic