ChangeLog 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005
  1. 2003-05-05 19:17 Oswald Buddenhagen <ossi@users.sf.net>
  2. * Makefile.am:
  3. switch ChangeLog generation to cvs2cl
  4. 2003-05-05 15:43 Oswald Buddenhagen <ossi@users.sf.net>
  5. * isync.1:
  6. minor fixes
  7. 2003-05-05 15:41 Oswald Buddenhagen <ossi@users.sf.net>
  8. * configure.in:
  9. cleanup
  10. 2003-05-05 15:24 Oswald Buddenhagen <ossi@users.sf.net>
  11. * src/main.c:
  12. accumulate status over multiple mailboxes, i.e., don't abort after first
  13. failure
  14. 2003-05-05 14:54 Oswald Buddenhagen <ossi@users.sf.net>
  15. * src/imap.c:
  16. fix imaps:
  17. 2003-03-26 04:33 Oswald Buddenhagen <ossi@users.sf.net>
  18. * debian/: changelog, compat, control, dirs, rules:
  19. debian packaging update
  20. 2003-02-27 19:43 Oswald Buddenhagen <ossi@users.sf.net>
  21. * src/sync.c:
  22. ignore \Recent, as it is voided by the syncronization run itself.
  23. 2003-02-27 19:41 Oswald Buddenhagen <ossi@users.sf.net>
  24. * TODO:
  25. more to do ...
  26. 2002-12-28 16:31 Oswald Buddenhagen <ossi@users.sf.net>
  27. * src/: config.c, cram.c, imap.c, isync.h, list.c, maildir.c,
  28. main.c, sync.c:
  29. - update copyrights. 2003 didn't begin yet, but who cares? :)
  30. 2002-12-28 05:14 Oswald Buddenhagen <ossi@users.sf.net>
  31. * isync.1:
  32. - fixed typo
  33. - updated maintainer and location
  34. 2002-12-28 05:12 Oswald Buddenhagen <ossi@users.sf.net>
  35. * TODO:
  36. - ssh tunnels are supported for ages ...
  37. 2002-12-28 05:12 Oswald Buddenhagen <ossi@users.sf.net>
  38. * TODO, src/maildir.c, src/sync.c:
  39. - update isyncmaxuid properly
  40. 2002-12-28 05:04 Oswald Buddenhagen <ossi@users.sf.net>
  41. * src/config.c:
  42. - fixed two crashes
  43. 2002-12-28 05:02 Oswald Buddenhagen <ossi@users.sf.net>
  44. * src/imap.c:
  45. - handle bogus search responses more gracefully
  46. 2002-12-28 05:00 Oswald Buddenhagen <ossi@users.sf.net>
  47. * src/imap.c:
  48. - workaround imap server bug: lock files are no mailboxes
  49. 2002-12-28 04:58 Oswald Buddenhagen <ossi@users.sf.net>
  50. * src/: imap.c, sync.c:
  51. - improve console output
  52. 2002-12-28 04:11 Oswald Buddenhagen <ossi@users.sf.net>
  53. * .cvsignore:
  54. - ssht!
  55. 2002-12-28 04:07 Oswald Buddenhagen <ossi@users.sf.net>
  56. * debian/.cvsignore:
  57. - ssht!
  58. 2002-12-28 04:03 Oswald Buddenhagen <ossi@users.sf.net>
  59. * .cvsignore, AUTHORS, ChangeLog, Makefile.am, NEWS, README,
  60. autogen.sh, configure.in, isync.spec.in, debian/control,
  61. debian/copyright, debian/docs, src/.cvsignore, src/isync.h,
  62. src/Makefile.am:
  63. - took over maintenance
  64. - moved to sourceforge
  65. - reorganized cvs structure
  66. 2002-10-30 03:31 Michael Elkins <me@sigpipe.org>
  67. * isync.1, src/config.c, src/cram.c, src/dotlock.c, src/dotlock.h,
  68. src/imap.c, src/isync.h, src/list.c, src/maildir.c, src/main.c,
  69. src/sync.c:
  70. Updated the copyright notice to allow an exception for linking with OpenSSL,
  71. which has a non-GPL compatible license.
  72. 2002-10-30 03:23 Michael Elkins <me@sigpipe.org>
  73. * .cvsignore, isync.1, src/config.c, src/imap.c, src/isync.h,
  74. src/maildir.c, src/main.c, src/sync.c:
  75. Bunch 'o patches from Oswald Buddenhagen:
  76. i implemented some cool stuff (tm).
  77. first, the long missing "create server-side missing mailboxes". -C now
  78. creates both local and remote boxes; -L and -R create only local/remote.
  79. second, i implemented a 1:1 remote:local folder mapping (-1) with an
  80. optional INBOX exception (inbox/-I). the remote folder is specified with
  81. the folder keyword (or -F switch) and takes precedence over the
  82. namespace setting. the local directory with the mailboxes can now be
  83. specified on the command line, too (-M).
  84. another patch:
  85. - made the -1 switch settable permanently (OneToOne). after all, you
  86. usually define your mailbox layout once forever. removed -A, as it is
  87. semantically -a modified by -1.
  88. - cleaned up message output a bit. still, the quiet variable should be
  89. used throughout the program. at best, create some generic output
  90. function, which obeys a global verbosity level variable.
  91. - optimized + cleaned up configuration parser slightly
  92. - minor cleanups
  93. add an (almost) unique id to every uploaded message and search for it
  94. right after. i thought about using the message-id, but a) it is not
  95. guaranteed to be unique in a mailbox (imagine you edit a mail and store
  96. the dupe in the same box) and b) some mails (e.g., postponed) don't even
  97. have one. a downside of the current implementation is, that this
  98. id-header remains in the mailbox, but given that it wastes only 27 bytes
  99. per mail and removing it would mean several roundtrips more, this seems
  100. acceptable.
  101. i changed the line-counting loop to use a mmapped file instead of
  102. reading it in chunks, as it makes things simpler and is probably even
  103. faster for big mails.
  104. the amount of goto statements in my code may be scary, but c is simply
  105. lacking a multi-level break statement. :)
  106. this is the "shut up" patch. :) it makes the -q option consequent, so to
  107. say.
  108. additionally it adds an -l option which gathers all defined/found
  109. mailboxes and just outputs the list. don't ask what i need it for. ;)
  110. 2002-10-30 03:01 Michael Elkins <me@sigpipe.org>
  111. * src/maildir.c:
  112. fixed missing closedir() call (Joey Hess)
  113. 2002-06-27 05:55 Michael Elkins <me@sigpipe.org>
  114. * src/imap.c:
  115. explicitly set global.pass to NULL when getpass() returns an empty string.
  116. 2002-06-27 05:51 Michael Elkins <me@sigpipe.org>
  117. * src/imap.c:
  118. Oswald Buddenhagen <ossi@kde.org>
  119. * fix imap_open() brokeness with PREAUTH (missed hunk from previous patch)
  120. 2002-06-22 19:06 Michael Elkins <me@sigpipe.org>
  121. * src/: dotlock.c, imap.c:
  122. fixed errors introduced by ME when hand-applying Oswald Nuddenhagen's
  123. patch.
  124. 2002-06-22 03:21 Michael Elkins <me@sigpipe.org>
  125. * autogen.sh, src/dotlock.c, src/imap.c, src/isync.h, src/main.c:
  126. Patch from Oswald Buddenhagen <ossi@kde.org>
  127. - move prompt for password to imap_open()
  128. - don't ask for global password in PREAUTH state
  129. - use socketpair() to create one full-duplex fd in tunnel mode
  130. instead of two half-duplex pipes
  131. - don't set lck.l_pid in fcntl() call (its read-only)
  132. - use F_SETLK instead of F_SETLKW to avoid infinite waiting
  133. - use "$@" in autogen.sh to get proper word expansion
  134. 2002-06-21 02:26 Michael Elkins <me@sigpipe.org>
  135. * configure.in, src/isync.h:
  136. Fixed to compile under FreeBSD 4.6-RELEASE. Must include ndbm.h rather than
  137. db.h.
  138. 2002-06-21 01:33 Michael Elkins <me@sigpipe.org>
  139. * Makefile.am, src/dotlock.c, src/dotlock.h, src/maildir.c:
  140. remove debian/files
  141. move dotlocking code to dotlock.c.
  142. dotlocking code fixed to ignore whether or not the lockfile exists on
  143. open(). we only care about whether fcntl() was able to lock it.
  144. 2002-06-19 04:31 Michael Elkins <me@sigpipe.org>
  145. * src/sync.c:
  146. Don't bother uploaded messages marked deleted when we are going to expunge.
  147. 2002-06-19 03:11 Michael Elkins <me@sigpipe.org>
  148. * AUTHORS, src/imap.c, src/maildir.c:
  149. fixed unused var warning in imap_open()
  150. locking cleanups from Oswald Buddenhagen <ossi@kde.org>
  151. * don't need to stat the lockfile since it will always be size 0
  152. * only remove lockfile when we actually succeeded in locking
  153. 2002-06-19 02:44 Michael Elkins <me@sigpipe.org>
  154. * Makefile.am, debian/Makefile.am, debian/changelog:
  155. Debian package cleanups from Oswald Buddenhagen <ossi@kde.org>
  156. 2002-06-18 08:37 Michael Elkins <me@sigpipe.org>
  157. * README, isync.1, src/isync.h, src/maildir.c, src/main.c,
  158. src/sync.c:
  159. updated URL for project
  160. fixed segmentation fault caused by double free() when an error occurred
  161. during the IMAP transmission.
  162. fixed bug where isync could not handle a 0 value UIDVALIDITY
  163. 2002-04-19 23:38 Michael Elkins <me@sigpipe.org>
  164. * debian/: changelog, rules:
  165. changed debian/rules to set DESTDIR instead of `prefix' when doing a make
  166. install.
  167. 2002-04-19 21:43 Michael Elkins <me@sigpipe.org>
  168. * configure.in, isync.1, isyncrc.sample, src/config.c, src/imap.c,
  169. src/isync.h, src/main.c:
  170. PREAUTH support from Oswald Buddenhagen <ossi@kde.org>
  171. Added Tunnel directive to allow the user to specify a shell command to run
  172. to set up an IMAP connection in place of a TCP socket (eg., to run over
  173. an SSH session).
  174. 2002-01-28 20:39 Michael Elkins <me@sigpipe.org>
  175. * ChangeLog, isync.spec.in, debian/changelog:
  176. post 0.8 release commit
  177. 2002-01-28 20:34 Michael Elkins <me@sigpipe.org>
  178. * TODO, configure.in:
  179. check for dbm_open() in libc and libdb
  180. 2002-01-17 20:33 Michael Elkins <me@sigpipe.org>
  181. * src/sync.c:
  182. don't bother renaming the message file if we are about to unlink() it
  183. 2002-01-16 23:23 Michael Elkins <me@sigpipe.org>
  184. * AUTHORS, Makefile.am, NEWS, src/sync.c:
  185. remove tilde backup files for distclean
  186. fixed indentation
  187. added full name to AUTHORS
  188. reformated NEWS blurb for 0.8
  189. 2002-01-16 23:13 Michael Elkins <me@sigpipe.org>
  190. * src/: maildir.c, sync.c:
  191. sync_mailbox() did not update the msg struct when flags were changed,
  192. causing the expunge command to fail
  193. remove bogus strfcpy() line
  194. 2002-01-16 22:51 Michael Elkins <me@sigpipe.org>
  195. * ChangeLog, Makefile.am, configure.in, debian/Makefile.am:
  196. added debian build files dist target so that people can use them to build
  197. their own .deb packages without having to use CVS
  198. 2002-01-16 22:43 Michael Elkins <me@sigpipe.org>
  199. * isync.1, debian/changelog, debian/control, debian/copyright,
  200. debian/docs, debian/rules, src/maildir.c, src/sync.c:
  201. added debian build files
  202. fixed indentation
  203. added bug note to manpage about db file format not being architecture
  204. independent
  205. 2002-01-16 22:22 Michael Elkins <me@sigpipe.org>
  206. * src/: maildir.c, sync.c:
  207. remove the uid from the db when a message is deleted from the maildir
  208. optimize db fetch/store to not copy the base filename
  209. 2002-01-16 20:47 Michael Elkins <me@sigpipe.org>
  210. * ChangeLog, NEWS, TODO, configure.in, isync.1, src/config.c,
  211. src/cram.c, src/imap.c, src/isync.h, src/list.c, src/maildir.c,
  212. src/main.c, src/sync.c:
  213. updated year in copyright notice
  214. the uid for each message in the maildir is now stored in a dbm database
  215. rather than the filename. this change was necessary because isync became
  216. confused if you copied a message to another folder, in which case the uid
  217. was invalid.
  218. as a result of the above change, isync now acquires a mutex on the mailbox
  219. to protect the dbm database from concurrent access.
  220. main() was reworked to continue gracefully when an error is encountered, and
  221. to always call maildir_close() so that the lock can be disabled, and the
  222. database closed.
  223. 2001-11-20 19:28 Michael Elkins <me@sigpipe.org>
  224. * ChangeLog, Makefile.am, isync.spec.in:
  225. post 0.7-release commit
  226. 2001-11-20 19:06 Michael Elkins <me@sigpipe.org>
  227. * Makefile.am, NEWS, isync.1, src/isync.h, src/maildir.c,
  228. src/main.c:
  229. added --create/-C command line option to force creation of the local
  230. maildir-style mailbox if nonexistent
  231. debug.h was not included in isync_SOURCES in Makefile.am
  232. 2001-11-19 20:41 Michael Elkins <me@sigpipe.org>
  233. * Makefile.am, TODO, configure.in, src/config.c, src/isync.h,
  234. src/list.c, src/main.c:
  235. added memory debugging code
  236. fixed memory leak in free_list()
  237. free memory associated with global settings on exit
  238. 2001-11-16 22:23 Michael Elkins <me@sigpipe.org>
  239. * ChangeLog, src/cram.c, src/imap.c, src/isync.h, src/sync.c:
  240. remove c++ style comments
  241. use %lu and cast off_t to unsigned long in printf()
  242. 2001-11-16 00:59 Michael Elkins <me@sigpipe.org>
  243. * NEWS, isync.1, src/config.c, src/isync.h, src/main.c, src/sync.c:
  244. Added MaxMessages patch from Eivind Eklund <eivind@FreeBSD.org>.
  245. config_defaults() can just use memcpy() instead of assigning each struct
  246. member individually.
  247. config_defaults() can be declared static
  248. 2001-11-14 18:40 Michael Elkins <me@sigpipe.org>
  249. * configure.in, src/config.c:
  250. move strndup() code into config.c for less complexity
  251. change AC_REPLACE_FUNC(strndup) to AC_CHECK_FUNCS(strndup)
  252. sed expression checking for gcc-3.0 should be quoted beccause it
  253. fails under Solaris 2.7
  254. 2001-11-13 01:36 Michael Elkins <me@sigpipe.org>
  255. * src/: config.c, sync.c:
  256. strndup() could return a non-NULL terminated string
  257. size_t should be printed with %lu
  258. when expending tildes (~), an extra slash was inserted after the user's home
  259. directory
  260. 2001-11-13 00:03 Michael Elkins <me@sigpipe.org>
  261. * src/: isync.h, maildir.c, main.c:
  262. merge maildir_sync() and maildir_close(). the maxuid in a maildir still
  263. needs to be updated in --fast mode, and the sync code already checks to see
  264. if any changes were made to the mailbox.
  265. 2001-11-09 01:35 Michael Elkins <me@sigpipe.org>
  266. * README:
  267. add FreeBSD to the list of tested platforms
  268. 2001-11-09 01:23 Michael Elkins <me@sigpipe.org>
  269. * configure.in, src/config.c, src/imap.c, src/maildir.c:
  270. update version to 0.7
  271. detect short write in write_strip()
  272. fix compilation warnings with gcc-2.95.4
  273. 2001-10-31 20:50 Michael Elkins <me@sigpipe.org>
  274. * configure.in, src/imap.c, src/isync.h, src/main.c, src/sync.c:
  275. set compiler warnings for gcc-3.0 as well
  276. display message with count of uploaded messages
  277. --quiet now supresses warnings in sync_mailbox()
  278. fixed compiler warnings with -Wshadow
  279. 2001-10-31 07:06 Michael Elkins <me@sigpipe.org>
  280. * ChangeLog, NEWS, isync.1:
  281. post 0.6 commit
  282. 2001-10-30 23:57 Michael Elkins <me@sigpipe.org>
  283. * README, configure.in:
  284. add strndup replacement function for systems which lack it
  285. 2001-10-03 19:10 Michael Elkins <me@sigpipe.org>
  286. * ChangeLog, Makefile.am, src/maildir.c:
  287. fixed broken code in maildir_clean_tmp()
  288. 2001-10-03 18:48 Michael Elkins <me@sigpipe.org>
  289. * TODO, src/maildir.c:
  290. added code to clean the tmp directory in a maildir to comply with
  291. maildir(5)
  292. 2001-10-03 08:32 Michael Elkins <me@sigpipe.org>
  293. * src/config.c:
  294. forgot to add code to parse the `Delete' option
  295. 2001-10-03 08:18 Michael Elkins <me@sigpipe.org>
  296. * src/main.c:
  297. forgot conditional #if HAVE_LIBSSL around setting of .use_imaps in main()
  298. from command line arguments
  299. 2001-10-03 08:15 Michael Elkins <me@sigpipe.org>
  300. * src/main.c:
  301. update Copyright printed by --help
  302. add compile time option list to --help output
  303. 2001-10-03 07:42 Michael Elkins <me@sigpipe.org>
  304. * NEWS, TODO, isync.1, isyncrc.sample, src/config.c, src/isync.h,
  305. src/main.c, src/sync.c:
  306. added `Delete' configuration option to force -d option
  307. sync_mailbox() didn't consider MaxSize == 0 to mean "unlimited".
  308. load_config() needs to print a newline in its error messages since
  309. next_arg() kills the newline of the line that was read out of the config
  310. file.
  311. 2001-10-03 02:03 Michael Elkins <me@sigpipe.org>
  312. * TODO:
  313. update TODO list with action items
  314. 2001-10-03 02:01 Michael Elkins <me@sigpipe.org>
  315. * src/: imap.c, sync.c:
  316. fixed maildir message filenames to comply with the maildir(5) specification.
  317. fixed write_strip() and imap_fetch_message() to check the return code of
  318. write() and fsync() to comply with maildir(5) spec.
  319. 2001-10-03 01:43 Michael Elkins <me@sigpipe.org>
  320. * src/main.c:
  321. the `Expunge' config directive didn't work since only the -e command line
  322. argument was consulted.
  323. 2001-10-03 00:46 Michael Elkins <me@sigpipe.org>
  324. * src/: config.c, imap.c, isync.h:
  325. we should issue a CAPABILITY even if we aren't going to use ssl/tls so that
  326. cram-md5 auth still works.
  327. 2001-07-18 20:56 Michael Elkins <me@sigpipe.org>
  328. * src/config.c:
  329. find_box() should attempt to expand all filenames if none of the other
  330. methods found a match.
  331. 2001-07-18 20:49 Michael Elkins <me@sigpipe.org>
  332. * src/: config.c, isync.h, maildir.c:
  333. fixed to not expand filenames until they are used inside of maildir_open(),
  334. so that aliases are not required for simple filenames.
  335. [re: http://bugs.debian.org/102255]
  336. 2001-06-23 01:30 Michael Elkins <me@sigpipe.org>
  337. * src/main.c:
  338. --host option didn't check for imaps: prefix
  339. 2001-06-21 22:45 Michael Elkins <me@sigpipe.org>
  340. * src/main.c:
  341. fixed core when specifying multiple mailboxes on the command line
  342. 2001-06-18 23:38 Michael Elkins <me@sigpipe.org>
  343. * TODO, configure.in, src/imap.c, isync.1:
  344. handle untagged responses in imap_fetch_message() so that it doesn't bomb
  345. out if new mail arrives while in the process of downloading
  346. noted in BUGS section of man page that if new mail arrives after the initial
  347. message list has been retrieved from the IMAP server, that new mail will not
  348. be fetched until the next invocation of isync.
  349. 2001-06-18 19:49 Michael Elkins <me@sigpipe.org>
  350. * src/: config.c, imap.c, isync.h, main.c:
  351. isync should continue to process additional mailboxes even if there is an
  352. error with a previous mailbox.
  353. added -a (--all) flag to synchronize all mailboxes defined in ~/.isyncrc
  354. 2001-06-13 19:13 Michael Elkins <me@sigpipe.org>
  355. * NEWS:
  356. post 0.5-release commit
  357. 2001-06-13 18:57 Michael Elkins <me@sigpipe.org>
  358. * ChangeLog:
  359. updated ChangeLog. removed smtppush binary.
  360. 2001-06-12 02:32 Michael Elkins <me@sigpipe.org>
  361. * AUTHORS, README, COPYING, Makefile.am, configure.in, src/main.c:
  362. initial import
  363. 2001-02-28 02:02 Michael Elkins <me@sigpipe.org>
  364. * src/: config.c, imap.c:
  365. fixed compiler warnings under Solaris 2.7
  366. 2001-02-19 19:44 Michael Elkins <me@sigpipe.org>
  367. * ChangeLog, src/cram.c, src/imap.c, src/maildir.c:
  368. rfc2595 compliance patch from Daniel Resare <noa@metamatrix.se>
  369. - CAPABILITY should be reissued after starting TLS since the
  370. previous call was not protected
  371. 2001-02-14 21:46 Michael Elkins <me@sigpipe.org>
  372. * isync.1, src/config.c, src/imap.c, src/main.c, src/sync.c:
  373. patch from Daniel Resare <noa@metamatrix.se>:
  374. 1 giving a path to a nonexistant rc-file with the -c argument dumps core
  375. The patch adds a check to ensure that the given rc-file is accessible
  376. 2 the error messages given from failed openssl calls are bogus
  377. The handles the error from SSL_connect () correctly. The bug is
  378. understndable since the error handling in openssl is quite obfuscated.
  379. Good news is that the documentation manapges has been greatly updated in
  380. the latest version (0.9.6). See in particular err(3), ERR_get_error(3)
  381. and SSL_get_error(3).
  382. Please note that possible SSL_ERROR_SSL type errors from SSL_read() and
  383. SSL_write() is not handled. This should also be fixed.
  384. 3 connecting using the STARTTLS command with an imap server that is
  385. configured only to accept the TLSv1 protocol gives an error because isync
  386. sends an SSLv2 Hello message for backwards compability. (This is the case
  387. with the uw-imap 2000 that ships with redhat-7.0)
  388. I've read RFC2595 several times to see if it says something about
  389. compability SSL2/SSL3 hello messages but can't find anything. IMHO the
  390. correct thing to do is change the default to not use SSL2/3 compability
  391. hello when using the STARTTLS command but use it if the imaps port is
  392. used. The patch implements this change
  393. 4 repeated calls to SSL_CTX_set_options overwrites the old settings (the
  394. values needs to be ORed together)
  395. fixed in the patch
  396. patch from me@mutt.org:
  397. \Recent messages were put in the cur/ directory instead of new/
  398. give error message when the LOGIN command fails
  399. 2001-02-02 00:35 Michael Elkins <me@sigpipe.org>
  400. * src/imap.c:
  401. patch from Daniel Resare <noa@metamatrix.se>
  402. - don't initialize ssl support if none of use_sslv* is enabled
  403. 2001-01-26 21:21 Michael Elkins <me@sigpipe.org>
  404. * src/: imap.c, isync.h:
  405. include <sys/types.h> for off_t
  406. patch from "lorenzo martignoni" <lorenzo.martignoni@technologist.com>
  407. - fixed uploading of message to IMAP server
  408. 2001-01-24 08:09 Michael Elkins <me@sigpipe.org>
  409. * isync.1, src/config.c, src/cram.c, src/imap.c, src/list.c,
  410. src/maildir.c, src/main.c, src/sync.c:
  411. fixed cram compilation error under bsd
  412. updated man page
  413. 2001-01-16 20:45 Michael Elkins <me@sigpipe.org>
  414. * TODO, isync.1, src/config.c, src/imap.c, src/isync.h, src/main.c:
  415. added support for tilde (~) expansion in the `Mailbox' and `CertificateFile'
  416. configuration directives
  417. added `Maildir' configuration command to specify the default location of the
  418. user's mailboxes. If a relative path is used in a `Mailbox' command, this
  419. path is used as a prefix.
  420. 2001-01-11 11:21 Michael Elkins <me@sigpipe.org>
  421. * configure.in, src/imap.c, src/isync.h:
  422. set imap->prefix to be the namespace prefix
  423. update version to 0.5
  424. fixed compilation warnings in imap.c
  425. 2001-01-11 11:13 Michael Elkins <me@sigpipe.org>
  426. * Makefile.am, isync.1, isyncrc.sample, src/config.c, src/imap.c,
  427. src/isync.h, src/main.c, src/sync.c:
  428. broke config code into config.c
  429. added support for uploading local messages with no UID to the IMAP server
  430. added Expunge configuration option
  431. added CopyDeletedTo configuration option
  432. 2001-01-09 21:09 Michael Elkins <me@sigpipe.org>
  433. * src/: maildir.c, sync.c:
  434. always put changed messages in the cur/ subdirectory since they are no
  435. longer new.
  436. don't set \Seen implicitly for messages in the cur/ folder. Require the S
  437. flag on the message since Mutt will move Old (unread, but not recent)
  438. messges into cur/.
  439. 2001-01-08 10:45 Michael Elkins <me@sigpipe.org>
  440. * Makefile.am, src/main.c:
  441. patch from Hugo Haas <hugo@larve.net>
  442. -c was not specified in the getopt*() calls
  443. set global password to the one the user inputs and use that as the
  444. default for remaining mailboxes
  445. 2001-01-05 22:20 Michael Elkins <me@sigpipe.org>
  446. * configure.in:
  447. added --with-ssl-dir to specify an alternate installation of OpenSSL
  448. 2000-12-31 23:39 Michael Elkins <me@sigpipe.org>
  449. * ChangeLog, isync.spec.in:
  450. pre 0.4 commit.
  451. updated rpm spec file
  452. 2000-12-31 23:37 Michael Elkins <me@sigpipe.org>
  453. * src/sync.c:
  454. display how many messages were fetched from the server
  455. 2000-12-31 23:17 Michael Elkins <me@sigpipe.org>
  456. * src/imap.c:
  457. fixed compilation error with no libssl support ("lorenzo martignoni"
  458. <lorenzo.martignoni@technologist.com>)
  459. 2000-12-28 19:44 Michael Elkins <me@sigpipe.org>
  460. * src/main.c:
  461. fixed config parser to accept arbitrary whitespace
  462. 2000-12-27 22:16 Michael Elkins <me@sigpipe.org>
  463. * src/imap.c:
  464. use imap_close to terminate a connection in imap_open()
  465. 2000-12-27 22:14 Michael Elkins <me@sigpipe.org>
  466. * isync.1, src/imap.c, src/isync.h, src/maildir.c, src/main.c:
  467. allow leading whitespace in config files
  468. now possible to sync multiple mailboxes by specifying multiple aliases on
  469. the command line. IMAP connections are reused if possible.
  470. don't initialize ssl unless we are going to use it.
  471. 2000-12-23 22:57 Michael Elkins <me@sigpipe.org>
  472. * src/: imap.c, isync.h:
  473. don't use NAMESPACE unless the server supports it
  474. 2000-12-23 01:02 Michael Elkins <me@sigpipe.org>
  475. * Makefile.am, README, src/cram.c, src/imap.c, src/isync.h:
  476. added CRAM-MD5 authentication support.
  477. parse server capability string to determine if STARTTLS is available
  478. 2000-12-22 22:22 Michael Elkins <me@sigpipe.org>
  479. * README, isync.1, src/imap.c, src/isync.h, src/main.c:
  480. isync-brokenservers.diff (Jeremy Katz <katzj@linuxpower.org>)
  481. adds support for disabling NAMESPACE, and disable various flavors of TLS/SSL
  482. for use with some broken IMAP servers.
  483. 2000-12-22 20:30 Michael Elkins <me@sigpipe.org>
  484. * src/: imap.c, sync.c:
  485. prompt user if they wish to continue if the server's X.509 certificate can't
  486. be verified.
  487. sync_mailbox should consider uid == 0 to be "unknown"
  488. 2000-12-22 16:48 Michael Elkins <me@sigpipe.org>
  489. * src/: main.c, sync.c:
  490. fixed sync_mailbox() to correctly write new messages to the local maildir
  491. box (Thomas Roessler <roessler@does-not-exist.org>)
  492. 2000-12-22 16:24 Michael Elkins <me@sigpipe.org>
  493. * src/main.c:
  494. set default MaxSize to 0 (unlimited)
  495. invert test for password being set after getpass() call (Magnus Jonsson
  496. <bigfoot@acc.umu.se>)
  497. 2000-12-22 08:14 Michael Elkins <me@sigpipe.org>
  498. * ChangeLog, NEWS, configure.in, isync.1, isyncrc.sample,
  499. src/imap.c, src/isync.h, src/maildir.c, src/main.c, src/sync.c:
  500. added MaxSize configuration variable
  501. fixed --fast to work robustly without relying on the \Recent flag in
  502. messages
  503. 2000-12-22 00:10 Michael Elkins <me@sigpipe.org>
  504. * src/: imap.c, isync.h, maildir.c, sync.c:
  505. RFC822.PEEK is obsolete in RFC2060. Use BODY.PEEK[] instead, which does
  506. the same thing
  507. keep track of the uidvalidity so isync can detect if the mailbox on the
  508. server has changed since the last sync.
  509. 2000-12-21 21:59 Michael Elkins <me@sigpipe.org>
  510. * NEWS:
  511. updated NEWS for 0.3 release
  512. 2000-12-21 21:56 Michael Elkins <me@sigpipe.org>
  513. * Makefile.am, isync.spec.in:
  514. added support for building RPMS
  515. 2000-12-21 20:49 Michael Elkins <me@sigpipe.org>
  516. * Makefile.am, isync.1:
  517. added target for creating html version of the man page
  518. documented the imaps: prefix to the Host command
  519. 2000-12-21 20:11 Michael Elkins <me@sigpipe.org>
  520. * src/: imap.c, sync.c:
  521. can't assume flag order when fetching a message. just search for the
  522. first `{' to find the message size.
  523. 2000-12-21 19:16 Michael Elkins <me@sigpipe.org>
  524. * isync.1, src/sync.c:
  525. added BUGS section to manpage detailing the fact that we break the
  526. maildir(5) spec by parsing the filename
  527. change message delivery to use the method described in maildir(5)
  528. 2000-12-21 18:51 Michael Elkins <me@sigpipe.org>
  529. * configure.in, src/main.c, src/sync.c:
  530. use getpass() to get the user's password
  531. unlink the temp file if we are unable to fetch a new message from the
  532. server.
  533. update version to 0.3
  534. 2000-12-21 12:14 Michael Elkins <me@sigpipe.org>
  535. * isync.1:
  536. fixed typo in man page for --verbose option
  537. 2000-12-21 11:24 Michael Elkins <me@sigpipe.org>
  538. * Makefile.am, README, TODO, src/imap.c, src/isync.h, src/list.c:
  539. added generic IMAP list parser and rewrote imap_exec() to handle
  540. arbitrary data instead of hardcoded
  541. 2000-12-21 07:51 Michael Elkins <me@sigpipe.org>
  542. * Makefile.am, README, configure.in, src/main.c:
  543. fixes to compile cleanly under Solaris 2.7
  544. 2000-12-21 07:27 Michael Elkins <me@sigpipe.org>
  545. * configure.in, isync.1, src/imap.c, src/isync.h, src/main.c:
  546. added OpenSSL support
  547. 2000-12-21 01:35 Michael Elkins <me@sigpipe.org>
  548. * ChangeLog, configure.in, src/main.c:
  549. config options were not case insensitive
  550. 2000-12-21 01:30 Michael Elkins <me@sigpipe.org>
  551. * src/: imap.c, isync.h, maildir.c, main.c, sync.c:
  552. don't fetch deleted messages when expunging
  553. display number of messages that are to be deleted
  554. flags for \Recent messages were not properly fetched
  555. local messages with updated flags were not corrected renamed
  556. 2000-12-20 23:28 Michael Elkins <me@sigpipe.org>
  557. * ChangeLog, Makefile.am:
  558. updated ChangeLog
  559. added log: rule in Makefile.am
  560. 2000-12-20 23:10 Michael Elkins <me@sigpipe.org>
  561. * autogen.sh:
  562. added autogen.sh to regenerate the build environment
  563. 2000-12-20 23:00 Michael Elkins <me@sigpipe.org>
  564. * COPYING:
  565. added missing files
  566. 2000-12-20 22:41 Michael Elkins <me@sigpipe.org>
  567. * AUTHORS, ChangeLog, Makefile.am, NEWS, README, configure.in,
  568. src/isync.h, src/main.c, TODO, src/imap.c, src/maildir.c,
  569. src/sync.c, isync.1, isyncrc.sample:
  570. Initial revision
  571. 2000-12-20 22:41 Michael Elkins <me@sigpipe.org>
  572. * AUTHORS, ChangeLog, Makefile.am, NEWS, README, configure.in,
  573. src/isync.h, src/main.c, TODO, src/imap.c, src/maildir.c,
  574. src/sync.c, isync.1, isyncrc.sample:
  575. initial import