Questions tagged [mailman-gem]

An incoming mail processing microframework in Ruby

You can see the project on github : https://github.com/titanous/mailman

22 questions
1
vote
0 answers

Rails Action Mailer - Strip footer information

Users can receive an email that is sent to a list of people. They are given a warning that they can unsubscribe from this listing at any time. The user can Reply All which will be sent back to the server and resent to everyone else. However, the…
kobaltz
  • 6,980
  • 1
  • 35
  • 52
1
vote
1 answer

How do I get the text part only from Mailman email?

I'm using the Mailman gem to process incoming email for my Rails app. My application looks for a YAML document in the plain-text email and then loads it into a Ruby object for further manipulation by the app. However, I want to be able to plan ahead…
RFC1337
  • 167
  • 1
  • 7
0
votes
1 answer

How to remove attachments from received mail in ActionMailer?

I'm using Mailman to pull e-mails from a POP3 server and process them. But, before processing, I want to ignore any attachments that they might have. I'm looking everywhere to see if Mail supports this, but don't seems so. It looks like I can only…
Vitor Baptista
  • 2,016
  • 1
  • 23
  • 28
0
votes
1 answer

Rails - Using mailman to receive emails

I'm trying to make an application to receive emails using 'mailman' in RubyonRails3. Can somebody help me provide detail guide on it.
Ramesh
  • 19
  • 1
0
votes
1 answer

Always-On Mailman Receiver on AWS Elastic Beanstalk

I wrote a rails app that uses mailman-rails gem to check a Gmail inbox for new messages and pull them in after reading them. It uses mailman-rails to have an always-live mailman listener watching the inbox for new messages. It works fine in every…
0
votes
1 answer

How can I get email message send date & time with mailman gem?

I've made a script to get incoming messages from email account. Is there a way to get message send date time without parsing with regex message.header?
banesto
  • 1,672
  • 1
  • 13
  • 13
0
votes
1 answer

RoR display email without redundant information

I use Mailman in my RoR projekt I want to receive mails and display the body ..... but ther is a format error i get the mail and want to save it as text message = message.body.encoded that works!!! But the output is not only the body of the mail…
1
2