Displaying 13 results from an estimated 13 matches similar to: "TMail and logger"
2006 Aug 04
1
[Info] TMail included in ActionMailer differs from ''normal'' TMail
Issue:
Just to hopefully save someone else a bunch of fun in the future - a
modified version of TMail is automatically installed with Rails in the
ActionMailer module. This version of TMail (which is required in your
rails environment by convention) differs significantly from the
package available at:
http://i.loveruby.net/en/projects/tmail/
(Second hit on Google for
2006 May 23
0
Does TMail support Nested Multipart Messages?
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: sample
Type: application/octet-stream
Size: 6906 bytes
Desc: not available
Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060523/c0e8fd84/sample.obj
2006 May 24
0
processing emails to extract HTML content? (is RubyMail or TMail right?)
I need to extract the main body from an HTML email - or - strip all of the
email related stuff out of an email leaving just the HTML code that is in
the body (ideally, so that it could be saved as an HTML page that is ready
to show in a browser). Has anyone had success doing something like this?
I''ve found RubyMail and TMail that purport to help with this, but was
wondering if anyone had
2005 Mar 29
0
ActionMailer tmail/quoting.rb problem
Hi,
Why did you allow this incompatibility? ;)
* fixtures/notifications/signup:
_foo
@expected.body = read_fixture(''signup'')
p @expected.body
#=> " foo\n"
# because text.gsub(/_/," ")
If you enhance TMail::Mail#body like this,
I want you to convert mail.body code in render_body.
My mailer code now:
# topic is a ActiveRecord instance. topic
2005 Mar 24
0
TMail Broken
Since the the upgrade to Rail 0.11 TMail parsing is completely
broken, We had managed to implement a parser to handle nearly all
message in our Torture test. After the upgrade parsing is broken
unless you are using the built-in receive and create method it appears.
--
Lon
2007 Nov 09
0
Problem with Actionmailer/TMail & decoding Apple Mail Attachments
Im having problems with Apple Mail and decoding attachments that are
sent from it. I''m not 100% sure but I think it might have something to
do with them being inline. I''m a bit stumped, I haven''t managed to
find anything about this anywhere and just wondered if anyone had come
up again this?
def receive(email)...
if email.has_attachments?
2006 Jul 05
1
TMail + Receing mail and extract attachments
Hi guys,
I have a hard time with action mailer and TMail, I always get the
following error...
My code:
<<
pop = Net::POP3.new(''pop.mydomain.com'')
pop.start(''xxx'', ''xxxxx'') # (1)
if pop.mails.empty?
puts ''No mail.''
else
i = 0
pop.each_mail do |m| # or "pop.mails.each
2007 Feb 24
1
Bug in TMail ?
I''m sending mails to a rails app, and I''m having a weird issue
fetching the email.from header.
I will paste the whole email and show what email.from returns.
#######
Received mail:
Return-Path: <nicholas.wieland-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Delivered-To: unknown
Received: from mail.tochunky.org (75.126.89.28) by
adreadedsunnyday.local
with POP3; 24 Feb
2006 May 25
4
Does TMail support Nested Multipart Messages? (Repost)
Hi,
does anybody know if TMail supports nested multipart messages? I read
a changelog that indicates so
(http://dev.rubyonrails.org/svn/rails/trunk/actionmailer/CHANGELOG), but
I haven''t been able to get it working so far.
Maybe I am doing something wrong here?
I attached the sample mail. Here is the code to parse it:
require File.dirname(__FILE__) +
2008 Jul 23
1
Rails Rewrite rule (on mod_rails)
Hello,
I''m running fine my application on the dev server with apache2 and
mod_rails, but on the production server I have a strange issue.. it
seems like something is wrong with httpd.conf of .htacces.. the dev
server is a DreamHost PS and I''m configuring the production one one
HostGator.
I have a public/users/ folder with member profile images and a users
controller..
2006 Nov 04
0
(no subject)
--
Emanuele Tozzato
mob +39 329 29 56 995
icq 30 77 52 76
web mekdigital.com
2008 Aug 22
0
acts_as_leashed, my first 'plug-in'
Hey!
Have you ever had the feeling that that source code you have just
deployed could be copy-pasted and reused with the help a front-end guy
without your authorization? I do! So I wrote a (ridiculous) line of
code that triggers an external ''alert'' application that "calls home"
in case of need.. I put this in a tiny plug-in, what do you think?
Probably a gem version
2007 May 14
3
RAILS on UBUNTU
Hello Friends! :)
I''ve sold my iBook before landing in LA yesterday and as long as I can''t
afford buying a new one I have to do it with LINUX : )
I''ve been installing the system yesterday and it''s working good,
performances on athlon are good and I''m satisfied but I have two questions..
a) which editor to use?
b) is there any *session disabled*