This week's book giveaway is in the Design and Architecture forum.
We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line!
See this thread for details.
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Email gatewaying <-> JForum?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are there plans to support gatewaying mailing lists to/from JForum? That would be very helpful - even if just for one-way archival purposes (though I have seen others that can do bi-directional participation- requires some custom aliases on the MTA).

Thanks.
[originally posted on jforum.net by Anonymous]
 
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
Hm, looks interesting. Personally I never thought about this ( and that's the good part of open-souce: someone else come and "thinks for you" ).

Can you list some tools / systems who does that? Any suggestions about how should it work?

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
Different programs have different ways of supporting this - some rather messy, like FUDforum. There is a beta plugin for phpBB that claims to do this.

I'll try to find something more specific.

For single-directional archiving, you'd need an MTA alias that pipes the message to a script, which in turn processes this into the JForum database (hopefully preserving the original timestamp and sender address).

For bi-directional participation, that may be more complex, since you'd need to either support special aliases for the JForum users (so the input script can identify who is who) -- or it may be restricted to those that have an account on the system (not a useful idea).

I'll have to think on that one, too.

[originally posted on jforum.net by forrie]
 
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 know that "time", from http://www.jcvs.org migrated from a mainling-list to jforum, but I don't know what he used to to the job. I"ll send an email to him.

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
Rafael, you were asking about tools to use out there?

An integration between Apache James (an MTA) and JForum maybe useful. I am designing a system that allows project managers to manage collaboration. Both email and forum have their places in a project, but the key is an integration between them.

For example, let's say I've been discussing about a problem with Susie Developer in a forum thread, an inspiration comes along that leads me to Joe Senior Developer who promptly gave me an answer that helped both Susie and myself *via email*. Now, instead of cutting and pasting the email into the forum, I'd like to be able to forward this email to the forum engine and specify which thread this message should now belong to.

In this scenario, I've used the best features of both email and forum. Email is the tool for targeted bidirectional communication, forum is excellent for recording discussions.

For this to happen, Jforum needs to be able to allow posting via email. Which if you consider Apache James, should not be too difficult to implement.

What do you think?
[originally posted on jforum.net by shadowfox]
 
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
Looks an interesting feature to have. Like in your example, some users may consider it useful.

Are you interested in contributing with it?

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

Rafael Steil wrote:Looks an interesting feature to have. Like in your example, some users may consider it useful.

Are you interested in contributing with it?

Rafael



Is there a way right now in JForum to submit postings programatically?
I am thinking about a set of Java API to submit and remove postings (requiring a proper identification, of course).

Also would be useful, a set of API to manage users and permissions. Although in this case it's not a biggie since Apache James provides an API to manage users, I can have my users to register once in JForum and transparently create user accounts in James.


[originally posted on jforum.net by Anonymous]
 
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
Any progress on this feature?

I am coming back to work on jforum

Rafael Steil wrote:Looks an interesting feature to have. Like in your example, some users may consider it useful.

Are you interested in contributing with it?

Rafael


[originally posted on jforum.net by Anonymous]
 
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
No progress so far. :roll:

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
That's rather the same idea I have in my mind for the current project !

I want to merge the forum functionality with the mailing list functionality,
so that a group of users can discuss the topic using email and
the forum shall be used to track and archive the discussion.

So, what is the current state ?
I am willing to participate in implementation.

Stm.
[originally posted on jforum.net by Stanislav Mores]
 
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
Current state is: staled.

Would you like to help us?

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

Rafael Steil wrote:Current state is: staled.

Would you like to help us?

Rafael



Yes. Do you have an idea where to start ?

However, the JForum is missing one important feature - tree view.
It shall be possible to see the chains of related reply/response messages.
Do you have any plans to provide the tree view feature ?
[originally posted on jforum.net by Stanislav Mores]
 
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
This is requested at http://www.jforum.net/jira , but we don't have yet a relaese date for it.

Should not be hard to implement, anyway.

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
Sorry to partialy hijack this thread but I'd also like an API for posting messages. My interest is in creating something that would read a feed (email, RSS, etc) and add posts.

I'd take this on if no one is working on it. Rafael - is this JF-423?
[originally posted on jforum.net by stdunbar]
 
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
Kinda.

But JF-423 will be a parte of JForum 3.0, oficially.

If you would like to help it, just let me know.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
If tomatoes are a fruit, then ketchup must be a jam. Taste this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic