aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/deegree-igeoportal
ModeNameSize
-rw-r--r--Makefile1314logstatsplainblame
-rw-r--r--distinfo140logstatsplainblame
-rw-r--r--pkg-descr192logstatsplainblame
-rw-r--r--pkg-message380logstatsplainblame
-rw-r--r--pkg-plist167155logstatsplainblame
>-204/+207 * Remove trailing stuff from URLs before returning. (Done in an evil way,Jon Trowbridge2001-08-092-2/+20 * check for NULL name and addr (fixes a bug i was about to report)jacob berkman2001-08-082-2/+7 * Properly determine match type to pass to header_match.Not Zed2001-08-087-83/+121 * New function to do danw's address "is" comparison (as specified in bugJeffrey Stedfast2001-08-083-113/+167 * Modify to take a headers_only argument which will then only fetch messageJeffrey Stedfast2001-08-072-9/+19 * New internal function to get a message stream by message sequence id (soJeffrey Stedfast2001-08-072-68/+129 * Don't strstr for noselect=yes, that's just plain broken.Jeffrey Stedfast2001-08-073-33/+51 * Fix off-by-one error in cleaning up deleted messages at the end of theDan Winship2001-08-072-1/+5 * Do a refresh_info on the selected folder before looking at its unreadDan Winship2001-08-072-7/+12 * Completely hide the namespace from everything external to the IMAP code,Peter Williams2001-08-076-66/+128 * Always do --no-auto-key-retrieve.Jeffrey Stedfast2001-08-072-2/+7 * Minor changes to the iconv code so that it does the check in the returnJeffrey Stedfast2001-08-042-1/+14 * First check to make sure that service->url->authmech is non-NULL beforeJeffrey Stedfast2001-08-042-14/+18 * Sigh, if gpg returns '1' it means that the key is bad but it did succeedeJeffrey Stedfast2001-08-042-1/+10 * special case popb4smtp auth before we try and connect, and do the magicNot Zed2001-08-037-12/+277 * If we fail to get the lock, make sure we close our locking fd, and resetNot Zed2001-08-012-1/+11 * Slightly re-arranged filter/change notification logic. If we;re filtering,Not Zed2001-08-014-42/+73 * Fix the fix that fixes broken mailer behavior. We want to make sure thatJeffrey Stedfast2001-07-282-2/+10 * Allow the url to be NULL just like the libc free convention.Jeffrey Stedfast2001-07-273-14/+23 * Send an IMAP command, but don't wait for responses.Dan Winship2001-07-275-233/+504 * Add another Sender pattern.Dan Winship2001-07-252-0/+6 * Change the break into a continue, we should process as many as we canNot Zed2001-07-253-5/+17