Displaying 10 results from an estimated 10 matches for "trojita".
2011 Jan 17
1
OT: Trojita v0.2.9 Released
There was some interest in Trojita (an IMAP client) on this list at one
point. It looks like it's been seeing steady development again:
http://jkt.flaska.net/blog/Trojita_v0_2_9__a_Qt_IMAP_e_mail_client.html
2015 Apr 22
2
Dovecot 2.2.16 crashes when fetching mails with Trojita 0.5
Hello!
When I fetch certain emails from my Dovecot 2.2.16 server using Trojita 0.5,
dovecot/imap will crash reproducibly. Please find config and backtrace from
coredump attached.
Best regards,
Dennis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot-imap-core-1179.gdb.log
Type: text/x-log
Size: 4905 bytes
Desc: not available
URL: &...
2010 Feb 18
6
OT: best linux imap client for dovecot
Hi,
I'm a long term dovecot user, packager and believer, but on the other
side of the wire I've been a mutt user for longer than I can think.
Which modern email client under Linux is working best with dovecot? I
just did a grep on User-Agent:/X-Mailer: on my dovecot archive (which
goes back to 2004) and found that the top ten are:
28% Thunderbird
25% Evolution
9% Apple Mail
9% Mutt
2017 Dec 12
2
New Dovecot service: SMTP Submission (RFC6409)
...on the same host as imap),
but that restriction should be resolved soon, allowing for more complex
setups.
However, keep in mind that for this particular feature we're just
providing the "chicken" as it were. The "egg", i.e. client support, is
still to come. Apart from Trojita (which I think is still not widely
used), I know of no IMAP client supporting BURL/URLAUTH for message
submission. I'd expect to see it first for clients that can truly
benefit; i.e., mobile clients such as K9.
Regards,
Stephan.
> On 12/11/2017, 6:14:26 PM, Stephan Bosch <stephan...
2017 Dec 22
2
New Dovecot service: SMTP Submission (RFC6409)
> On December 20, 2017 at 4:39 PM Tanstaafl <tanstaafl at libertytrek.org> wrote:
>
>
> On Sat Dec 16 2017 15:41:25 GMT-0500 (Eastern Standard Time), Tanstaafl
> <tanstaafl at libertytrek.org> wrote:
> > Ok, well, my ignorance is probably glaring here, but what I meant was,
> > the make the BURL/URLAUTH pieces strictly between Dovecot and the
> >
2017 Dec 13
0
New Dovecot service: SMTP Submission (RFC6409)
On 12/12/2017, 1:39:08 PM, Stephan Bosch <stephan at rename-it.nl> wrote:
> However, keep in mind that for this particular feature we're just
> providing the "chicken" as it were. The "egg", i.e. client support, is
> still to come. Apart from Trojita (which I think is still not widely
> used), I know of no IMAP client supporting BURL/URLAUTH for message
> submission. I'd expect to see it first for clients that can truly
> benefit; i.e., mobile clients such as K9.
Oh... bummer...
I thought this was simply going to be an SMTP li...
2017 Dec 22
0
New Dovecot service: SMTP Submission (RFC6409)
...quired was this:
On 12/12/2017, 1:39:08 PM, Stephan Bosch <stephan at rename-it.nl> wrote:
> However, keep in mind that for this particular feature we're just
> providing the "chicken" as it were. The "egg", i.e. client support, is
> still to come. Apart from Trojita (which I think is still not widely
> used), I know of no IMAP client supporting BURL/URLAUTH for message
> submission. I'd expect to see it first for clients that can truly
> benefit; i.e., mobile clients such as K9.
So, maybe this doesn't mean what I thought it meant... ?
Thank
2013 Oct 14
0
Questions about special_use mailboxes
...mailbox Junk {
special_use = \Junk
}
mailbox Spam {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
I monitor IMAP traffic using the MUA trojita. When I select the mailbox Drafts:
>>> y10 SELECT Drafts (QRESYNC (1381746443 1))
<<< * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
<<< * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags
permitted.
Flag is \Draft instead of \Drafts?
When I...
2017 Dec 14
2
New Dovecot service: SMTP Submission (RFC6409)
...gt; On 12/12/2017, 1:39:08 PM, Stephan Bosch <stephan at rename-it.nl> wrote:
>> However, keep in mind that for this particular feature we're just
>> providing the "chicken" as it were. The "egg", i.e. client support, is
>> still to come. Apart from Trojita (which I think is still not widely
>> used), I know of no IMAP client supporting BURL/URLAUTH for message
>> submission. I'd expect to see it first for clients that can truly
>> benefit; i.e., mobile clients such as K9.
> Oh... bummer...
>
> I thought this was simp...
2017 Dec 11
5
New Dovecot service: SMTP Submission (RFC6409)
Hi,
As some of you know, I started implementing the SMTP submission proxy a
few years ago. It acts as a front-end for any MTA, adding the necessary
functionality for an SMTP submission service, also known as a Mail
Submission Agent (MSA) (https://tools.ietf.org/html/rfc6409). The main
reason I created this, back then, was implementing the BURL capability
(https://tools.ietf.org/html/rfc4468). The