| Summary: | readonly IMAP should be reported. | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Matwey V. Kornilov <matwey.kornilov> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | montel |
| Priority: | NOR | ||
| Version First Reported In: | 4.7 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Matwey V. Kornilov
2011-12-10 14:35:43 UTC
How do you put read only imap server ? There is likely concurrent connection from other pc. Related output from KIMAP_LOGFILE looks like that: S: A000022 OK UID FETCH completed C: A000023 SELECT "INBOX" S: * NO Trying to get mailbox lock from process 11909 S: * 4 EXISTS S: * NO Mailbox is open by another process, access is readonly S: * 0 RECENT S: * OK UID validity status [ UIDVALIDITY 1311417756 ] S: * OK Predicted next UID [ UIDNEXT 23 ] S: * FLAGS ( KMAILFORWARDED KMAILTODO KMAILWATCHED KMAILIGNORED $FORWARDED $TOD S: * OK Permanent flags [ PERMANENTFLAGS ( ) ] S: * OK first unseen message in /var/spool/mail/matwey [ UNSEEN 4 ] S: A000023 OK SELECT completed [ READ-ONLY ] S: A000031 OK SELECT completed [ READ-ONLY ] C: A000032 EXPUNGE S: * NO Expunge ignored on readonly mailbox S: A000032 OK EXPUNGE completed C: A000033 SELECT "INBOX" S: * NO Trying to get mailbox lock from process 12078 S: * 4 EXISTS S: * NO Mailbox is open by another process, access is readonly S: * 0 RECENT S: * OK UID validity status [ UIDVALIDITY 1311417756 ] S: * OK Predicted next UID [ UIDNEXT 23 ] S: * FLAGS ( KMAILFORWARDED KMAILTODO KMAILWATCHED KMAILIGNORED $FORWARDED $TOD S: * OK Permanent flags [ PERMANENTFLAGS ( ) ] S: * OK first unseen message in /var/spool/mail/matwey [ UNSEEN 4 ] S: A000033 OK SELECT completed [ READ-ONLY ] |