alexhudson
d387763339
Allow the progress system to flush the client socket occasionally, so IMAP clients get more regular reports on work done. Tbird should now be stable for large amounts of mail.
2008-03-08 14:24:09 +00:00
alexhudson
cabf768111
Rework my copy progress patch to be more general, and make STORE/UID STORE use it too - this makes tbird nice and stable for me now. Slow, but stable :D
2008-03-08 12:45:39 +00:00
pfelt
047373e8a4
-- set smtpc to start on a new install
2008-03-08 00:09:35 +00:00
alexhudson
d40daa006d
Separate the parsing and indexing steps of documents in the store.
2008-03-07 17:59:02 +00:00
alexhudson
5742d386c5
Update header file (completes change in r689)
2008-03-07 16:50:30 +00:00
alexhudson
e5c3d6ed42
Change API of document field boost function slightly; this looks more correct and maybe will fix some build problems on certain arches?
2008-03-07 16:20:46 +00:00
alexhudson
e40ca5fe4f
Make copying large numbers of mail via IMAP a bit more stable.
2008-03-07 15:43:40 +00:00
alexhudson
fc4adae8ad
Remove all use of the old locking system, replace with new 'fair' locks.
2008-03-07 11:28:36 +00:00
alexhudson
70feddb1a9
Remove locking from cookie code. Opens bug #11214 for MsgLib.
2008-03-07 10:09:45 +00:00
alexhudson
e5854ef07e
Add function to downgrade exclusive to shared locks
2008-03-07 08:54:36 +00:00
alexhudson
19024efb29
Move the WATCH infrastructure into a separate file.
2008-03-07 08:54:18 +00:00
alexhudson
ec971aa8cc
Make the SQLite lock easier to achieve.
2008-03-06 22:51:28 +00:00
alexhudson
c043fd9f2d
Replace some old locks with new shiny locks.
2008-03-06 18:13:51 +00:00
alexhudson
2373a97424
Remove a stray printf() and improve a couple of comments
2008-03-06 16:40:51 +00:00
alexhudson
29a83a4e28
First cut at a "fair" locking system within the store. Locks on store collections are now gained in order of request.
2008-03-06 14:51:35 +00:00
alexhudson
59c79d7b83
Make collection locks slightly clearer.
2008-03-05 21:06:13 +00:00
alexhudson
5777226c63
Fix up my misunderstanding of 'remaining' bytes actually being available buffer space...
2008-03-05 12:05:41 +00:00
alexhudson
cc24c5cd3a
Rewrite ConnReadToAllocatedBuffer() so that it's actually bug-free and works. Usual story; fewer lines of code, more comments, fewer bugs. Hooray.
2008-03-04 14:35:05 +00:00
alexhudson
9597287f70
Partial work-around for IMAP bug #11199
2008-03-03 23:41:03 +00:00
alexhudson
33381a7a69
Update the smtp build rules
2008-03-03 07:52:26 +00:00
pfelt
9844ffc894
-- the new smtpc agent.
2008-03-02 21:35:22 +00:00
jonnylamb
ed453ef287
Potential fix for iCal 3.0. See comments regarding undocumented GET behaviour for a word on what's going on.
2008-02-17 16:13:21 +00:00
alexhudson
a2da45bb5c
Small patches to make backup work and work-around bug #11066
2008-02-16 13:30:17 +00:00
alexhudson
651fc3c33b
Update the copyright on po2json to reflect reality ;)
2008-02-02 18:10:47 +00:00
jonnylamb
789cf6f428
Cleaned up the po2json script. This is now more compact and fixes the ImportError that some experience.
2008-02-02 15:50:30 +00:00
alexhudson
8a87ad354e
Store SEARCH now does the right thing when you try to search a collection
2008-01-31 17:14:26 +00:00
jonnylamb
cf2c7b9f07
Misc. fixes to Hawkeye's AgentView.
2008-01-31 15:57:10 +00:00
alexhudson
761f8d4993
Fix segfault when doing a SEARCH on collections in the store
2008-01-31 12:03:37 +00:00
alexhudson
9bd7e71e28
Trivial bug in hawkeye aliasing user-mapping var
2008-01-30 12:57:41 +00:00
alexhudson
2f07c1f9b8
Allow administrators to change the email->username mapping per domain
2008-01-30 12:07:12 +00:00
jonnylamb
09a199e94b
Fixed path handling in Sundial. This makes Evolution and Sundial work again.
2008-01-29 18:42:43 +00:00
alexhudson
3de6d55404
Partial fix for POP3 TOP command - bug #10918
2008-01-29 12:01:21 +00:00
alexhudson
5b672baffd
* Make bongo-config output less geek when you run it
...
* Remove bongo-calcmd from the default configuration
2008-01-29 10:52:18 +00:00
alexhudson
113dbce285
Fix segfault in bongocollector agent due to change in MsgAuthUserList API
2008-01-29 10:36:53 +00:00
alexhudson
4d1e47dcad
Remove legacy bongo-setup application
2008-01-29 10:18:56 +00:00
alexhudson
233fee2c29
Remove mdbtool and some last cruft
2008-01-28 18:53:06 +00:00
alexhudson
238fa58cdc
New exciting 'list user' functionality!
2008-01-28 17:45:00 +00:00
alexhudson
81d9301e0d
Initial changes to auth to stop duplicate user accounts being registered. auth api needs a bit of a clean-up; too many changes :)
2008-01-28 11:35:27 +00:00
pfelt
afc9a21829
-- hopefully this will fix the odd bug where we think there is a loop in the aliasing when there is not.
2008-01-27 17:27:28 +00:00
alexhudson
85bbccebb7
Fix up two JS errors which get the composer working again
2008-01-24 08:59:39 +00:00
alexhudson
d337c3d486
Merge remove-mdb branch onto trunk, branch is now closed!
2008-01-23 08:20:27 +00:00
pfelt
39d68be761
-- apply r513 and r514 to the trunk. i apologize if this messes anything up when we go to merge branch!
2007-10-23 16:05:33 +00:00
alexhudson
1c9d457e50
Fix potential segfault in smtpd
2007-09-17 13:45:20 +00:00
halex
e7e3999b8a
Woops.
2007-09-11 08:42:13 +00:00
halex
29743facc4
* Use same quote colours throughout all conversations and replies.
...
* Can be manually overridden by browser using alternate stylesheet delerations - eg: .mailreply-1 { color: black !important; }
2007-09-10 11:12:23 +00:00
alexhudson
204abc232d
Fix up some DNS packet boundary checking
2007-09-06 16:28:06 +00:00
alexhudson
bf0efbcb3e
Don't try to redeliver failed/delivered mail
2007-09-05 14:33:33 +00:00
alexhudson
2d889da6ba
New smtp outgoing mail code
2007-09-05 12:08:33 +00:00
halex
54c24172d7
Fixes the new-user issues (with regards to composition) that crept into the code since the last 'fix'. At least, I think it does.
2007-08-30 07:33:45 +00:00
halex
8bd7e42e98
* Updated a considerable number of icons to gnome-icon-theme icons. These are under the GPL. Gifs still need to be updated.
...
* Removed some old toolbar icons, that were unused.
* Added 'switch-mode.png' for composer toolbar.
* Removed toolbar-seperator.png image, which was also unused.
2007-08-29 10:25:11 +00:00