similar to: ActionMailer tmail/quoting.rb problem

Displaying 20 results from an estimated 70 matches similar to: "ActionMailer tmail/quoting.rb problem"

2007 May 29
0
specs for ActionMailer
Hi, Email notifications are an important part of my app and I would like to spec them. Here''s what I have going so far. It seems to work. I''d appreciate comments/suggestions. Rails script/generate mailer produces tests for the email contents etc. I''ve started by manually converting the generated unit tests to rspec, and then changing/adding examples as I
2005 Jul 18
1
scripts/create_db
I have been installing rails. I got through the //localhost:3000 information. At that point, I figured I need an app and have been working on salted hash login. I found http://wiki.rubyonrails.com/rails/show/SaltedLoginGeneratorQuickstart and worked through to where I want the create the db tables. Instead, I get script/create_db -bash: script/create_db: Permission denied [root@astarcc
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 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
2008 May 25
0
TMail and logger
Hello, I''m the creator and ror developer of vipc.it, a photographic competition that works pretty well. I''ve created different releases and implemented different techniques to collect entries, from simple http to flex upload to manage big files (up to 5/6 mb), but every solution always had disadvantages: unresponsive server, user from many countries with old computers (problem
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__) +
2007 Feb 15
0
8 commits - libswfdec/swfdec_bits.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_tag.c libswfdec/swfdec_text.c libswfdec/swfdec_text.h test/swfedit_token.c test/various
libswfdec/swfdec_bits.h | 2 libswfdec/swfdec_font.c | 289 ++++++++++++++++++++++++++++++++++++- libswfdec/swfdec_font.h | 16 +- libswfdec/swfdec_loader.c | 144 ++++++++++++++++++ libswfdec/swfdec_loader_internal.h | 9 + libswfdec/swfdec_tag.c | 158 -------------------- libswfdec/swfdec_text.c | 12 +
2013 Mar 21
0
Problems parsing page encoded in Shift-JIS
I''m posting this question to both mailing lists as I''m not sure whether it''s a Mechanize problem or a Nokogiri problem. Using Nokogiri and Mechanize to load and parse a web page encoded with Shift-JIS. I have an HTML construct like: <head> <meta http-equiv="content-type" content="text/html; charset=Shift_JIS"> </head> <body>
2009 Feb 19
1
How to encode Non-English directories and filenames
Hello All, I have a custom client which successfully connects to the SSH server both on cygwin/OpenSSH-server running on windows and to standard SSH servers runnign on Linux. If I send a command like the following in bytes: ==== mkdir <Shift_JIS_characters> ==== after having encoded the whole command in bytes with Shift_JIS, to a linux SSH server ... it works. BUT if I send a similar
2004 Nov 18
0
R bug ?? (PR#7378)
--Apple-Mail-1-74005136 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=SHIFT_JIS; format=flowed Sometime, R generates following warning message. To restore, I must press command+. > edit(tolerance) 2004-11-18 11:07:27.003 R[420] *** NSTimer discarding exception=20 'NSInvalidArgumentException' (reason '*** -[NSTextView=20
2016 Jun 21
2
Problemas con tildes y otros caracteres en R y RStudio
Hola, Carlos. A mí también me resulta raro, porque no me pasa siempre. Es un poco aleatorio. Imagino que habrá alguna razón, y que el código de la página estará relacionado, claro, pero no consigo averiguar a qué se debe. Además las pruebas que hago me dejan todavía más perplejo. Esto Encoding(capitales) me dice que el encoding es "unknow", pero luego esto validUTF8(capitales) me
2016 Jun 21
2
Problemas con tildes y otros caracteres en R y RStudio
Hola, Carlos. Pues, efectivamente, me ha ayudado. Sobre la utilización de la función geocode con ciudades con tilde, me dio Carlos Gil Bellosta anteriormente la idea de utilizar iconv para transformar la cadena de búsqueda a UTF-8, y yo lo utilicé para intentar transformar el output de html_table sin resultado: capitales <- read_html("
2009 Mar 13
0
Wine release 1.1.17
The Wine development release 1.1.17 is now available. What's new in this release (see below for details): - Joystick support on Mac OS X. - Implementation of iphlpapi on Solaris. - A number of 64-bit improvements. - Obsolete LinuxThreads support has been removed. - Many fixes to the regression tests on Windows. - Various bug fixes. The source is available from the following
2006 Jan 05
2
Apache issue
I know it is a configuration error. But i cannot figure it out. The server was working fine until a couple of days ago. it is now throwing: Forbidden You don't have permission to access / on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.0.52 (CentOS) Server at BabyHydra.localdomain Port 80 Nothing
2000 Sep 12
1
A very small bug report
Dear mailng list of OpenSSH There is a very small bug in openssh-2.1.1p4. After extracted openssh-2.1.1p4.tar.gz, a file named "openssh.spec" for constructing an rpm file of SuSE linux in "openssh-2.1.1p4/contrib/suse/". A small bug in the "openssh.spec" file brings about failure in constructing an rpm file. Line 171 in "openssh.spec" "install -m644