foodsoft/lib
Patrick Gansterer 4e35e2d58e Add handling for message reply via email
If the reply_email_domain configuration is set the messages plugin will
use unique Reply-To addresses for every email. They contain enough
information to reconstruct the message context and a hash to avoid
user forgery and spam.
A mail transfer agent must be configured to call the new rake task
foodsoft:parse_reply_email for incoming mails. The rake task requires
the receipt of the mail in the RECIPIENT variable and the raw message
via standard input. An example invocation would look like:
rake foodsoft:parse_reply_email RECIPIENT=f.1.1.HASH < test.eml
2016-03-04 18:11:27 +01:00
..
capistrano/tasks Use boolean comparators where it makes sense 2015-01-14 21:17:00 +01:00
foodsoft Add help page for Foodsoft variables 2015-03-20 16:32:58 +01:00
tasks Create next tasks directly after creating a periodic task 2016-03-04 17:13:16 +01:00
templates/haml/scaffold Upgraded to rails 3.1.8. Fixed various bugs in wiki. 2012-09-30 21:15:55 +02:00
apple_bar.rb Fixed apple calcualtion issue on fresh coop installations. 2012-12-30 15:32:22 +01:00
date_time_attribute_validate.rb Use boolean comparators where it makes sense 2015-01-14 21:17:00 +01:00
financial_transactions_csv.rb add view for all transactions + csv 2014-06-23 17:51:17 +02:00
foodsoft_config.rb Add handling for message reply via email 2016-03-04 18:11:27 +01:00
foodsoft_date_util.rb Allow clearing default order schedule 2015-10-23 14:53:01 +02:00
foodsoft_file.rb Fix import options and add tests 2015-04-11 02:52:57 +02:00
order_csv.rb export + encoding fix (ruby 1.9.3) 2014-09-03 17:42:59 +02:00
order_pdf.rb Use OpenSans TTF for better utf-8 compability in prawn documents. 2015-06-12 17:03:22 +02:00
order_txt.rb fix fax txt table 2014-07-01 10:12:59 +02:00
render_csv.rb Fixed number_to_currency bug in financial transaction csv export. 2014-09-22 17:37:51 +02:00
token_verifier.rb Use boolean comparators where it makes sense 2015-01-14 21:17:00 +01:00