File: NEWS

package info (click to toggle)
libetpan 0.36-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,124 kB
  • ctags: 5,344
  • sloc: ansic: 83,045; sh: 7,822; makefile: 581
file content (235 lines) | stat: -rw-r--r-- 6,394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
2005-02-22 - libetpan-0.36 - hoa

    * release 0.36 - Silver Drop
        
        * memory leak
        * fixed maildir support

2004-12-28 - libetpan-0.35 - hoa

    libEtPan! - a mail library
	
    	* release 0.35 - Dimebag Darrell

	* minor bugfixes.

2004-11-04 - libetpan-0.34 - hoa

    libEtPan! - a mail library
	
	* release 0.34 - edge

	* general
	   - support for debian systems mbox
	   - ability to disable thread-safe support


2004-08-24 - libetpan-0.33 - hoa

    libEtPan! - a mail library
	
	* release 0.33 - entropia

	* general
	   - bugfixes in IMAP module and mailstream
	   - fixed low-level data structures
	   - better support for ARM and PPC architecture
       - support for cross-compilation	
	   - fixed Berkeley DB support
	   - changed folder structure of libetpan package
	   - can now add a message to a mailbox with flags
	   - support for hotmail mailboxes (with help of hotwayd)
	   - added Berkeley DB mail storage as experimental
       - added support for PGP and S/MIME
	   - better folder API


2003-12-16 - libetpan-0.32 - hoa

	libEtPan! - a mail library

	* release 0.32 - Black Utopia

	* general
	    - added documentation for IMF / tools
	    - bugfixes in IMAP module due to structures change.
	    - Application that use libEtPan! now have to use
	        '#include <libetpan/libetpan.h>'

	* generic    
	    - get_message() is implemented in Maildir cached driver.

2003-12-10 - libEtPan! version 0.31

	libEtPan! - a mail library

	* release 0.31 - Steve Morse release

	* general
	    - all fields name of structures are changed.
	    - bugfixes.
	    - union {} are added everywhere it is possible to save memory.
	    - support for Berkeley DB 1.
	    - improved compatibility with FreeBSD and Mac OS X.
	
	* drivers
	    - cache drivers are disable if Berkeley DB is not found.
	    - disable search call.
	    - support of buggy Courier-IMAP server.
	    - semantic of mailsession_get_envelopes_list() changed : it 
	        does no more remove messages from the list.
	    - mailsession_get_message_by_uid() is added and implemented 
	        in some drivers.

2003-11-21 - libEtPan! version 0.30

	libEtPan! - a mail library

	* release 0.30 - Spock's Beard release
	
	*  main new features
	    - cache for drivers is cleaned up.
	    - maildir driver.

	* general
	    - fixed several memory leaks.
	    
	    - defines now exist for new features since version 0.29


	* tools
	    - dump of network traffic is now possible by setting
	      exported variable mailstream_debug to 1.
	    
	    - TLS/SSL driver for stream is fixed.
	    
	* imf
	    - fixed RFC 2822 format, wrap headers and break lines
	      when they are longer than requirement (998).
	    
	    - reduced size of headers data.
	      a union is used inside the structure.
	      *** WARNING *** : this change use of structure field as a union
	      member is used in mailimf_field structure.

	* imap
	   - several fixes in IMAP module.
	
	* mime
	   - fixed quoted-printable parser.
	
	* generic - cache for drivers
	   - cache database is now cleaned up.
	   
	   - fixed header fields cache.
	      *** WARNING *** cache format changed. You should reset all
	      your cache of headers (env.db).

	* generic - threading
      
	   - fixed threading when threading by references with subject.

	* generic - drivers for message
   
	   - separated flush() and check() in message.
	     *** WARNING *** : this changes the API of the message.
	     flush() is used to free the internal structure used
	     to store the MIME structure of the message. It invalidates
	     the "mime" member of the message.
	     check() is used for to notify the modification of message
	     flags to the session, so that the session saves the flags
	     of the message at the next call of mailsession_check() or
	     when leaving the session.

	   - IMAP implementation is more compliant.
	   
	   - added driver to build MIME message and see the rendering
	     through fetch functions.
	     
	   - added driver to parse message content given with a string.

	* generic - drivers for maildir

	   - maildir driver for storage / session / messages
	     is implemented.

* 2003-10-06 - libEtPan! version 0.29

	libEtPan! - a mail library

	* XetPan release

	* debug for stream, network timeout
	* SSL library is initialized by SSL stream driver
	* fixed messages threading
	* added SMTP authentication CRAM-MD5, LOGIN, PLAIN
	* added example of use of SMTP

* 2003-04-01 - libEtPan! version 0.28

	libEtPan! - a mail library
	
	* Avril Lavigne Release

	* fixed IMAP parser
	* access to network protocols with a command
	* pop3 driver can try APOP authentication and fallback on clear
		authentication

* 2002-12-18 - libEtPan! version 0.27

	libEtPan! - a mail library
	
	* Christmas release ^^ //clindoeil

	* helper interface for IMF (RFC 2822) and MIME
	* changed interface for mail threading so that a default
	    charset can be set.
		*** this means that mail threading INTERFACE CHANGED ***
	* API documentation in code
	* flags directory and cache directory can be different.
		*** this means that storage INTERFACE CHANGED ***

* 2002-09-02 - libEtPan! version 0.26

	libEtPan! - a mail library

	* flags for all cache drivers
	* flags stored on disk use Berkeley DB
	* mailmessage, session and storage interface are separated
		*** this means that generic INTERFACE CHANGED ***
	* fixes various bugs and memory leaks

	etpan - a console mail client

	* available on CVS
	* virtual folder (using storage interface) is used
	* folder list view / message list view / message view
	* we can poll for status of mailboxes
	* got rid of expat
	* uses new interface of libEtPan!

* 2002-06-26 - libEtPan! version 0.25

	libEtPan! - a mail library

	* BSD licence
	* portability tested on Solaris, FreeBSD, IRIX and Linux
	* implementation of messages threads
	* MIME message generator
	* drivers are implemented for IMAP4rev1, POP3, NNTP, MH, mbox
	    in both cached and non-cached version.

	etpan - a console mail client

	* a small mail client not distributed has been implemented
	    written in ncurses
	    featuring :
		- MIME message editor
	    	- IMAP4rev1, POP3, NNTP, MH, mbox access
	    	- renderer (HTML rendering for example)
	    	- retrieving of MIME parts
		- messages threads

	    big missing feature :
		- removing messages is not yet possible