Opened 4 years ago

Closed 4 years ago

#1486034 closed Bugs (fixed)

don't see attachement in letter

Reported by: sashavr Owned by:
Priority: 3 Milestone: 0.3-stable
Component: MIME parsing Version: 0.3-rc1
Severity: normal Keywords:
Cc: alexdic4@…

Description

Hi there!
I got message with attachement,but i cant't see it in the message. When i reply or forward to this message on the left side of UI i see than some file attached to this letter. But steel in original message i can't save attachement. Here is the screens.

Attachments (4)

mess_with_all_headers.txt (72.5 KB) - added by sashavr 4 years ago.
the original message
Rcube2.png (136.8 KB) - added by sashavr 4 years ago.
rcube3.png (121.0 KB) - added by sashavr 4 years ago.
rcube4.jpg (59.2 KB) - added by sashavr 4 years ago.
no icon for attachement in list of email but message has email

Download all attachments as: .zip

Change History (12)

Changed 4 years ago by sashavr

the original message

comment:1 Changed 4 years ago by sashavr

  • Cc alexdic4@… added
  • Version changed from 0.3-rc1 to 0.2.2

[root@freet ~]# uname -v
FreeBSD 7.0-RELEASE #13: Tue Apr 22 14:04:18 EEST 2008
[root@freet ~]# pkg_info |grep roundcube
roundcube-0.2.2,1 Fully skinnable XHTML/CSS webmail written in PHP
[root@freet ~]# pkg_info |grep dovecot
dovecot-1.1.16 Secure and compact IMAP and POP3 servers
[root@freet ~]# pkg_info |grep dovecot
dovecot-1.1.16 Secure and compact IMAP and POP3 servers
[root@freet ~]# pkg_info |grep apache
apache-2.2.11_7 Version 2.2.x of Apache web server with prefork MPM.
[root@freet ~]# pkg_info |grep php
php5-5.2.10 PHP Scripting Language
php5-bz2-5.2.10 The bz2 shared extension for php
php5-calendar-5.2.10 The calendar shared extension for php
php5-ctype-5.2.10 The ctype shared extension for php
php5-dom-5.2.10 The dom shared extension for php
php5-exif-5.2.10 The exif shared extension for php
php5-gd-5.2.10 The gd shared extension for php
php5-gettext-5.2.10 The gettext shared extension for php
php5-iconv-5.2.10 The iconv shared extension for php
php5-imap-5.2.10 The imap shared extension for php
php5-mbstring-5.2.10 The mbstring shared extension for php
php5-mhash-5.2.10 The mhash shared extension for php
php5-mysql-5.2.10 The mysql shared extension for php
php5-mysqli-5.2.10 The mysqli shared extension for php
php5-openssl-5.2.10 The openssl shared extension for php
php5-pcre-5.2.10 The pcre shared extension for php
php5-pdo-5.2.10 The pdo shared extension for php
php5-pdo_sqlite-5.2.10 The pdo_sqlite shared extension for php
php5-posix-5.2.10 The posix shared extension for php
php5-session-5.2.10 The session shared extension for php
php5-simplexml-5.2.10 The simplexml shared extension for php
php5-snmp-5.2.10 The snmp shared extension for php
php5-sockets-5.2.10 The sockets shared extension for php
php5-spl-5.2.10 The spl shared extension for php
php5-sqlite-5.2.10 The sqlite shared extension for php
php5-tokenizer-5.2.10 The tokenizer shared extension for php
php5-xml-5.2.10 The xml shared extension for php
php5-xmlreader-5.2.10 The xmlreader shared extension for php
php5-xmlwriter-5.2.10 The xmlwriter shared extension for php
php5-zlib-5.2.10 The zlib shared extension for php
[root@freet ~]# pkg_info |grep mysql
mysql-client-5.1.36 Multithreaded SQL database (client)
mysql-server-5.1.36 Multithreaded SQL database (server)
php5-mysql-5.2.10 The mysql shared extension for php
php5-mysqli-5.2.10 The mysqli shared extension for php
[root@freet ~]#

comment:2 Changed 4 years ago by Lazlo

  • Milestone changed from later to 0.3-stable

Please test with 0.3rc or latest trunk. Can't reproduce this.

comment:3 Changed 4 years ago by alec

  • Component changed from Addressbook to MIME parsing
  • Severity changed from major to normal

Confirmed. The attachment is marked as inline and has defined content-id (but there's no cid link in message body). Because it's not an image it can't be displayed below the message. We should recognize such attachments and list them as regural attachments.

comment:4 Changed 4 years ago by sashavr

ok, what i should to do in this situation? Is there some set of operations to fix this, or You need another information?

comment:5 Changed 4 years ago by sashavr

  • Version changed from 0.2.2 to 0.3-rc1

testing with 0.3rc was unsuccessful.

Changed 4 years ago by sashavr

Changed 4 years ago by sashavr

comment:6 Changed 4 years ago by thomasb

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [0816567d]. Non-image parts are now always listed as attachments.

comment:7 Changed 4 years ago by sashavr

  • Resolution fixed deleted
  • Status changed from closed to reopened

There is no icons of attachement in the list of emails if i stay on top of this messages, but if open email after fix in [0816567d] i can see all attachements.

Changed 4 years ago by sashavr

no icon for attachement in list of email but message has email

comment:8 Changed 4 years ago by thomasb

  • Resolution set to fixed
  • Status changed from reopened to closed

Well, the fix in [0816567d] as actually a workaround. Messages with multipart/related are not considered to have "regular" attachments. We can show attachments when we parse the message structure but we're not going to do this for the listing of messages. You messages is actually malformed. We won't "fix" this.

Note: See TracTickets for help on using tickets.