Ticket #1485293 (new Feature Requests)

Opened 3 months ago

Last modified 9 days ago

Missing explicit error message when sending big attachement

Reported by: miniwark Owned by:
Priority: 5 Milestone: 0.2-stable
Component: Client Scripts Version: 0.2-alpha
Severity: minor Keywords:
Cc:

Description

Too big attachements files can be refused by the server in various reasons :

  • php config limitation (upload_max_filesize & post_max_size)
  • SMTP server limitation (Postfix message_size_limit for example)

When this occur Roundcub just say than a message can't be sent whithout explanation.

It will be cool than a more relevent message is sent to the user like :

"Message not send because of a too big attachement file"

Change History

Changed 2 months ago by alec

  • milestone changed from later to 0.2-stable

Changed 9 days ago by AlfonsName

I've got a similar problem: if the mail server refuses the mail for any reason (e.g. 501 5.1.3 Bad recipient address syntax ) it would be _very_ useful to report this message to the user. Otherwise, the user would have no clue where to search for the error and probably erroneously blame roundcube or the mailserver.

Note: See TracTickets for help on using tickets.