Displaying 5 results from an estimated 5 matches for "get_special".
2010 Sep 23
1
get MAIL_FETCH_UIDL_FILE_NAME after save a email
Hi Timo...
I Try to get the name from the saved email, you said to me, to get this with
the get_special, ok... thats work.
I get the name with this:
mail_get_special(t->save_ctx->dest_mail, MAIL_FETCH_UIDL_FILE_NAME, &fname);
By i got some mistake... when i save a email that exist in the same
directory, the email is rewrited with another name, but the get_special give
me the old one name....
2004 Dec 16
4
1.0-test58
http://dovecot.org/test/
- Fixed APPEND hanging in some situations. Didn't happen with
mail_save_crlf=yes.
- Added pop3_uidl_format setting. No need to patch sources anymore if
you don't want the default. Does anyone want pop3_uidl_xuidl_header
yes/no setting, with fallbacking to pop3_uidl_format if X-UIDL header
isn't found? Shouldn't be difficult to do..
- Added
2006 Jan 31
1
beta2: strange assert
...context=0xbb970) at message-parser.c:661
#7 0x00049db0 in index_mail_parse_headers (mail=0xbb970, headers=0x0)
at index-mail-headers.c:365
#8 0x00048668 in index_mail_parse_bodystructure (mail=0xbb970,
field=MAIL_CACHE_IMAP_BODYSTRUCTURE) at index-mail.c:525
#9 0x00048b9c in index_mail_get_special (_mail=Variable "_mail" is not available.
) at index-mail.c:687
#10 0x00037354 in mbox_mail_get_special (_mail=0xbb970,
field=MAIL_FETCH_IMAP_BODYSTRUCTURE) at mbox-mail.c:145
#11 0x00063e0c in mail_get_special (mail=Variable "mail" is not available.
) at mail.c:114
#12 0x00...
2003 Apr 16
1
pop3 coredump
...SYNC_NONE, sync_last_check = 0,
min_newmail_notify_interval = 0, fetch_mail = {mail = {seq = 0, uid = 0,
seen_updated = 0, get_flags = 0, get_parts = 0, get_received_date = 0,
get_date = 0, get_size = 0, get_header = 0, get_address = 0,
get_first_mailbox = 0, get_stream = 0, get_special = 0}, data = {flags = {
flags = 0, custom_flags = 0x0, custom_flags_count = 0},
received_date = 0, size = 0, sent_time = 0, sent_timezone = 0,
headers = 0x0, parts = 0x0, envelope = 0x0, body = 0x0,
bodystructure = 0x0, envelope_data = 0x0, rec = 0x0, stream = 0x0,...
2007 Nov 15
1
imap process consuming 100% CPU (Dovecot 1.0.3)
...> > mail_get_stream(mail = 0x200281a8, hdr_size = 0x2ff227a8, body_size = 0x2ff227b8), line 107 in "mail.c"
> > (dbx) list
> > 107 return p->v.get_stream(mail, hdr_size, body_size);
> > 108 }
> > 109
> > 110 const char *mail_get_special(struct mail *mail, enum mail_fetch_field field)
> > 111 {
> > 112 struct mail_private *p = (struct mail_private *)mail;
> > 113
> > 114 return p->v.get_special(mail, field);
> > 115 }
> > 116
> > (dbx) dump
>...