#1395 Verify that e-mail subscription/sending for forums works

v1.0.0
closed
sf-4 (350)
General
nobody
2015-08-20
2011-01-24
Mark Ramm
No

You should be able to subscribe to a forum, and reply to forum posts via e-mail.

Related

Tickets: #1225
Tickets: #1474

Discussion

  • Mark Ramm - 2011-01-24
    • summary: Verify that e-mail subscription/sending for forums works --> Insure that e-mail subscription/sending for forums works
     
  • Rick Copeland - 2011-01-24
    • summary: Insure that e-mail subscription/sending for forums works --> Verify that e-mail subscription/sending for forums works
    • size: --> 2
     
  • Dave Brondsema

    Dave Brondsema - 2011-01-26
    • status: open --> in-progress
    • assigned_to: Dave Brondsema
     
  • Dave Brondsema

    Dave Brondsema - 2011-01-27

    Email subscriptions work. Sending email to a forum or topic email address does not.

     
  • Dave Brondsema

    Dave Brondsema - 2011-02-02
    • size: 2 --> 4
     
  • Dave Brondsema

    Dave Brondsema - 2011-02-02
    • size: 4 --> 2
     
  • Dave Brondsema

    Dave Brondsema - 2011-02-02

    forge:db/1395, sftheme:dev, forge-classic:dev

    • this also includes some other forum UI fixing
    • and improvements to mod_wsgi reloader
    • subscription checkboxes per-thread now work, with submit button at bottom
    • to test, send an email to a forum (see email link in action bar).

    E.g. on a sandbox (make sure you update ids):

    $ telnet localhost 50088
    helo h7v7024.sb.sf.net
    mail FROM:<foo@bar.com>
    rcpt TO:<general@discussion.test8.p.dbrondsema-7024.sb.sf.net>
    data
    MIME-Version: 1.0
    From: foo@bar.com
    Subject: subj
    To: general@discussion.test8.p.dbrondsema-7024.sb.sf.net
    Message-Id: <foo24@test>
    
    hi everyone
    .
    
    • it'll probably come through as Anonymous Coward, so you'll have to moderate it
    • besides that, it should look normal
     
  • Dave Brondsema

    Dave Brondsema - 2011-02-02
    • status: in-progress --> code-review
     
  • Dave Brondsema

    Dave Brondsema - 2011-02-02
    • status: code-review --> closed
     
  • Dave Brondsema

    Dave Brondsema - 2011-02-02

    Rick reviewed

     

Log in to post a comment.