Page MenuHomePhorge

testcase-12222: M-Win-010120 - E-Mail mit Anhang innerhalb Size-Limit an bekannten User versenden
Closed, ResolvedPublic

Description

  • Create attachment using "dd if=/dev/urandom of=/home/developer/attachment.dat bs=1M count=14"
  • Open KMail
  • Create new message
  • Enter "jane" in to field, and select address from ldap autocompletion
  • Add the created attachment
  • Send the message
  • Ensure the message was set and moved to the "Sent" folder
  • Ensure Jane received the message

Details

Ticket Type
Task

Event Timeline

mollekopf added a project: Restricted Project.
mollekopf subscribed.
mollekopf set Ticket Type to Task.

Didn't work, from akonadilog:

kdeinit4: Got EXEC_NEW 'kio_smtp' from launcher.
kdeinit4: preparing to launch /opt/kde/lib64/kde4/kio_smtp.so
QObject::connect: Cannot connect (null)::destroyed() to QHostInfoLookupManager::waitForThreadPoolDone()

Perhaps the created file is too large (shows up as ~19MB in kmail)

mollekopf moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.May 27 2015, 4:45 PM

This could be an issue specific to the testsetup.

Sending a small attachment works as expected and we don't get the above kdeinit error messages

Failed to transport message. The server did not accept the sender address "doe@example.org". The server responded: "5.3.4 Message size exceeds fixed limit"

That was the problem.

mollekopf moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.May 28 2015, 10:42 AM