~ubuntu-branches/ubuntu/natty/evolution-data-server/natty

« back to all changes in this revision

Viewing changes to camel/camel-db.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-06-21 14:38:41 UTC
  • mfrom: (1.1.80 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621143841-pdgwume6r8rhzoyo
Tags: 2.30.2-0ubuntu1
* New upstream release:
  - Mail inline parser doesn't always work (Milan Crha) (LP: #219104)
  - Corruption of mailbox and can't expunge trash (Milan Crha)
    (LP: #286497, #325157)
  - WebDAV addressbook is too strict about content-type (Petr Tomasek)
  - Handle server's resource rename on WebDAV PUT response (Milan Crha)
  - Use NSS SQLite database, if available (Craig Ringer)
  - Fix NULL return without exception on krb5-auth-dialog
    failure (David Woodhouse)
  - Categories not translated in menus (Matthew Barnes) (LP: #443215)
  - Fix translation domain for default categories (Gert Michael Kulyk)
  - Mishandling of '@' in WebDAV contacts username (Milan Crha)
    (LP: #497146)
  - Use CRLF in signed & encrypted S/MIME messages
  - Remove superfluous space in flags in APPEND command (David Woodhouse)
  - Crash in gnome_keyring_item_info_free from e-passwords.c (Milan Crha)
  - Fix GSSAPI (and other SASL) authentication for imapx (David Woodhouse)
  - Teach camel_sexp_to_sql_sexp about no-arg (match-all)
    (Matt McCutchen 2)
  - Contacts are not displayed in GW Addressbook (Bharath Acharya)
  - Don't use an unitialized key in folder_changed_remove_uid
    (Claudio Saavedra)
  - Evolution didn't quit due to deadlock (Milan Crha)
  - Crash of e-addressbook-factory on second start of evolution (Milan Crha)
  - Fix translation of birthday and anniversary events (Gert Michael Kulyk)
  - Return formatted address in e_destination_get_address (David Ayers)
    (LP: #229187)
  - Add imap-over-custom-command support for imapx (David Woodhouse)
  - Fix fetch of large mails from broken servers like Exchange
    (David Woodhouse)
  - Fix double command ->complete() in imapx_command_start_next()
    (David Woodhouse)
  - Fix double-free of is->literal in cancel_all_jobs() (David Woodhouse)
  - use 'UID FETCH' instead of 'FETCH' for scan_changes (David Woodhouse)
  - Remove GroupWise debugging messages. (Matthew Barnes)
  - Bump libedataserver soname twice. (Matthew Barnes)
  - Check EBook DBus error names without underscores too (Milan Crha)
  - Create a section in the name selector dialog in its own function
    (Federico Mena Quintero)
  - Create the configdir instead of bailing out if it does not exist
    (Fridrich Štrba)
  -  Don't set a default vertical size for the name selector window
    (Federico Mena Quintero)
  - Fix locking issues in cancel_all_jobs() (David Woodhouse)
  - Fix pointlessly narrow default width in the name selection dialog
  - Name the pointless label at the top, so it can be disabled for MeeGo
    (Michael Meeks)
  - Fix tagprefix for multiple accounts. (David Woodhouse)
  - Fix typo in patch for bug on WebDAV (Milan Crha)
  - Put the name selector's section labels in the same row as the
    treeviews (Federico Mena Quintero)
  - Redo the container hierarchy in the name selector dialog
    (Federico Mena Quintero)
  - Remove an unused label in the name selector dialog
    (Federico Mena Quintero)
  - Remove border_width from the name selector's dialog toplevel
    contents (Federico Mena Quintero)
  - Shrink the spacing between the name selector's sections
    (Federico Mena Quintero)
  - Skip WebDAV responses which don't begin with BEGIN:VCARD (Milan Crha)
  - Specify the executable extension where applicable in the service
    files (Fridrich Štrba)
  - updated translations
* Removed patches from upstream:
  - debian/patches/01_unitialized_key.patch
  - debian/patches/02_fix-warning-in_source_get_uri.patch
  - debian/patches/03_bump-soname-libedataserver.patch
* debian/patches/25_mute-debug-messages.patch updated
* debian/patches/90_autoreconf.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
/**
89
89
 * CamelMIRecord:
90
90
 * @uid:
91
 
 *      Message UID
 
91
 *      Message UID
92
92
 * @flags:
93
 
 *      Camel Message info flags
 
93
 *      Camel Message info flags
94
94
 * @msg_type:
95
95
 * @dirty:
96
96
 * @read:
97
 
 *      boolean read status
 
97
 *      boolean read status
98
98
 * @deleted:
99
 
 *      boolean deleted status
 
99
 *      boolean deleted status
100
100
 * @replied:
101
 
 *      boolean replied status
 
101
 *      boolean replied status
102
102
 * @important:
103
 
 *      boolean important status
 
103
 *      boolean important status
104
104
 * @junk:
105
 
 *      boolean junk status
 
105
 *      boolean junk status
106
106
 * @attachment:
107
 
 *      boolean attachment status
 
107
 *      boolean attachment status
108
108
 * @size:
109
 
 *      size of the mail
 
109
 *      size of the mail
110
110
 * @dsent:
111
 
 *      date sent
 
111
 *      date sent
112
112
 * @dreceived:
113
 
 *      date received
 
113
 *      date received
114
114
 * @subject:
115
 
 *      subject of the mail
 
115
 *      subject of the mail
116
116
 * @from:
117
 
 *      sender
 
117
 *      sender
118
118
 * @to:
119
 
 *      recipient
 
119
 *      recipient
120
120
 * @cc:
121
 
 *      CC members
 
121
 *      CC members
122
122
 * @mlist:
123
 
 *      message list headers
 
123
 *      message list headers
124
124
 * @followup_flag:
125
 
 *      followup flag / also can be queried to see for followup or not
 
125
 *      followup flag / also can be queried to see for followup or not
126
126
 * @followup_completed_on:
127
 
 *      completed date, can be used to see if completed
 
127
 *      completed date, can be used to see if completed
128
128
 * @followup_due_by:
129
 
 *      to see the due by date
 
129
 *      to see the due by date
130
130
 * @part:
131
 
 *      part / references / thread id
 
131
 *      part / references / thread id
132
132
 * @labels:
133
 
 *      labels of mails also called as userflags
 
133
 *      labels of mails also called as userflags
134
134
 * @usertags:
135
 
 *      composite string of user tags
 
135
 *      composite string of user tags
136
136
 * @cinfo:
137
 
 *      content info string - composite string
 
137
 *      content info string - composite string
138
138
 * @bdata:
139
 
 *      provider specific data
 
139
 *      provider specific data
140
140
 * @bodystructure:
141
141
 *
142
142
 * The extensive DB format, supporting basic searching and sorting.