Defect #8651 » 8651.patch
| mail_handler.rb 2011-07-15 15:56:37.869079924 +0200 | ||
|---|---|---|
| 203 | 203 |
end |
| 204 | 204 |
|
| 205 | 205 |
def add_attachments(obj) |
| 206 |
if email.has_attachments? |
|
| 206 |
if email.has_attachments? || email.multipart?
|
|
| 207 | 207 |
email.attachments.each do |attachment| |
| 208 | 208 |
Attachment.create(:container => obj, |
| 209 | 209 |
:file => attachment, |
- « Previous
- 1
- 2
- Next »