Displaying 20 results from an estimated 5457 matches for "drafts".
Did you mean:
draft
2013 Sep 17
1
unusual dsync lines
...eadm -v -o imapc_user=user at example.com -o imapc_password=password -o
imapc_host=imap.example.com -o imapc_port=993 -o imapc_ssl=imaps -o
imapc_ssl_dir=/etc/ssl -o imapc_feature=rfc822.size -o imapc_ssl_verify=no
sync -1 -R -u user at example.com imapc:
dsync(user at example.com): Info: copy from Drafts: box=Drafts, uid=8343,
msgid=<4F387A25.5010900 at example.com>, size=2954969
dsync(user at example.com): Info: copy from Drafts: box=Drafts, uid=8344,
msgid=<5237B0BF.7030402 at example.com>, size=3371710
dsync(user at example.com): Info: copy from Drafts: box=Drafts, uid=8345,
msgid=&l...
2007 Feb 12
5
dead bodies stacking up in Drafts folder
Hi,
Setup : Apple Mail 2.1.1 (752.3) on Intel MacBook Pro and Dovecot
1.0rc22 on Solaris 9/SPARC. I use IMAP/TLS.
Problem : mails are stacking up in the Drafts folder.
When I start writing a mail, it appears in the drafts folder, and
usually disappear as desired when I hit "Send". It then appear in the
"Sent" folder.
Sometimes, a draft versions stays in "Drafts", I have 21 of them
since 1.1.2007. In this period, I hav...
2007 Aug 07
4
Dovecot 1.0.3: mbox problems for newly created users
...not exist when Thunderbird first
tries to login using IMAP to the account. On login this directory is
created with a zero byte Trash file and .subscriptions containing string
"Trash", so far, so good.
Now I create a new message in Thunderbird and save it as draft. A zero
byte file "Drafts" is created in /home/$user/.imap_mail/ but the message
I wanted to save got _lost_, /home/$user/.imap_mail/Drafts stays at zero
bytes. The next message I try to save as draft finds its way to the Drafts
mbox however.
Please note that no /home/$user/.imap_mail/inbox has been created although
a...
2004 Aug 06
0
I-D ACTION:draft-herlein-avt-rtp-speex-00.txt (fwd)
All:
The latest draft RTP Payload Format for Speex is available via
the IETF. See below for details.
Greg
---------- Forwarded message ----------
Date: Tue, 09 Mar 2004 15:56:23 -0500
From: Internet-Drafts@ietf.org
To: IETF-Announce: ;
Subject: I-D ACTION:draft-herlein-avt-rtp-speex-00.txt
A New Internet-Draft is available from the on-line Internet-Drafts directories.
<p> Title : RTP Payload Format for the Speex Codec
Author(s) : G. Herlein
Filename : draft-herlein-av...
2006 Feb 23
3
has_many reference
...a one-to-many relationship:
class Draft < ActiveRecord::Base
has_many :endorsees
end
class Endorsees < ActiveRecord:: Base
belongs_to :draft
end
>From my reading, methinks I should be able to say:
d = Draft.new
d.endorsees << Endorsee.new
SQL (for mysql) is:
create table drafts (
id int not null auto_increment,
claim_id int not null,
primary key(id)
);
create table endorsees (
id int not null auto_increment,
draft_id int not null,
constraint fk_endorsee_drafts
foreign key (draft_id) references drafts(id),
primary key(id)
) ;
I get the following erro...
2019 Mar 17
3
How to create sent items, drafts and so on
Hi, Yassine,
Yes, you are right that these folders are created by MUA which is Outlook
2013. I can see "Inbox, sent items, drafts, deleted" box in the mail
client.
This is OK. However, I only can take backup "inbox" mail of dovecot side.
I mean, the backup can be taken from /Maildir/cur directory.
I would like to take backup from "Sent, Draft" boxes which are dovecot mail
boxed. I need to take backu...
2012 Sep 13
2
RFC 6154: German umlauts in special_use folder names
Hi,
the Drafts special folder is called "Entw?rfe" in German locale.
How should the special_use entry in the config file look like?
Would you recommended to use the encoded folder name...
mailbox "Entw&APw-rfe" {
special_use = \Drafts
}
...or rather the utf-8 Encoding in the dovecot c...
2019 Mar 17
2
How to create sent items, drafts and so on
...Aki Tuomi via dovecot <dovecot at dovecot.org> wrote:
>
>
> You can also tell dovecot to create the folders:
>
>
> namespace {
> inbox = yes
> mailbox Sent {
> auto=create
> }
> mailbox Trash {
> auto=create
> }
> mailbox Drafts {
> auto=create
> }
>
> ...
> }
>
> Aki
>
> > On 17 March 2019 11:38 Sakuma, Koshiro via dovecot <dovecot at dovecot.org> wrote:
> >
> >
> > Hi, Yassine,
> >
> > Yes, you are right that these folders are created by MUA...
2004 Apr 28
1
FW: filexfer draft and uid / gid resolution ...
Damien,
Thanks for the response. Are you aware of any sftp server products
that currently implement the uid / gid resolution or is this new draft
just too unrefined / recent. Also, is there a definitive source for
these drafts and where might they be published? Up till now I have just
been reading the documentation available from www.openssh.org.
I hope these questions aren't too annoying. If there is a better
place to get answers for questions of this nature, please just let me
know and I will get out of your...
2007 Mar 27
1
how to replace files only if larger
I am consolidating a lot of files. I have archives of Internet drafts,
from over the years.
I just pulled down all the current Internet Drafts.
I want to mv all my other stored IDs to this current directory ONLY if,
they are larger.
You may be aware that when a draft is expired, a small file is left in
the directory for some time with content like:
"This...
2003 Jan 07
0
RTP-Vorbis MIME type Internet-Draft
...January 7, 2003
<p> The audio/rtp-vorbis MIME Type
draft-short-avt-rtp-vorbis-mime-00.txt
<p>Status of this Memo
This document is an Internet-Draft and is in full conformance
with all provisions of Section 10 of RFC2026.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF), its areas, and its working groups. Note that
other groups may also distribute working documents as
Internet-Drafts.
Internet-Drafts are draft documents valid for a maximum of six
months and may be updated, replace...
2019 Mar 17
2
How to create sent items, drafts and so on
Hello,
I've setup Dovecot and Postfix mailing systems. The protocol is imap.
Now, I've realized that there are no "sent items, drafts" boxed under
Maildir for each users. I would like to take back up Inbox, sent items,
draft boxes. For sent items box, it seems to be stored in outlook client
file which is "ost". The configuration parameters and version is as
follows. I can see that "namespace" has been...
2009 Feb 27
5
ietf discussion about draft-ietf-avt-rtp-speex
Hi Jean-Marc, Alfred and Greg,
Are you receiving the mails from IETF about draft-ietf-avt-rtp-speex
The mails are not coming from AVT mailing list, but I think we are
all 3 part of a minimal list (draft-ietf-avt-rtp-speex at tools.ietf.org)
dedicated to latest discussion about the draft.
I have answered some questions, but there are small changes and adaptation
still required to the ietf
2007 Sep 19
3
Peer review draft for the new media types/file extensions
Oh, hey,
I'm more or less on the final stages of drafting the registration
proposal that will be submitted to the IETF.
If you have comments, suggestions, fixes, anything, this is it.
https://trac.xiph.org/browser/experimental/ivo/drafts/draft-xiph-rfc3534bis.txt
-Ivo
2007 Sep 19
3
Peer review draft for the new media types/file extensions
Oh, hey,
I'm more or less on the final stages of drafting the registration
proposal that will be submitted to the IETF.
If you have comments, suggestions, fixes, anything, this is it.
https://trac.xiph.org/browser/experimental/ivo/drafts/draft-xiph-rfc3534bis.txt
-Ivo
2004 Aug 06
2
Speex-RTP RFC questions
...ou (and it's also called by
> speex_bits_write). What that does is that it inserts a special
> terminator, which allows a variable number of frames per packet without
> any overhead.
Does the stable release support the new draft?
Is this the latest draft?
http://www.ietf.org/internet-drafts/draft-herlein-speex-rtp-profile-01.txt
Thanks,
Ben
<p>
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe fro...
2007 Jun 04
2
Re: XIPH Internet-Drafts
On Mon, Jun 04, 2007 at 03:20:05PM -0600, Peter Saint-Andre wrote:
> >>Hi Luca,
> >>
> >>Thank you for working on the Theora and Vorbis drafts in the IETF's AVT
> >>WG. Do you also plan to work on the Speex draft?
> >
> >other people are working on the speex I-D, Ralph should be able to tell
> >you which to contact ^^;
>
> Hi Ralph, let me know how I can help on the Speex I-D -- we'd like to
>...
2006 Nov 09
1
theora/doc/draft-* licenses
Hi,
the IETF drafts had to be removed from the Debian package recently because
IETF RFCs/drafts are (per default) not conformant to the Debian Free Software
Guidelines, see <URL:http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=390665>.
It would be nice if Phil and Luca could dual-license the drafts under a
DFSG...
2019 Mar 17
2
How to create sent items, drafts and so on
...; in the 15-mailboxes.conf file. Now, I changed Outlook setting of imap and I can see Draft, Trash, Sent and Sent Messages folders and I can see the mail files in there. However, I don't see mail files in the "cur or new" folder where is under .Sent Messages folder.
>
> 1. The drafts, trash, Junk, Sent and Sent Massages folders are in English. Can I change to other language in the 15-mailboxes.conf file?
> Actually, I tried to change it, but dovecot doesn't start due to "unrecognized" parameter.
>
> 2. Maybe my configuration of 15-mailboxes.conf is wron...
2003 Jan 07
3
Vorbis RTP Internet Draft
...July 07, 2003
<p> RTP Payload Format for Vorbis Encoded Audio
<draft-kerr-avt-vorbis-rtp-00.txt>
Status of this Memo
This document is an Internet-Draft and is in full conformance
with all provisions of Section 10 of RFC2026.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF), its areas, and its working groups. Note that
other groups may also distribute working documents as
Internet-Drafts.
Internet-Drafts are draft documents valid for a maximum of six
months and may be updated, replace...